| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -64/+0 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -2/+1 |
| 2020-02-11 | Review comments. | Camille GILLOT | -1/+1 |
| 2020-02-11 | Merge rustc::middle::*lang_items. | Camille GILLOT | -0/+24 |
| 2020-02-11 | Move it all into rustc_hir. | Camille GILLOT | -1/+1 |
| 2020-02-11 | Move get_lang_items query in librustc_passes. | Camille GILLOT | -167/+0 |
| 2020-02-11 | Move lang_items definitions to librustc_lang_items. | Camille GILLOT | -268/+56 |
| 2020-02-11 | Move hir::check_attr::Target to librustc_lang_items. | Camille GILLOT | -1/+1 |
| 2020-01-24 | Normalise notes with the/is | varkor | -3/+3 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -2/+0 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -3/+3 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -1/+1 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -2/+4 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -3/+3 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -7/+7 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -1/+1 |
| 2019-12-01 | Remove ord lang item | cad97 | -1/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-11-03 | Make Emscripten unwinding use a valid type_info | Amanieu d'Antras | -1/+1 |
| 2019-10-28 | Rollup merge of #65664 - anp:panic-location, r=eddyb | Mazdak Farrokhzad | -0/+1 |
| 2019-10-27 | Implement core::intrinsics::caller_location. | Adam Perry | -0/+1 |
| 2019-10-25 | Migrate from `#[structural_match]` attribute a lang-item trait. | Felix S. Klock II | -0/+4 |
| 2019-09-27 | getting more context for duplicate lang items (fixes #60561) | Tomas Tauber | -5/+29 |
| 2019-09-08 | Rollup merge of #64255 - varkor:bool-to-option, r=Centril | Mazdak Farrokhzad | -0/+1 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -10/+8 |
| 2019-09-07 | Add "bool" lang item | varkor | -0/+1 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -2/+0 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -2/+6 |
| 2019-07-29 | Wrap promoted generator fields in MaybeUninit | Tyler Mandry | -0/+2 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -28/+0 |
| 2019-07-10 | Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-... | bors | -0/+1 |
| 2019-07-08 | Note that `eq_trait` denotes `trait PartialEq`, not `Eq`, so you don't have t... | Felix S. Klock II | -0/+1 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-06-27 | Add suggestion for missing `.await` keyword | Nathan Corbyn | -0/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-05-27 | Avoid unnecessary internings. | Nicholas Nethercote | -2/+2 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -4/+4 |
| 2019-05-08 | Document + Cleanup lang_items.rs | Mazdak Farrokhzad | -37/+60 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -0/+2 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -1/+1 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -7/+7 |
| 2019-01-27 | Update generator transform and generated function signature | Wim Looman | -0/+1 |