about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2022-09-08ptr: 43276834268743978Ellen-1/+14
2022-09-08Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obkDylan DPC-2/+2
2022-09-08Rollup merge of #101424 - compiler-errors:operator-err-sugg, r=TaKO8KiDylan DPC-3/+15
2022-09-08Rollup merge of #101041 - LuisCardosoOliveira:translation-rename-attr-warning...Dylan DPC-1/+1
2022-09-08Rollup merge of #98933 - oli-obk:opaque_type_late_bound_lifetimes, r=lcnrDylan DPC-1/+1
2022-09-08update `ParamKindOrd`lcnr-2/+3
2022-09-08Auto merge of #98900 - lcnr:region-stuff, r=jackh726bors-4/+1
2022-09-08don't evaluate with escaping bound varslcnr-0/+1
2022-09-08stop evaluating constants in `Relate`lcnr-4/+0
2022-09-08Opaque types' generic params do not imply anything about their hidden type's ...Oli Scherer-1/+1
2022-09-08translations(rustc_session): remove lint allow rule to the methods marked wit...Luis Cardoso-2/+1
2022-09-08translations(rustc_session): migrate TargetDataLayout::parseLuis Cardoso-1/+2
2022-09-08Rollup merge of #101498 - petrochenkov:visparam, r=cjgillotDylan DPC-29/+49
2022-09-08We can print futures with {integer} tooMichael Goulet-1/+1
2022-09-08Generator return doesn't need to be a lang itemMichael Goulet-2/+4
2022-09-08Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillotbors-0/+55
2022-09-08Adjust spacing in suggestion, add a testMichael Goulet-2/+2
2022-09-08Add associated item binding to non-param-ty where clause suggestionsMichael Goulet-3/+15
2022-09-07Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obkbors-123/+210
2022-09-08remove unnecessary `PartialOrd` and `Ord`Takayuki Maeda-2/+2
2022-09-07Use niche-filling optimization even when multiple variants have data.Michael Benfield-121/+208
2022-09-07Change name of "dataful" variant to "untagged"Michael Benfield-10/+10
2022-09-07Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errorsMatthias Krüger-0/+1
2022-09-07Auto merge of #101522 - oli-obk:miriup, r=oli-obkbors-1/+3
2022-09-07Update miri submoduleOli Scherer-1/+3
2022-09-07Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnrbors-57/+138
2022-09-07Add instrument and debug callsSantiago Pastorino-0/+1
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-0/+17
2022-09-07middle: comment -> doc commentDavid Wood-1/+1
2022-09-07Auto merge of #98332 - oli-obk:assume, r=wesleywiserbors-19/+50
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-29/+49
2022-09-06Get rid of the emitted `rustc_query_names` and `rustc_cached_queries` macroJoshua Nelson-9/+10
2022-09-06Support doc-comments in `define_dep_nodes`Joshua Nelson-4/+4
2022-09-06Further simplify the macros generated by `rustc_queries`Joshua Nelson-17/+7
2022-09-06Make `HandleCycleError` an enum instead of a macro-generated closureJoshua Nelson-0/+55
2022-09-06Rollup merge of #101473 - nnethercote:mir-size-assertions, r=lqdGuillaume Gomez-8/+14
2022-09-06Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obkGuillaume Gomez-11/+27
2022-09-06Update docsOli Scherer-2/+2
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-32/+50
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-0/+13
2022-09-06Rollup merge of #101021 - MingyuChen1:diagnostic, r=davidtwcoDylan DPC-29/+66
2022-09-06Rollup merge of #100658 - chenyukang:100631-check-get-attr, r=lcnrDylan DPC-1/+5
2022-09-06get_attr should check that no duplicates are allowedyukang-1/+5
2022-09-06Add more size assertions for MIR types.Nicholas Nethercote-8/+14
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-9/+5
2022-09-06Rollup merge of #101447 - cjgillot:no-remap-resolver, r=spastorinoYuki Okushi-5/+0
2022-09-05fix comment111-3/+2
2022-09-05Remove generics_def_id_map from the resolver.Camille GILLOT-5/+0
2022-09-05Pack `Term` in the same way as `GenericArg`.Nicholas Nethercote-45/+128
2022-09-05Put size assertions together.Nicholas Nethercote-13/+11