just/src
Casey Rodarmor 7e5ad64b52 Add ? sigil
2024-12-22 21:56:43 -08:00
..
alias.rs Add attribute set (#2419) 2024-12-10 23:32:30 +00:00
alias_style.rs Configure alias style in --list with --alias-style (#2342) 2024-12-12 23:36:24 +00:00
analyzer.rs Configure alias style in --list with --alias-style (#2342) 2024-12-12 23:36:24 +00:00
argument_parser.rs Allow enabling unstable features with set unstable (#2237) 2024-07-08 03:45:03 +00:00
assignment.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
assignment_resolver.rs Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
ast.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
attribute.rs Add [openbsd] recipe attribute (#2497) 2024-12-02 01:01:34 +00:00
attribute_set.rs Add attribute set (#2419) 2024-12-10 23:32:30 +00:00
binding.rs Don't export constants (#2449) 2024-11-02 18:11:24 +00:00
color.rs Configure alias style in --list with --alias-style (#2342) 2024-12-12 23:36:24 +00:00
color_display.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +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 Fix truncated bang operator error message (#2522) 2024-12-11 23:24:42 +00:00
compile_error_kind.rs Fix error when lexing ! at end-of-file (#2520) 2024-12-11 20:49:51 +00:00
compiler.rs Allow duplicate imports (#2437) 2024-10-30 22:23:00 +00:00
completions.rs Handle recipes in submodules in fish completion script (#2514) 2024-12-10 23:43:14 +00:00
condition.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
conditional_operator.rs Add regex mismatch conditional operator (#2490) 2024-12-10 18:23:48 -08:00
config.rs Configure alias style in --list with --alias-style (#2342) 2024-12-12 23:36:24 +00:00
config_error.rs Add --request subcommand for testing (#2498) 2024-12-02 00:37:08 +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 Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +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 --request subcommand for testing (#2498) 2024-12-02 00:37:08 +00:00
evaluator.rs Add regex mismatch conditional operator (#2490) 2024-12-10 18:23:48 -08: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 Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
expression.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
fragment.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
function.rs Sort functions alphabetically (#2525) 2024-12-12 20:52:19 +00:00
fuzzing.rs Move !include processing into compiler (#1618) 2023-11-21 11:28:59 -08:00
interpreter.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00: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 Add attribute set (#2419) 2024-12-10 23:32:30 +00:00
justfile.rs Include source path in dump JSON (#2466) 2024-12-11 00:31:53 +00:00
keyed.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
keyword.rs Add ? sigil 2024-12-22 21:56:43 -08:00
lexer.rs Add ? sigil 2024-12-22 21:56:43 -08:00
lib.rs Add ? sigil 2024-12-22 21:56:43 -08:00
line.rs Add ? sigil 2024-12-22 21:56:43 -08: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 Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +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 Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
namepath.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
node.rs Add ? sigil 2024-12-22 21:56:43 -08: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 Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
parameter_kind.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
parser.rs Add ? sigil 2024-12-22 21:56:43 -08: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 Add ? sigil 2024-12-22 21:56:43 -08: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 Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
request.rs Add --request subcommand for testing (#2498) 2024-12-02 00:37:08 +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 Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
setting.rs Add ? sigil 2024-12-22 21:56:43 -08:00
settings.rs Add ? sigil 2024-12-22 21:56:43 -08:00
shebang.rs Fix clippy lints (#2347) 2024-09-06 21:45:45 +00:00
show_whitespace.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
sigil.rs Add ? sigil 2024-12-22 21:56:43 -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 Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
subcommand.rs Configure alias style in --list with --alias-style (#2342) 2024-12-12 23:36:24 +00:00
suggestion.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
summary.rs Add regex mismatch conditional operator (#2490) 2024-12-10 18:23:48 -08: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 Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
token.rs Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
token_kind.rs Add regex mismatch conditional operator (#2490) 2024-12-10 18:23:48 -08: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 Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +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 Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +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