just/src
2024-11-17 02:26:11 +00:00
..
alias.rs Allow setting custom confirm prompt (#1834) 2024-01-13 02:44:13 +00:00
analyzer.rs Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
argument_parser.rs Allow enabling unstable features with set unstable (#2237) 2024-07-08 03:45:03 +00:00
assignment.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
assignment_resolver.rs Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
ast.rs Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
attribute.rs Allow empty [script] attribute and add set script-interpreter (#2264) 2024-07-18 23:02:22 -07:00
binding.rs Don't export constants (#2449) 2024-11-02 18:11:24 +00:00
color.rs Add style() function (#2462) 2024-11-17 02:26:11 +00:00
color_display.rs Allow fewer lints (#1340) 2022-09-11 09:25:38 +00:00
command_color.rs Use clap::ValueParser (#2211) 2024-06-30 19:16:10 +00:00
command_ext.rs Don't export constants (#2449) 2024-11-02 18:11:24 +00:00
compilation.rs Move !include processing into compiler (#1618) 2023-11-21 11:28:59 -08:00
compile_error.rs Remove alias shadows recipe error (#2375) 2024-09-18 21:17:20 +08:00
compile_error_kind.rs Remove alias shadows recipe error (#2375) 2024-09-18 21:17:20 +08:00
compiler.rs Allow duplicate imports (#2437) 2024-10-30 22:23:00 +00:00
completions.rs Use clap::ValueParser (#2211) 2024-06-30 19:16:10 +00:00
condition.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
conditional_operator.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
config.rs Add --one flag to forbid multiple recipes from being invoked on the command line (#2374) 2024-09-21 05:25:52 +00:00
config_error.rs Show recipes in submodules with --show RECIPE::PATH (#2111) 2024-05-30 01:41:37 +00:00
constants.rs Terminal escape sequence constants (#2461) 2024-11-11 22:30:06 +00: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 List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
dump_format.rs Use clap::ValueParser (#2211) 2024-06-30 19:16:10 +00:00
enclosure.rs Cleanup (#1566) 2023-06-12 16:53:55 +00:00
error.rs Add --one flag to forbid multiple recipes from being invoked on the command line (#2374) 2024-09-21 05:25:52 +00:00
evaluator.rs Don't export constants (#2449) 2024-11-02 18:11:24 +00:00
execution_context.rs Use correct backtick and shell() expression working directory in submodules (#2285) 2024-07-30 18:51:57 -07:00
executor.rs Keep multi-line shebangs together (#2276) 2024-07-31 02:21:41 +00:00
expression.rs Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
fragment.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
function.rs Add style() function (#2462) 2024-11-17 02:26:11 +00:00
fuzzing.rs Move !include processing into compiler (#1618) 2023-11-21 11:28:59 -08:00
interpreter.rs Allow empty [script] attribute and add set script-interpreter (#2264) 2024-07-18 23:02:22 -07: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 Allow [doc] annotation on modules (#2247) 2024-07-14 22:15:22 -07:00
justfile.rs Add Recipe::subsequents (#2428) 2024-10-10 19:51:22 +00:00
keyed.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
keyword.rs Add working-directory setting (#2283) 2024-07-31 00:50:32 +00:00
lexer.rs Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
lib.rs Replace derivative with derive-where (#2465) 2024-11-16 00:04:10 +00:00
line.rs Add unstable [script(…)] attribute (#2259) 2024-07-17 22:59:18 -07:00
list.rs Cleanup (#2026) 2024-05-14 20:07:41 -07:00
load_dotenv.rs Load environment file from dotenv-path relative to working directory (#2152) 2024-06-13 20:21:00 +00:00
loader.rs Use unwrap_or when creating relative path in loader (#2400) 2024-09-30 22:48:27 +00:00
main.rs Allow passing command-line arguments into run() (#2173) 2024-06-19 23:25:36 +00:00
module_path.rs Allow listing submodule recipes with --list PATH (#2108) 2024-05-29 08:08:29 +00: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 Use space-separated recipe paths in --choose (#2115) 2024-05-30 17:24:06 +00:00
node.rs Make recipe doc attribute override comment (#2470) 2024-11-17 02:02:27 +00:00
ordinal.rs Use pub(crate) instead of pub (#471) 2019-09-21 15:35:03 -07:00
output.rs Fix output \r\n stripping (#2035) 2024-05-14 23:30:19 +00:00
output_error.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
parameter.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
parameter_kind.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
parser.rs Make recipe doc attribute override comment (#2470) 2024-11-17 02:02:27 +00:00
platform.rs Add unstable [script(…)] attribute (#2259) 2024-07-17 22:59:18 -07:00
platform_interface.rs Allow setting more command-line options with environment variables (#2161) 2024-06-14 23:11:22 +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 Add predefined constants (#2054) 2024-05-18 23:12:11 +00:00
range_ext.rs Fix function argument count mismatch error message (#2231) 2024-07-07 04:19:36 +00:00
recipe.rs Make recipe doc attribute override comment (#2470) 2024-11-17 02:02:27 +00:00
recipe_resolver.rs Allow default values to use earlier recipe arguments (#2382) 2024-09-21 03:54:38 +00:00
recipe_signature.rs Fix submodule recipe listing indentation (#2063) 2024-05-20 07:25:18 +00:00
run.rs Use unwrap_or_default() when getting default color and verbosity (#2397) 2024-09-30 21:00:21 +00:00
scope.rs Don't export constants (#2449) 2024-11-02 18:11:24 +00:00
search.rs Simplify Subcommand::run (#2336) 2024-09-06 21:38:40 +00:00
search_config.rs Add --global-justfile flag (#1846) 2024-05-19 09:29:13 +00:00
search_error.rs Add --global-justfile flag (#1846) 2024-05-19 09:29:13 +00:00
set.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
setting.rs Add working-directory setting (#2283) 2024-07-31 00:50:32 +00:00
settings.rs Refactor analyzer (#2378) 2024-09-24 16:04:32 -07:00
shebang.rs Fix clippy lints (#2347) 2024-09-06 21:45:45 +00:00
show_whitespace.rs Eliminate lazy_static (#1442) 2022-12-15 16:53:21 -08:00
source.rs Use correct backtick and shell() expression working directory in submodules (#2285) 2024-07-30 18:51:57 -07:00
string_delimiter.rs Allow empty [script] attribute and add set script-interpreter (#2264) 2024-07-18 23:02:22 -07:00
string_kind.rs Allow empty [script] attribute and add set script-interpreter (#2264) 2024-07-18 23:02:22 -07:00
string_literal.rs Allow empty [script] attribute and add set script-interpreter (#2264) 2024-07-18 23:02:22 -07:00
subcommand.rs Highlight backticks in docs when listing recipes (#2423) 2024-11-09 19:05:58 +00:00
suggestion.rs Eliminate lazy_static (#1442) 2022-12-15 16:53:21 -08:00
summary.rs Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
table.rs Cleanup (#2026) 2024-05-14 20:07:41 -07:00
testing.rs Allow duplicate imports (#2437) 2024-10-30 22:23:00 +00:00
thunk.rs Replace derivative with derive-where (#2465) 2024-11-16 00:04:10 +00:00
token.rs Don't conflate recipes with the same name in different modules (#1825) 2024-01-08 13:26:33 -08:00
token_kind.rs Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
tree.rs Cleanup (#2026) 2024-05-14 20:07:41 -07:00
unindent.rs Fix multibyte codepoint crash (#1243) 2022-06-21 00:24:13 +00:00
unresolved_dependency.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
unresolved_recipe.rs Allow duplicate imports (#2437) 2024-10-30 22:23:00 +00:00
unstable_feature.rs Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
use_color.rs Use clap::ValueParser (#2211) 2024-06-30 19:16:10 +00:00
variables.rs Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
verbosity.rs Use unwrap_or_default() when getting default color and verbosity (#2397) 2024-09-30 21:00:21 +00:00
warning.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00