- Feb 18, 2019
-
-
AdminXVII authored
This is one step closer toward 1.32.0, where the 2018 edition is stable. Mostly refactoring the imports and giving function parameters name in traits
-
- Feb 16, 2019
-
-
Michael Aaron Murphy authored
Refactor the assignements to reduce complexity See merge request !901
-
AdminXVII authored
-
AdminXVII authored
Reorder the branches to extract the common patterns Use Results to move error handling upper in the chain. Use as much internal functions, such as `map` to reduce match nesting. Use iterators when applicable.
-
- Feb 15, 2019
-
-
Michael Aaron Murphy authored
Bit of refactoring for variables and assignment See merge request !900
-
-
Michael Aaron Murphy authored
Clippy and fmt See merge request !897
-
-
AdminXVII authored
-
AdminXVII authored
Use iterators and a helper function to implement Terminator in a clearer way (high cyclomatic complexity in previous implementation). Use an enum to detect error types to deal with them in another scope without requiring an artificial block, as well as to avoid the overhead of dealing with bitflags when not needed. Use native iterators whenever possible, and create a custom one to keep track of the last two characters found.
-
AdminXVII authored
-
AdminXVII authored
-
AdminXVII authored
-
AdminXVII authored
-
AdminXVII authored
-
AdminXVII authored
-
AdminXVII authored
-
AdminXVII authored
Add toolchain in Makefile to remove the need to set a system-wide target toolchain but run the test against the right version
-
- Feb 12, 2019
-
-
Michael Aaron Murphy authored
Add consistent prefix in Compile Instructions See merge request !894
-
-
Michael Aaron Murphy authored
Fix termination of quoted strings containing "<<" Closes #842 See merge request !895
-
- Feb 11, 2019
-
-
Jani Bonnevier authored
-
Jani Bonnevier authored
-
- Jan 25, 2019
-
-
Tom Almeida authored
Add the ability to use numbers for indexing map types Closes #840 See merge request redox-os/ion!891
-
Tom Almeida authored
-
Tom Almeida authored
Allow for empty arrays when printing all variables Closes #841 See merge request redox-os/ion!893
-
- Jan 24, 2019
-
-
Tom Almeida authored
-
Michael Aaron Murphy authored
Update debian packaging See merge request redox-os/ion!892
-
Michael Aaron Murphy authored
-
- Jan 23, 2019
-
-
Michael Aaron Murphy authored
Make map value reassignment actually work Closes #839 See merge request redox-os/ion!890
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Tom Almeida authored
Merge branch 'xTibor/doc-btreemap'
-
Michael Aaron Murphy authored
Add the ability to get the last exit status from any scope Closes #812 See merge request !888
-
Tom Almeida authored
-