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