just/src
Light Ning a4556241de Update deprecated rust range patterns and clippy config (#450)
- Fix warning: `...` range patterns are deprecated
- Update deprecated cyclomatic-complexity-threshold to cognitive-complexity-threshold
2019-06-06 23:34:07 -07:00
..
alias_resolver.rs Housekeeping (#394) 2019-04-11 15:23:14 -07:00
alias.rs Deprecate = in assignments, aliases, and exports in favor of := (#413) 2019-04-18 11:48:02 -07:00
assignment_evaluator.rs Move CompilationErrorKind into separate module (#416) 2019-04-19 02:40:25 -07:00
assignment_resolver.rs Move CompilationErrorKind into separate module (#416) 2019-04-19 02:40:25 -07:00
color.rs Deprecate = in assignments, aliases, and exports in favor of := (#413) 2019-04-18 11:48:02 -07:00
command_ext.rs Housekeeping (#394) 2019-04-11 15:23:14 -07:00
common.rs Ignore file name case while searching for justfile (#436) 2019-06-01 22:38:02 -07:00
compilation_error_kind.rs Move CompilationErrorKind into separate module (#416) 2019-04-19 02:40:25 -07:00
compilation_error.rs Move CompilationErrorKind into separate module (#416) 2019-04-19 02:40:25 -07:00
configuration.rs Housekeeping (#394) 2019-04-11 15:23:14 -07:00
die.rs Housekeeping (#394) 2019-04-11 15:23:14 -07:00
expression.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
fragment.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
function_context.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
function.rs Move CompilationErrorKind into separate module (#416) 2019-04-19 02:40:25 -07:00
functions.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
fuzzing.rs Housekeeping (#394) 2019-04-11 15:23:14 -07:00
interrupt_guard.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
interrupt_handler.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
justfile.rs Display alias target with --show (#443) 2019-05-15 15:43:47 -04:00
lexer.rs Update deprecated rust range patterns and clippy config (#450) 2019-06-06 23:34:07 -07:00
lib.rs Ignore file name case while searching for justfile (#436) 2019-06-01 22:38:02 -07:00
load_dotenv.rs Housekeeping (#394) 2019-04-11 15:23:14 -07:00
main.rs Housekeeping (#394) 2019-04-11 15:23:14 -07:00
misc.rs Refactor and rename test macros (#415) 2019-04-19 02:17:43 -07:00
ordinal.rs Refactor and rename test macros (#415) 2019-04-19 02:17:43 -07:00
parameter.rs Allow arbitrary expressions as default arguments (#400) 2019-04-11 23:58:08 -07:00
parser.rs Refactor and rename test macros (#415) 2019-04-19 02:17:43 -07:00
platform.rs Typo: "command equivelant" -> "command equivalent" (#418) 2019-04-19 14:18:24 -07:00
position.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
range_ext.rs Housekeeping (#394) 2019-04-11 15:23:14 -07:00
recipe_context.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
recipe_resolver.rs Move CompilationErrorKind into separate module (#416) 2019-04-19 02:40:25 -07:00
recipe.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
run.rs Ignore file name case while searching for justfile (#436) 2019-06-01 22:38:02 -07:00
runtime_error.rs Remove write_token_error_context (#417) 2019-04-19 04:07:29 -07:00
search_error.rs Ignore file name case while searching for justfile (#436) 2019-06-01 22:38:02 -07:00
search.rs Ignore file name case while searching for justfile (#436) 2019-06-01 22:38:02 -07:00
shebang.rs Förmatterdämmerung (#346) 2018-12-08 14:29:41 -08:00
state.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
string_literal.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
summary.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
testing.rs Refactor and rename test macros (#415) 2019-04-19 02:17:43 -07:00
token_kind.rs Deprecate = in assignments, aliases, and exports in favor of := (#413) 2019-04-18 11:48:02 -07:00
token.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
use_color.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
variables.rs Replace regex-based lexer with character-at-a-time lexer (#406) 2019-04-15 22:40:02 -07:00
verbosity.rs Add grandiloquent verbosity level that echos shebang recipes (#348) 2018-08-31 00:04:06 -07:00