| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-17 | remove useless ?s (clippy::needless_question_marks) | Matthias Krüger | -1/+1 | |
| Example code: ``` fn opts() -> Option<String> { let s: Option<String> = Some(String::new()); Some(s?) // this can just be "s" } ``` | ||||
| 2020-12-11 | Rustfmt | JCTyblaidd | -5/+1 | |
| 2020-12-11 | Add post-initialization hook for static memory initialized using the ↵ | JCTyblaidd | -1/+4 | |
| interpereter. | ||||
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -3/+3 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+182 | |
