..
alias.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
analyzer.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
assignment_resolver.rs
Don't conflate recipes with the same name in different modules ( #1825 )
2024-01-08 13:26:33 -08:00
assignment.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
ast.rs
Eliminate lazy_static ( #1442 )
2022-12-15 16:53:21 -08:00
attribute.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
binding.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
color_display.rs
Allow fewer lints ( #1340 )
2022-09-11 09:25:38 +00:00
color.rs
Add file paths to error messages ( #1737 )
2023-11-22 04:17:38 +00:00
command_ext.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
compilation.rs
Move !include processing into compiler ( #1618 )
2023-11-21 11:28:59 -08:00
compile_error_kind.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
compile_error.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
compiler.rs
Run imports in working directory of importer ( #1817 )
2024-01-12 03:00:38 +00:00
completions.rs
Support recipe paths containing ::
in Bash completion script ( #1863 )
2024-01-27 14:02:38 -08:00
conditional_operator.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
config_error.rs
Ignore additional search path arguments ( #1528 )
2023-01-24 21:07:22 -08:00
config.rs
Add --no-aliases to hide aliases in --list ( #1961 )
2024-03-26 12:20:46 -07:00
count.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
delimiter.rs
Allow ignore line endings inside delimiters ( #717 )
2020-10-27 23:51:17 -07:00
dependency.rs
Eliminate lazy_static ( #1442 )
2022-12-15 16:53:21 -08:00
dump_format.rs
Add --dump-format json
( #992 )
2021-11-17 00:07:48 -08:00
enclosure.rs
Cleanup ( #1566 )
2023-06-12 16:53:55 +00:00
error.rs
Fix Error::TmpdirIo error message ( #1987 )
2024-04-01 08:11:43 +00:00
evaluator.rs
Don't conflate recipes with the same name in different modules ( #1825 )
2024-01-08 13:26:33 -08:00
expression.rs
Downgrade to TLS 1.2 in install script ( #1536 )
2023-01-27 02:49:03 +00:00
fragment.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
function_context.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
function.rs
Add blake3
and blake3_file
functions ( #1860 )
2024-02-11 20:56:04 +00:00
fuzzing.rs
Move !include processing into compiler ( #1618 )
2023-11-21 11:28:59 -08:00
interrupt_guard.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
interrupt_handler.rs
Misc fixes ( #1700 )
2023-10-17 03:07:09 +00:00
item.rs
Optional modules and imports ( #1797 )
2023-12-29 12:16:31 -08:00
justfile.rs
Convert run_shebang into integration test ( #1880 )
2024-01-26 13:05:32 -08:00
keyed.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
keyword.rs
Add set quiet
and [no-quiet]
( #1704 )
2024-01-12 20:38:23 +00:00
lexer.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
lib.rs
Don't conflate recipes with the same name in different modules ( #1825 )
2024-01-08 13:26:33 -08:00
line.rs
Don't evaluate comments ( #1358 )
2022-10-04 22:33:19 -07:00
list.rs
Cleanup ( #1566 )
2023-06-12 16:53:55 +00:00
load_dotenv.rs
Use unwrap_or_default ( #1928 )
2024-02-28 06:52:43 +00:00
loader.rs
Add file paths to error messages ( #1737 )
2023-11-22 04:17:38 +00:00
main.rs
Refactor run::run
and Config ( #490 )
2019-10-09 00:18:53 -07:00
name.rs
Don't conflate recipes with the same name in different modules ( #1825 )
2024-01-08 13:26:33 -08:00
namepath.rs
Don't conflate recipes with the same name in different modules ( #1825 )
2024-01-08 13:26:33 -08:00
node.rs
Add set quiet
and [no-quiet]
( #1704 )
2024-01-12 20:38:23 +00:00
ordinal.rs
Use pub(crate)
instead of pub
( #471 )
2019-09-21 15:35:03 -07:00
output_error.rs
Misc fixes ( #1700 )
2023-10-17 03:07:09 +00:00
output.rs
Fix output \r\n
stripping ( #2035 )
2024-05-14 23:30:19 +00:00
parameter_kind.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
parameter.rs
Format exported variadic parameters correctly ( #1451 )
2022-12-15 21:08:53 +00:00
parser.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
platform_interface.rs
Misc fixes ( #1700 )
2023-10-17 03:07:09 +00:00
platform.rs
Misc fixes ( #1700 )
2023-10-17 03:07:09 +00:00
position.rs
Use stable rustfmt instead of nightly ( #967 )
2021-09-16 13:44:40 +00:00
positional.rs
Ignore additional search path arguments ( #1528 )
2023-01-24 21:07:22 -08:00
ran.rs
Don't conflate recipes with the same name in different modules ( #1825 )
2024-01-08 13:26:33 -08:00
range_ext.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
recipe_context.rs
Add modules ( #1782 )
2023-12-28 04:27:15 +00:00
recipe_resolver.rs
Optional modules and imports ( #1797 )
2023-12-29 12:16:31 -08:00
recipe.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
run.rs
Move !include processing into compiler ( #1618 )
2023-11-21 11:28:59 -08:00
scope.rs
Add modules ( #1782 )
2023-12-28 04:27:15 +00:00
search_config.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
search_error.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
search.rs
Add modules ( #1782 )
2023-12-28 04:27:15 +00:00
set.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
setting.rs
Add set quiet
and [no-quiet]
( #1704 )
2024-01-12 20:38:23 +00:00
settings.rs
Add set quiet
and [no-quiet]
( #1704 )
2024-01-12 20:38:23 +00:00
shebang.rs
Eliminate lazy_static ( #1442 )
2022-12-15 16:53:21 -08:00
shell.rs
Eliminate lazy_static ( #1442 )
2022-12-15 16:53:21 -08:00
show_whitespace.rs
Eliminate lazy_static ( #1442 )
2022-12-15 16:53:21 -08:00
source.rs
Run imports in working directory of importer ( #1817 )
2024-01-12 03:00:38 +00:00
string_kind.rs
Fix issues reported by nightly clippy ( #1336 )
2022-09-11 08:41:24 +00:00
string_literal.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
subcommand.rs
Add --no-aliases to hide aliases in --list ( #1961 )
2024-03-26 12:20:46 -07:00
suggestion.rs
Eliminate lazy_static ( #1442 )
2022-12-15 16:53:21 -08:00
summary.rs
Add modules ( #1782 )
2023-12-28 04:27:15 +00:00
table.rs
Don't default to included recipes ( #1740 )
2023-11-22 18:27:49 +00:00
testing.rs
Run imports in working directory of importer ( #1817 )
2024-01-12 03:00:38 +00:00
thunk.rs
Misc fixes ( #1700 )
2023-10-17 03:07:09 +00:00
token_kind.rs
Optional modules and imports ( #1797 )
2023-12-29 12:16:31 -08:00
token.rs
Don't conflate recipes with the same name in different modules ( #1825 )
2024-01-08 13:26:33 -08:00
tree.rs
Optional modules and imports ( #1797 )
2023-12-29 12:16:31 -08:00
unindent.rs
Fix multibyte codepoint crash ( #1243 )
2022-06-21 00:24:13 +00:00
unresolved_dependency.rs
Eliminate lazy_static ( #1442 )
2022-12-15 16:53:21 -08:00
unresolved_recipe.rs
Run imports in working directory of importer ( #1817 )
2024-01-12 03:00:38 +00:00
use_color.rs
Gargantuan refactor ( #522 )
2019-11-09 21:43:20 -08:00
variables.rs
Don't conflate recipes with the same name in different modules ( #1825 )
2024-01-08 13:26:33 -08:00
verbosity.rs
Misc fixes ( #1700 )
2023-10-17 03:07:09 +00:00
warning.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00