about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2021-09-09WIP stateEllen-0/+1
2021-09-08Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obkbors-6/+2324
2021-09-07Don't move ?Trait bounds to param bounds if they're in where clausesjackh726-9/+3
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-6/+6
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+2318
2021-09-07Auto merge of #88689 - Aaron1011:confused-std-resolver, r=cjgillotbors-0/+3
2021-09-06Auto merge of #83214 - cjgillot:dep-map, r=michaelwoeristerbors-1/+4
2021-09-06Move `confused_type_with_std_module` to `ResolverOutputs`Aaron Hill-0/+3
2021-09-06Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebankbors-0/+1
2021-09-05Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011bors-3/+20
2021-09-05Auto merge of #88552 - nbdd0121:vtable, r=nagisabors-0/+6
2021-09-05Add query `own_existential_vtable_entries`Gary Guo-0/+6
2021-09-05Auto merge of #88499 - eddyb:layout-off, r=nagisabors-23/+100
2021-09-05Change more x64 size checks to not apply to x32.Harald van Dijk-4/+4
2021-09-04Fix #88256, remove duplicated diagnosticyukang-0/+1
2021-09-03Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obkbors-0/+6
2021-09-03Auto merge of #88597 - cjgillot:lower-global, r=petrochenkovbors-8/+9
2021-09-02Rename walk_crate.Camille GILLOT-1/+1
2021-09-02Rollup merge of #88532 - ptrojahn:single_use, r=davidtwcoMara Bos-5/+2
2021-09-02Stop using walk_crate.Camille GILLOT-3/+20
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-0/+6
2021-09-02ty::layout: split `LayoutOf` into required and (blanket) provided halves.Eduard-Mihai Burtescu-4/+10
2021-09-02ty::layout: implement `layout_of` automatically as a default method.Eduard-Mihai Burtescu-11/+50
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-17/+49
2021-09-01Compute proc_macros in resolutions.Camille GILLOT-0/+3
2021-09-01Compute all_traits_impls during resolution.Camille GILLOT-1/+3
2021-09-01Stop sorting bodies by span.Camille GILLOT-7/+3
2021-09-01Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebankbors-1/+12
2021-09-01Auto merge of #87688 - camsteffen:let-else, r=cjgillotbors-0/+3
2021-08-31Rollup merge of #86362 - ptrojahn:insert_vars_and_temps, r=jackh726Mara Bos-0/+5
2021-08-31Remove single use variablesPaul Trojahn-5/+2
2021-08-31Avoid cloning LocalDeclsPaul Trojahn-0/+5
2021-08-31Rollup merge of #88486 - bjorn3:better_arena_macro, r=jackh726Mara Bos-6/+6
2021-08-30Enforce diverging let...elseCameron Steffen-0/+3
2021-08-30Remove unused arena macro argsbjorn3-6/+6
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-2/+2
2021-08-30remove lazy_normalization_constsEllen-1/+1
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-2/+2
2021-08-29Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisabors-83/+108
2021-08-30rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.Eduard-Mihai Burtescu-24/+30
2021-08-30rustc_target: `TyAndLayout::field` should never error.Eduard-Mihai Burtescu-48/+53
2021-08-28Drop the query result memmap before serializing it back.Camille GILLOT-0/+2
2021-08-28Mmap the incremental data instead of reading it.Camille GILLOT-1/+2
2021-08-28Remove obsolete `MacroDef` variant of `OwnerNode`inquisitivecrystal-13/+0
2021-08-28Treat macros as HIR itemsinquisitivecrystal-25/+2
2021-08-27Auto merge of #88328 - fee1-dead:not-quite-const, r=oli-obkbors-26/+37
2021-08-27rustc_target: require `TyAbiInterface` in `LayoutOf`.Eduard-Mihai Burtescu-0/+14
2021-08-27rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.Eduard-Mihai Burtescu-4/+8
2021-08-27rustc_target: add lifetime parameter to `LayoutOf`.Eduard-Mihai Burtescu-13/+9
2021-08-27Add `ty::BoundConstness`Deadbeef-21/+37