| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -1/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -1/+1 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -4/+4 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -1/+1 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -3/+3 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -0/+1 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -1/+1 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -1/+1 |
| 2020-09-15 | don't lazily evaulate some trivial values for Option::None replacements (clip... | Matthias Krüger | -2/+2 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+269 |
