about summary refs log tree commit diff
path: root/src/librustc_passes
AgeCommit message (Expand)AuthorLines
2020-05-02Rollup merge of #71777 - petrochenkov:crtype, r=Mark-SimulacrumDylan DPC-17/+15
2020-05-02cleanup: `config::CrateType` -> `CrateType`Vadim Petrochenkov-17/+15
2020-05-01Mark query function as must_use.Camille GILLOT-2/+2
2020-05-01Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasperbors-8/+8
2020-04-30Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievinkDylan DPC-1/+4
2020-04-28Move a few queries to using an arena.Camille GILLOT-1/+1
2020-04-28Use the query system to allocate.Camille GILLOT-7/+7
2020-04-27Change return type of `entry_fn` query to return a `LocalDefId`marmeladema-9/+11
2020-04-27Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queriesmarmeladema-4/+4
2020-04-26Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddybDylan DPC-36/+20
2020-04-24Avoid unused Option::map resultsJosh Stone-1/+3
2020-04-24fix a couple more uses of def_kindmark-2/+2
2020-04-24Remove redundant `descr`/`descriptive_variant` methods from HIR.Eduard-Mihai Burtescu-36/+20
2020-04-23Address comments from reviewmarmeladema-3/+2
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-23/+15
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-15/+24
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-14/+14
2020-04-20Remove unused dependenciesShotaro Yamada-2/+0
2020-04-19Auto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r=Dylan-DPCbors-1/+3
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-19/+21
2020-04-19Fix false "never constructed" warnings for `Self::` variant pathsseiya-1/+3
2020-04-17Rollup merge of #69642 - ecstatic-morse:issue-69615, r=oli-obkDylan DPC-7/+7
2020-04-16rustc: fix check_attr() for methods, closures and foreign functionsMatthias Schiffer-1/+4
2020-04-16don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2020-04-14Remove `DUMMY_HIR_ID`marmeladema-10/+0
2020-04-12Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddybDylan DPC-11/+10
2020-04-12Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasperDylan DPC-26/+49
2020-04-12Remove usage of `DUMMY_HIR_ID` in `CheckAttrVisitor::check_inline`marmeladema-3/+2
2020-04-12Remove usage of `DUMMY_HIR_ID` in `CheckLoopVisitor`marmeladema-8/+8
2020-04-11Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakisbors-3/+2
2020-04-10librustc_middle: return LocalDefId instead of DefId in get_parent_didmarmeladema-4/+4
2020-04-10librustc_middle: return LocalDefId instead of DefId in body_owner_def_idmarmeladema-2/+2
2020-04-10Replace non-shorthand variables with _, not _varsapir-8/+12
2020-04-10Try to fix warning for unused variables in or patterns, issue #67691sapir-26/+45
2020-04-09Use `is_const_fn_raw` query for HIR const-checkingDylan MacKenzie-7/+7
2020-04-09Rollup merge of #70916 - Centril:track-caller-ffi, r=eddybMazdak Farrokhzad-12/+2
2020-04-09Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011Mazdak Farrokhzad-0/+9
2020-04-09track_caller: support on FFI importsMazdak Farrokhzad-11/+1
2020-04-08comment pessimistic yield and saving/restoring stateNiko Matsakis-0/+7
2020-04-08track_caller: harden naked interactionsMazdak Farrokhzad-1/+1
2020-04-06tweak rustc_layout debug outputRalf Jung-1/+1
2020-04-05Rollup merge of #70815 - RalfJung:layout-debug, r=jonas-schievinkDylan DPC-2/+3
2020-04-05also print type typeRalf Jung-1/+1
2020-04-05also print rustc_layout on impl trait type aliasesRalf Jung-1/+2
2020-04-05Remove unneeded Lrc in query results.Camille GILLOT-3/+2
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+1
2020-04-03Minor follow-up after renaming librustc(_middle)Yuki Okushi-3/+3
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-1/+1
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-10/+5
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-6/+3