- Mar 21, 2019
-
-
Michael Aaron Murphy authored
Fix Gitlab reports: use upstream master See merge request redox-os/ion!937
-
-
stratact authored
Add benchmark and binary size tests to CI See merge request redox-os/ion!933
-
- Mar 20, 2019
-
-
Michael Aaron Murphy authored
Update README.md See merge request redox-os/ion!936
-
-
stratact authored
-
stratact authored
-
stratact authored
-
stratact authored
-
stratact authored
-
AdminXVII authored
-
- Mar 19, 2019
-
-
stratact authored
-
stratact authored
-
stratact authored
-
Michael Aaron Murphy authored
Trim start and end of commands See merge request redox-os/ion!930
-
-
Michael Aaron Murphy authored
Fix ctrl-c with interactive session See merge request redox-os/ion!932
-
AdminXVII authored
-
- Mar 18, 2019
-
-
Michael Aaron Murphy authored
-
Pablo Orduna authored
-
- Mar 17, 2019
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Require cargo fmt See merge request redox-os/ion!929
-
Michael Aaron Murphy authored
-
Jeremy Soller authored
Update to new toolchain See merge request redox-os/ion!928
-
Jeremy Soller authored
-
Michael Aaron Murphy authored
-
- Mar 16, 2019
-
-
Michael Aaron Murphy authored
Fix the benchmark See merge request !926
-
AdminXVII authored
Move the test to its own file Copy 3 times the same program to better evaluate efficiency Don't use `println`: buffering skews the benchmark
-
Michael Aaron Murphy authored
Terminator iterator See merge request redox-os/ion!922
-
AdminXVII authored
SmallVec is not included because benchmarks showed 20% regression. Terminator can't be reset because that also made the code slower.
-
- Mar 15, 2019
-
-
AdminXVII authored
-
AdminXVII authored
Move the body of the next() function to handle_char to be able to handle a char after skipping withspace. When more than one whitespace character is present, trim the remaining ones. If a line ends with && or ||, continue parsing
-
stratact authored
Use native string functions for range parsing See merge request redox-os/ion!925
-
AdminXVII authored
-
AdminXVII authored
The `next()` call caused the REPL to hang. Until I find a better way to handle it, remove it. Fix REPL insertion of newlines.
-
AdminXVII authored
-
AdminXVII authored
TODO: remove comments and make it a true iterator
-
AdminXVII authored
-
AdminXVII authored
Handle comments directly in the iterator. Reorder quotes matching to make it more obvious. Remove index matching. Move the loop to an internal API which requests iterators.
-