about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2023-04-11Split super_predicates_that_define_assoc_type query from super_predicates_ofMichael Goulet-4/+4
2023-04-11Add `sym::anon`.Nicholas Nethercote-1/+1
2023-04-11Introduce `Region::get_name_or_anon`.Nicholas Nethercote-5/+10
2023-04-11Preserve argument indexes when inlining MIRDavid Lattimore-0/+6
2023-04-11Auto merge of #109778 - petrochenkov:allkind, r=cjgillotbors-3/+18
2023-04-10Fix typos in compilerDaniPopes-8/+8
2023-04-10Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwcobors-8/+24
2023-04-10Support safe transmute in new solverMichael Goulet-0/+3
2023-04-10Call `into_diagnostic_arg` on Binder's contained value directly.IQuant-3/+21
2023-04-10Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errorsDylan DPC-40/+37
2023-04-10review + some small stufflcnr-3/+13
2023-04-10prioritize param-env candidateslcnr-0/+12
2023-04-09fixup! Improve `Allocation::hashNilstrieb-1/+1
2023-04-09Convert manual loop into `while let`Nilstrieb-11/+1
2023-04-09Remove identity castsNilstrieb-6/+6
2023-04-09Fix some clippy::complexityNilstrieb-5/+5
2023-04-09Improve `Allocation::hashNilstrieb-9/+17
2023-04-09Delete useless loopNilstrieb-9/+8
2023-04-09Auto merge of #109500 - petrochenkov:modchainld, r=oli-obkbors-4/+28
2023-04-08Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naberbors-0/+95
2023-04-08rustc_middle: Remove `Option` from `module_reexports` queryVadim Petrochenkov-2/+2
2023-04-08resolve: Preserve reexport chains in `ModChild`renVadim Petrochenkov-2/+26
2023-04-08Remove `remap_env_constness` in queriesDeadbeef-53/+0
2023-04-07Add feature gatekadmin-7/+9
2023-04-07Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercotebors-64/+48
2023-04-07Add a size assertion for `RegionKind`.Nicholas Nethercote-4/+11
2023-04-07Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiaskobors-107/+194
2023-04-06Remove u32 on BoundTyKind::AnonJack Huey-9/+5
2023-04-06Remove index from BrAnonJack Huey-18/+10
2023-04-06Remove expect_anon and expect_anon_placeholder in favor of varJack Huey-24/+4
2023-04-06Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR...Jack Huey-14/+23
2023-04-06Auto merge of #110012 - matthiaskrgr:rollup-sgmm5xv, r=matthiaskrgrbors-2/+0
2023-04-06Rollup merge of #109984 - scottmcm:less-float, r=NilstriebMatthias Krüger-2/+0
2023-04-06Auto merge of #109333 - Zoxc:erase-query-cache-values, r=cjgillotbors-12/+362
2023-04-06Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstriebbors-7/+67
2023-04-06Address review feedbackGary Guo-10/+11
2023-04-06Rename `Abort` terminator to `Terminate`Gary Guo-13/+59
2023-04-06Add `UnwindAction::Terminate`Gary Guo-0/+7
2023-04-06Add `UnwindAction::Unreachable`Gary Guo-18/+36
2023-04-06Refactor unwind from Option to a new enumGary Guo-88/+103
2023-04-06Remove f32 & f64 from MemDecoder/MemEncoderScott McMurray-2/+0
2023-04-06Auto merge of #109915 - scottmcm:layout-indexvec, r=oli-obkbors-1/+2
2023-04-06Fully erase query valuesJohn KÃ¥re Alsaker-15/+135
2023-04-06Address commentsJohn KÃ¥re Alsaker-1/+3
2023-04-06Avoid the assertion in `erase`John KÃ¥re Alsaker-8/+8
2023-04-06Don't rely on `Debug` impl for `Erased`John KÃ¥re Alsaker-10/+2
2023-04-06Erase query cache valuesJohn KÃ¥re Alsaker-12/+248
2023-04-05Auto merge of #109966 - JohnTitor:rollup-eoqjr5j, r=JohnTitorbors-3/+3
2023-04-05Rollup merge of #109956 - compiler-errors:tweak-debug-outputs, r=oli-obkYuki Okushi-3/+3
2023-04-05Auto merge of #109117 - oli-obk:locks, r=michaelwoeristerbors-1/+2