| Age | Commit message (Expand) | Author | Lines |
| 2018-12-19 | Remove `eliminate_crate_var` and special pretty-printing for `$crate` | Vadim Petrochenkov | -6/+3 |
| 2018-12-18 | Mark tuple structs as live if their constructors are used | Oliver Scherer | -1/+1 |
| 2018-12-17 | Add a comment | John Kåre Alsaker | -0/+3 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -0/+4 |
| 2018-12-10 | Remove `tokenstream::Delimited`. | Nicholas Nethercote | -6/+4 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -157/+159 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -8/+8 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -8/+8 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -1/+1 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -1/+1 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -8/+8 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -16/+0 |
| 2018-12-01 | Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakis | kennytm | -29/+32 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -16/+0 |
| 2018-11-29 | Use `Cow` in `Token::String`. | Nicholas Nethercote | -29/+32 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-22 | explain how this works | Niko Matsakis | -1/+23 |
| 2018-11-22 | only reset non-restricted visibilities | Niko Matsakis | -6/+27 |
| 2018-11-21 | pass vis by shared reference | Niko Matsakis | -6/+6 |
| 2018-11-21 | preserve the original visibility for the "list stem" node | Niko Matsakis | -4/+0 |
| 2018-11-21 | renumber segment ids for visibilities whenever we clone them | Niko Matsakis | -7/+17 |
| 2018-11-21 | add some `debug!` into lowering | Niko Matsakis | -0/+8 |
| 2018-11-21 | track the span for each id so that we can give a nice ICE | Niko Matsakis | -29/+39 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -15/+4 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -8/+11 |
| 2018-11-19 | Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini | bors | -2/+1 |
| 2018-11-18 | Rollup merge of #55827 - ljedrz:various_stashed, r=alexcrichton | Pietro Albini | -2/+1 |
| 2018-11-18 | Fix ICEs from imports of items not defined in modules | Vadim Petrochenkov | -4/+10 |
| 2018-11-18 | resolve: Check resolution consistency for import paths and multi-segment macr... | Vadim Petrochenkov | -2/+3 |
| 2018-11-18 | resolve: Improve diagnostics for resolution ambiguities | Vadim Petrochenkov | -8/+8 |
| 2018-11-15 | Rollup merge of #55930 - ljedrz:hir_bonuses, r=cramertj | Pietro Albini | -7/+4 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-13 | hir: simplify a match expression | ljedrz | -2/+2 |
| 2018-11-13 | hir: remove an unused type alias | ljedrz | -3/+1 |
| 2018-11-13 | hir: simplify fmt::Debug for hir::Path | ljedrz | -1/+1 |
| 2018-11-13 | hir: remove an unused hir_vec macro pattern | ljedrz | -1/+0 |
| 2018-11-13 | A few tweaks to iterations/collecting | ljedrz | -2/+1 |
| 2018-11-12 | Typo nit | Oliver Scherer | -1/+1 |
| 2018-11-12 | Turn `HirLocalId` into a `newtype_index` | Oliver Scherer | -33/+20 |
| 2018-11-12 | Make `NodeId` a `newtype_index` to enable niche optimizations | Oliver Scherer | -4/+3 |
| 2018-11-11 | Rollup merge of #55687 - alexreg:fix-24010, r=scalexm | Pietro Albini | -3/+3 |
| 2018-11-08 | Use `Lit` rather than `P<Lit>` in `ast::ExprKind`. | Nicholas Nethercote | -1/+1 |
| 2018-11-07 | Look at projections from supertraits when constructing trait objects. | Alexander Regueiro | -3/+3 |
| 2018-11-03 | Added support for trait aliases as object types. | Alexander Regueiro | -16/+17 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -3/+1 |
| 2018-11-01 | Rollup merge of #55522 - matthiaskrgr:no_format, r=zackmdavis | Pietro Albini | -1/+1 |
| 2018-10-31 | use String::from() instead of format!() macro to construct Strings. | Matthias Krüger | -1/+1 |