just/src
Casey Rodarmor 935f1130ac
Release v0.8.0 (#691)
- Bump version: 0.7.3 → 0.8.0
- Update dependencies
- Update changelog
- Update man page
- Update config test
2020-10-03 14:32:53 -07:00
..
alias.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
analyzer.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
assignment_resolver.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
assignment.rs Reform scope and binding (#556) 2019-12-07 03:09:21 -08:00
binding.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
color.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
command_ext.rs Reform scope and binding (#556) 2019-12-07 03:09:21 -08:00
common.rs Add the --choose subcommand (#680) 2020-09-17 19:43:04 -07:00
compilation_error_kind.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
compilation_error.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
compilation_result_ext.rs Reform Parser (#509) 2019-11-07 10:55:15 -08:00
compiler.rs Gargantuan refactor (#522) 2019-11-09 21:43:20 -08:00
config_error.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
config.rs Release v0.8.0 (#691) 2020-10-03 14:32:53 -07: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
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 Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08: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 Move separate quiet config value to verbosity (#686) 2020-10-01 20:00:15 -07:00
expression.rs Wrap comments at 80 characters (#593) 2020-02-14 04:49:25 -08:00
fragment.rs Reform Parser (#509) 2019-11-07 10:55:15 -08:00
function_context.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
function.rs Trigger build on pushes and pull requests (#607) 2020-03-13 21:20:41 -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 Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
item.rs Allow passing arguments to dependencies (#555) 2019-12-07 04:03:03 -08:00
justfile.rs Add the --choose subcommand (#680) 2020-09-17 19:43:04 -07:00
keyed.rs Resolve recipe dependencies (#547) 2019-11-21 08:23:32 -06:00
keyword.rs Add shell setting (#525) 2019-11-10 23:17:47 -08:00
lexer.rs Combine integration tests into single binary (#679) 2020-09-17 17:59:46 -07:00
lib.rs Skip .env items which are set in environment (#656) 2020-07-16 21:37:33 -07:00
line.rs Allow suppressing failures with - prefix (#687) 2020-10-03 13:54:19 -07:00
list.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
load_dotenv.rs Search for .env file from working directory (#661) 2020-07-19 05:01:46 -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 Wrap comments at 80 characters (#593) 2020-02-14 04:49:25 -08:00
name.rs Wrap comments at 80 characters (#593) 2020-02-14 04:49:25 -08:00
node.rs Add variadic parameters that accept zero or more arguments (#645) 2020-06-13 01:49:13 -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 Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -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 variadic parameters that accept zero or more arguments (#645) 2020-06-13 01:49:13 -07:00
parser.rs Add variadic parameters that accept zero or more arguments (#645) 2020-06-13 01:49:13 -07:00
platform_interface.rs Wrap comments at 80 characters (#593) 2020-02-14 04:49:25 -08:00
platform.rs Only use cygpath on shebang if it contains / (#652) 2020-06-27 16:38:56 -07:00
position.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
positional.rs Wrap comments at 80 characters (#593) 2020-02-14 04:49:25 -08: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 Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
recipe.rs Allow suppressing failures with - prefix (#687) 2020-10-03 13:54:19 -07:00
run.rs Add log variable to justfile (#621) 2020-03-31 00:00:05 -07:00
runtime_error.rs Search for .env file from working directory (#661) 2020-07-19 05:01:46 -07:00
scope.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
search_config.rs Wrap comments at 80 characters (#593) 2020-02-14 04:49:25 -08:00
search_error.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
search.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
set.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
setting.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
settings.rs Add flags to set and clear shell arguments (#551) 2019-11-22 13:33:56 -06:00
shebang.rs Trigger build on pushes and pull requests (#607) 2020-03-13 21:20:41 -07:00
show_whitespace.rs Wrap comments at 80 characters (#593) 2020-02-14 04:49:25 -08:00
string_literal.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
subcommand.rs Add the --choose subcommand (#680) 2020-09-17 19:43:04 -07:00
suggestion.rs Suggest aliases for unknown recipes (#624) 2020-04-26 14:19:21 -07:00
summary.rs Release v0.6.0 (#649) 2020-06-18 11:50:47 -07:00
table.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
testing.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
thunk.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
token_kind.rs Add variadic parameters that accept zero or more arguments (#645) 2020-06-13 01:49:13 -07:00
token.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
tree.rs Skip .env items which are set in environment (#656) 2020-07-16 21:37:33 -07:00
unresolved_dependency.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08: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 Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00
verbosity.rs Move separate quiet config value to verbosity (#686) 2020-10-01 20:00:15 -07:00
warning.rs Use unstable rustfmt configuration options (#592) 2020-02-10 20:07:06 -08:00