| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-18 | use matches!() macro for simple if let conditions | Matthias Krüger | -4/+1 | |
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -1/+0 | |
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -3/+3 | |
| A `Visibility` does not have outer attributes, so we only capture tokens when parsing a `macro_rules!` matcher | ||||
| 2020-09-10 | Syntactically permit unsafety on mods | David Tolnay | -2/+8 | |
| 2020-09-04 | Implementation of incompatible features error | Amjad Alsharafi | -0/+34 | |
| If two features are defined as incompatible, using them together would result in an error | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+2350 | |
