| Age | Commit message (Expand) | Author | Lines |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -6/+16 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -1/+6 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -10/+14 |
| 2019-11-19 | More HashStable. | Camille GILLOT | -13/+2 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+3 |
| 2019-11-11 | support issue = "none" in unstable attributes | Ross MacArthur | -6/+7 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -2/+2 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -1/+1 |
| 2019-10-16 | Make use of the return value of `HashSet::insert` | Shotaro Yamada | -2/+1 |
| 2019-10-10 | stability: Do not use `buffer_lint` after lowering to HIR | Vadim Petrochenkov | -3/+11 |
| 2019-09-28 | Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank | Mazdak Farrokhzad | -2/+6 |
| 2019-09-26 | Rename `ForeignItem.node` to `ForeignItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -4/+4 |
| 2019-09-25 | Create new error code E0734 for stability attributes used outside of standard... | Guillaume Gomez | -2/+6 |
| 2019-09-07 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -6/+16 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -4/+4 |
| 2019-07-07 | Support deprecation checking for macros | Vadim Petrochenkov | -63/+85 |
| 2019-07-07 | resolve: Use standard stability diagnostics for macros | Vadim Petrochenkov | -28/+32 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -4/+4 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -4/+4 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -11/+11 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -2/+2 |
| 2019-05-28 | Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril | bors | -2/+2 |
| 2019-05-27 | Avoid unnecessary internings. | Nicholas Nethercote | -2/+2 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -2/+2 |
| 2019-05-23 | Update get_lib_features, defined_lib_features, get_lang_items, defined_lang_i... | John Kåre Alsaker | -2/+2 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -5/+5 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-04-23 | Add rustc_allow_const_fn_ptr | Taylor Cramer | -0/+1 |
| 2019-03-26 | Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -6/+5 |
| 2019-03-24 | replace redundant note in deprecation warning | Andy Russell | -1/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -5/+12 |
| 2019-03-23 | Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc | bors | -1/+1 |
| 2019-03-17 | Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkov | bors | -1/+4 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -6/+5 |
| 2019-03-16 | Don't report deprecation lints in derive expansions | Oliver Scherer | -1/+4 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -5/+6 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -2/+2 |