Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2018-08-10 | Fix #1684: Use the correct flag name in rustc linter | Ricardo Catalinas Jiménez | |
The rust compiler renamed the option '-Z no-trans' to '-Z no-codegen'. https://github.com/rust-lang/rust-enhanced/issues/281 | |||
2017-12-19 | Fix #1031 - Make the rust flags configurable | w0rp | |
2017-08-11 | Ban !=# and !=? from the codebase | w0rp | |
2017-04-17 | Move path functions to their own file | w0rp | |
2017-02-07 | Cover the Rust handler with some tests | w0rp | |
2017-02-07 | #256 Attempt to fix Rust linter issues again | w0rp | |
2017-02-07 | #256 Attempt to fix Rust linter issues | w0rp | |
2017-02-06 | Fix rust linting with cargo when multiple targets are present | notkild | |
2017-01-19 | REVERT "Fix some naming conventions and use abort for all Rust functions, ↵ | w0rp | |
and disable the rust linters for now, re #256" This reverts commit f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec. Conflicts: doc/ale.txt | |||
2017-01-13 | Fix some naming conventions and use abort for all Rust functions, and ↵ | w0rp | |
disable the rust linters for now, re #256 | |||
2017-01-12 | Add support for Rust using rustc and cargo (#230) | EinfachToll | |
* Add rustc checker for rust files * Add documentation for rustc * Use a nice helper function * Add cargo as linter * Complete the doc for rust linters * Put l: in front of every local variable * Apply the requested stylistic changes |