- Jun 26, 2021
-
-
matu3ba authored
-
- Jun 24, 2021
-
-
matu3ba authored
clippy.toml: Add complexity thresholds for cognitive and type and the msrv to latest stable Rust. crates in members/: Add documentation and licence. Some lints could not be autocorrected and Rust could not figure out which, so manually correct all of them.
-
- Jun 22, 2021
- Jun 17, 2021
-
-
Jacob Lorentzon authored
-
- May 09, 2021
-
-
Jeremy Soller authored
-
- Mar 25, 2021
-
-
matu3ba authored
decimal used forbidden Rust feature, use the upstreamed fix
-
- Feb 26, 2021
-
-
matu3ba authored
removes unnecessary unsafe blocks in ion upstream nix also has them removed bump dependencies, when we change lock file anyway fix some warnings
-
- Jan 23, 2021
-
-
merge MR 1216 from @NateDogg1232 fixes #997
-
- Jan 08, 2021
-
-
matu3ba authored
backtrace shows garbage without debug symbols
-
- Dec 30, 2020
-
-
matu3ba authored
fix(manual, testing): unit tests for correctly working sections+examples in manual chapter expansion
-
- Dec 27, 2020
- Dec 18, 2020
-
-
matu3ba authored
-
- Dec 16, 2020
- Dec 14, 2020
- Dec 06, 2020
-
-
Fixes first part of #973
-
- Sep 14, 2020
-
-
Luke Clifton authored
-
- Sep 11, 2020
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Aug 21, 2020
-
-
baka authored
-
- Aug 02, 2020
-
-
Jeremy Soller authored
-
- Jun 30, 2020
-
-
The Infinite toshokan authored
-
- Jun 25, 2020
-
-
Nathaniel Allred authored
-
Nathaniel Allred authored
-
- Jun 22, 2020
-
- Jun 13, 2020
- Jun 11, 2020
-
- May 20, 2020
-
-
Michel Le Bihan authored
-
- May 02, 2020
-
-
- May 01, 2020
-
-
matu3ba authored
-
- Apr 21, 2020
-
-
matu3ba authored
adding template description for merge requests
-
- Apr 20, 2020
-
-
matu3ba authored
templates for issues and merge_requests for specific user information and better analysis of tradeoffs of certain features
-
Before this patch, `let` only shows string and array variables, whilst all mapping types are not shown. In addition, string and array variables are separated from each other by comments. This patch implements a new function on `shell::Variables` that returns all the variables in scope and then modifies `Shell::list_vars` to print all the variables. The syntax returned is equivalent to the method of declaring the variables themselves, however this still results in mapping types being indistinguishable from each other by looking at the output of `let` (both `HashMap` and `BTreeMap` look the same).
-