just/src
Casey Rodarmor a6453ded99
Add --unstable flag (#869)
Add an `--unstable` flag, indicating that `just` should enable unstable
features. Make `--fmt` only run if `--unstable` is passed.
2021-06-12 22:34:41 +00:00
..
alias.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
analyzer.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
assignment_resolver.rs Turn = deprecation warning into a hard error (#780) 2021-03-28 23:39:23 -07:00
assignment.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
binding.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
color.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
command_ext.rs Add set export to export all variables as environment variables (#767) 2021-03-25 17:00:32 -07:00
common.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
compilation_error_kind.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
compilation_error.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
compiler.rs Gargantuan refactor (#522) 2019-11-09 21:43:20 -08:00
config_error.rs Change --eval to print variable value only (#806) 2021-04-25 17:02:57 -07:00
config.rs Add --unstable flag (#869) 2021-06-12 22:34:41 +00:00
count.rs Remove misc.rs (#491) 2019-10-09 01:40:40 -07:00
default.rs Remove misc.rs (#491) 2019-10-09 01:40:40 -07:00
delimiter.rs Allow ignore line endings inside delimiters (#717) 2020-10-27 23:51:17 -07:00
dependency.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
empty.rs Remove misc.rs (#491) 2019-10-09 01:40:40 -07:00
enclosure.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
error_result_ext.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
error.rs Gargantuan refactor (#522) 2019-11-09 21:43:20 -08:00
evaluator.rs Pass evaluated arguments as positional arguments (#810) 2021-05-02 10:25:43 +00:00
expression.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
fragment.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
function_context.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
function.rs Add just_executable() function (#775) 2021-03-28 15:44:02 -07:00
fuzzing.rs Use pub(crate) instead of pub (#471) 2019-09-21 15:35:03 -07:00
interrupt_guard.rs Add additional continuous integration checks (#574) 2020-01-15 02:16:13 -08:00
interrupt_handler.rs Suppress all output to stderr when --quiet (#771) 2021-03-25 16:51:29 -07:00
item.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
justfile.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
keyed.rs Resolve recipe dependencies (#547) 2019-11-21 08:23:32 -06:00
keyword.rs Add positional-arguments setting (#804) 2021-04-24 18:29:58 -07:00
lexer.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
lib.rs Remove summary feature (#823) 2021-05-08 19:07:51 -07:00
line.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
list.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
load_dotenv.rs Disable .env warning for now 2021-03-30 17:59:15 -07:00
load_error.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
main.rs Refactor run::run and Config (#490) 2019-10-09 00:18:53 -07:00
module.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
name.rs Wrap comments at 80 characters (#593) 2020-02-14 04:49:25 -08:00
node.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
ordinal.rs Use pub(crate) instead of pub (#471) 2019-09-21 15:35:03 -07:00
output_error.rs Add additional continuous integration checks (#574) 2020-01-15 02:16:13 -08:00
output.rs Note shebang line splitting inconsistency in readme (#757) 2021-02-15 01:18:31 -08:00
parameter_kind.rs Add variadic parameters that accept zero or more arguments (#645) 2020-06-13 01:49:13 -07:00
parameter.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
parser.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
platform_interface.rs Refactor shebang handling (#833) 2021-05-18 03:44:12 +00:00
platform.rs Refactor shebang handling (#833) 2021-05-18 03:44:12 +00:00
position.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
positional.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
range_ext.rs Reform Parser (#509) 2019-11-07 10:55:15 -08:00
recipe_context.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
recipe_resolver.rs Turn = deprecation warning into a hard error (#780) 2021-03-28 23:39:23 -07:00
recipe.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
run.rs Add log variable to justfile (#621) 2020-03-31 00:00:05 -07:00
runtime_error.rs Add the --command subcommand (#824) 2021-05-10 03:35:35 +00:00
scope.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
search_config.rs Wrap comments at 80 characters (#593) 2020-02-14 04:49:25 -08:00
search_error.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
search.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
set.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
setting.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
settings.rs Add positional-arguments setting (#804) 2021-04-24 18:29:58 -07:00
shebang.rs Refactor shebang handling (#833) 2021-05-18 03:44:12 +00:00
show_whitespace.rs Wrap comments at 80 characters (#593) 2020-02-14 04:49:25 -08:00
string_kind.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
string_literal.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
subcommand.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
suggestion.rs Suggest aliases for unknown recipes (#624) 2020-04-26 14:19:21 -07:00
summary.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
table.rs Implement Default for Table (#748) 2021-01-22 23:34:01 -08:00
testing.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
thunk.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
token_kind.rs Reform and improve string literals (#793) 2021-04-05 21:28:37 -07:00
token.rs Fix bang lexing and placate clippy (#821) 2021-05-07 00:14:38 -07:00
tree.rs Reform and improve string literals (#793) 2021-04-05 21:28:37 -07:00
unindent.rs Reform and improve string literals (#793) 2021-04-05 21:28:37 -07:00
unresolved_dependency.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00
unresolved_recipe.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
use_color.rs Gargantuan refactor (#522) 2019-11-09 21:43:20 -08:00
variables.rs Add conditional expressions (#714) 2020-10-26 18:16:42 -07:00
verbosity.rs Suppress all output to stderr when --quiet (#771) 2021-03-25 16:51:29 -07:00
warning.rs Add --fmt subcommand (#837) 2021-06-08 01:01:27 -07:00