- Jun 10, 2018
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Jun 09, 2018
-
-
- Jun 08, 2018
-
-
- Jun 07, 2018
-
-
* ansi_term 0.10.2 -> 0.11.0 * rand 0.4.2 -> 0.5.0 * users 0.6.1 -> 0.7.0 Fix building after addind in liner syntax highlight in https://github.com/redox-os/liner/pull/3
-
-
* Fix #768 * Add integration test * Add unit test
-
- Jun 06, 2018
-
-
* NEEDSFIX: Removes Cargo.lock and updates dep WONTWORK until liner pr is accepted * use git liner instead of 0.4.4 * generate cargo.lock
-
- Jun 05, 2018
-
-
* Add isatty builtin to manual * Add exec builtin to manual * Add eq builtin * Remove failing test
-
* Fix #693 * Squash the fixes * Fix main.rs by using `sys::*` functions, on the side ;)
-
* Add isatty builtin to manual * Add exec builtin to manual
-
- Jun 04, 2018
-
-
* Have Ion detect stdin for redirection purposes * Have the shell exit properly after running the redirection * Fix hang when piping to the Ion shell
-
Michael Aaron Murphy authored
-
- Jun 03, 2018
-
-
* Fix #755 * Add integration test for #755 * Add unit test
-
- Jun 02, 2018
-
-
-
Simplify the paren level code by combining the `p_level` and `ap_level` fields and remove the unused `a_level` field
-
- May 31, 2018
-
-
Change `Variables::get_vars` to `Variables::strings` to signify it's a iterator of strings rather than getting a Vec of them
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
-
-
-
-
-
- May 30, 2018
-
-
-
-
Pass existing `&[String]` arg values instead of converting them into `&[&str]` by `Vec` collecting to save some allocation
-
- May 29, 2018
-
-
Use slices instead of iterators for PipelineExecution without needing to allocate a Vec as done before the iterator migration
-
-
-
-
-
- May 28, 2018
-
-
Michael Aaron Murphy authored
-
-
So that way, you don't need to collect other iterators into Vecs to save allocation
-
-