about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-07-14Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorinoMatthias Krüger-10/+14
2023-07-14Rollup merge of #113688 - krasimirgg:llvm-17-small-string, r=nikicMatthias Krüger-0/+1
2023-07-14Rollup merge of #113599 - chenyukang:yukang-fix-use-maybe_body_owned_by, r=cj...Matthias Krüger-117/+95
2023-07-14Auto merge of #113591 - mdibaiee:genericargs-cleanup, r=oli-obkbors-4126/+4098
2023-07-14Make it clearer that we're just checking for an RPITITMichael Goulet-10/+14
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-4126/+4098
2023-07-14llvm-wrapper: update for LLVM API changeKrasimir Georgiev-0/+1
2023-07-14Auto merge of #112982 - lukas-code:bootstrap-alias-default-crates, r=albertla...bors-3/+4
2023-07-14Auto merge of #113328 - michaelwoerister:no_hashmap_in_typeck, r=cjgillot,lcnrbors-172/+212
2023-07-14fix docs for `rustc_smir`Lukas Markeffsky-3/+4
2023-07-14Introduce ExtentUnord trait for collections that can safely consume UnordItems.Michael Woerister-26/+39
2023-07-14Enable potential_query_instability lint in rustc_hir_typeck.Michael Woerister-148/+175
2023-07-14Auto merge of #113639 - ericmarkmartin:more-smir-types, r=oli-obkbors-3/+8
2023-07-14Auto merge of #113609 - nnethercote:maybe_lint_level_root_bounded-cache, r=cj...bors-32/+71
2023-07-14Auto merge of #113519 - SparrowLii:parallel_typeck, r=cjgillotbors-0/+16
2023-07-13add str, slice, and array to smir typesEric Mark Martin-3/+8
2023-07-14fix the issue of shorthand in suggest_cloningyukang-43/+49
2023-07-14use maybe_body_owned_by for closureyukang-74/+46
2023-07-14Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naberMatthias Krüger-1/+19
2023-07-13Rollup merge of #113631 - lqd:fix-113597, r=petrochenkovMatthias Krüger-2/+17
2023-07-13Rollup merge of #113629 - spastorino:smir-types-3, r=oli-obkMatthias Krüger-13/+58
2023-07-13Rollup merge of #113570 - lcnr:inspect-format, r=BoxyUwUMatthias Krüger-57/+63
2023-07-13Rollup merge of #113536 - lcnr:proof-tree-select, r=BoxyUwUMatthias Krüger-28/+22
2023-07-13Auto merge of #113637 - Mark-Simulacrum:bootstrap-bump, r=ozkanonurbors-899/+1335
2023-07-13Add Adt to SMIRSantiago Pastorino-5/+55
2023-07-13Rollup merge of #113615 - krasimirgg:llvm-17-pgo, r=nikicMatthias Krüger-0/+4
2023-07-13Rollup merge of #113553 - spastorino:smir-types-2, r=oli-obkMatthias Krüger-5/+7
2023-07-13Rollup merge of #113353 - compiler-errors:select-better, r=lcnrMatthias Krüger-2/+145
2023-07-13typolcnr-1/+1
2023-07-13refactor proof tree formattinglcnr-57/+63
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-891/+1327
2023-07-12Flip cfg's for bootstrap bumpMark Rousskov-4/+4
2023-07-12Replace version placeholder to 1.72Mark Rousskov-4/+4
2023-07-13Add machine-applicable suggestion for `unused_qualifications` lint许杰友 Jieyou Xu (Joe)-1/+19
2023-07-13Add a cache for `maybe_lint_level_root_bounded`.Nicholas Nethercote-10/+47
2023-07-12make MCP510 behavior explicitly opt-inRémy Rakic-2/+17
2023-07-12DefIds are not only about CrateItemSantiago Pastorino-8/+3
2023-07-12Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o...bors-32/+5
2023-07-12Auto merge of #113569 - RalfJung:miri, r=oli-obkbors-77/+201
2023-07-12llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-0/+4
2023-07-12Auto merge of #113573 - lcnr:typeck-results, r=compiler-errorsbors-15/+8
2023-07-11Rollup merge of #113595 - cchiw:object_consts, r=workingjubileeJubilee-4/+3
2023-07-11Rollup merge of #113567 - chenyukang:yukang-fix-113354-while-let, r=cjgillotJubilee-38/+39
2023-07-12Move `maybe_lint_level_root_bounded`.Nicholas Nethercote-23/+24
2023-07-11Use constants from object crateCharisee-4/+3
2023-07-12Shorten some overlong comment lines.Nicholas Nethercote-6/+7
2023-07-11Auto merge of #112984 - BoxyUwU:debug_with_infcx, r=compiler-errorsbors-95/+464
2023-07-11fix handling of alignment for dyn-sized placesRalf Jung-4/+6
2023-07-11update Operand::Move docsRalf Jung-4/+10
2023-07-11miri: protect Move() function arguments during the callRalf Jung-69/+185