about summary refs log tree commit diff
path: root/src/librustc_middle/middle
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1678/+0
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-1/+3
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-1/+1
2020-08-22Lazy decoding of DefPathTable from crate metadata (non-incremental case)Aaron Hill-2/+3
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-3/+3
2020-08-14Fix tests and address review commentsMatthew Jasper-3/+3
2020-08-14Rework `rustc_serialize`Matthew Jasper-18/+18
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-08-03Rollup merge of #75054 - cjgillot:rename-depkind, r=petrochenkovYuki Okushi-4/+4
2020-08-02Rename rustc_middle::cstore::DepKind to DependencyKind.Camille GILLOT-4/+4
2020-07-26report kind of deprecated item in messageAndy Russell-7/+13
2020-07-20Migrate rustc_depr uses to use deprecation attributeMark Rousskov-30/+41
2020-07-15Change `SymbolName::name` to a `&str`.Nicholas Nethercote-2/+2
2020-07-10Avoid "whitelist"Tamir Duberstein-7/+6
2020-06-14Diagnose use of incompatible sanitizersTomasz Miąsko-10/+7
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-4/+4
2020-05-24Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakisbors-158/+2
2020-05-22Use `OnceCell` instead of `Once`Dylan MacKenzie-4/+4
2020-05-22Remove dead ScopeTree codeMatthew Jasper-158/+2
2020-05-22Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasperRalf Jung-5/+3
2020-05-20Rename some types describing native librariesVadim Petrochenkov-5/+3
2020-05-20Implement `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+6
2020-05-14Minor fixes to commentsJOE1994-2/+2
2020-05-02cleanup: `config::CrateType` -> `CrateType`Vadim Petrochenkov-2/+2
2020-04-30Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-SimulacrumDylan DPC-45/+0
2020-04-24Remove `Option` from the return type of `def_kind`.Eduard-Mihai Burtescu-1/+1
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-2/+2
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-2/+2
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-1/+1
2020-04-22Move `{Free,}RegionRelations` and `FreeRegionMap` out of `rustc_middle`Dylan MacKenzie-45/+0
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-1/+1
2020-04-14Remove `DUMMY_HIR_ID`marmeladema-14/+2
2020-04-12Remove usage of `DUMMY_HIR_ID` in `Scope::hir_id`marmeladema-9/+8
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-5/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+1876