| Age | Commit message (Expand) | Author | Lines |
| 2019-01-10 | resolve: Prohibit use of imported non-macro attributes | Vadim Petrochenkov | -1/+1 |
| 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 |
| 2018-10-31 | save-analysis: make sure we save the def for the last segment of a path | Nick Cameron | -7/+4 |
| 2018-10-30 | Adjust Ids of path segments in visibility modifiers | Nick Cameron | -2/+8 |
| 2018-10-28 | resolve: Desugar empty import groups into synthetic dummy imports | Vadim Petrochenkov | -1/+2 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -1/+1 |
| 2018-10-26 | more reviewer changes | Nick Cameron | -3/+3 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -43/+129 |
| 2018-10-26 | rebasing and reviewer changes | Nick Cameron | -1/+0 |
| 2018-10-26 | dump refs for path segments in save-analysis | Nick Cameron | -2/+26 |
| 2018-10-26 | Store a resolved def on hir::PathSegment | Nick Cameron | -4/+15 |
| 2018-10-25 | Don't extend `hir::Def` when there's already a dedicated "function-like" dete... | Oliver Schneider | -10/+2 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -1/+9 |
| 2018-10-25 | Rollup merge of #55282 - sinkuu:redundant_clone, r=estebank | Pietro Albini | -1/+1 |