about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-05-18Fix doc comment for `ConstParamTy` deriveJuniper Tyree-1/+1
2023-05-18Auto merge of #108938 - chenyukang:yukang/fix-107910-shorten-ice, r=cjgillotbors-40/+259
2023-05-18Auto merge of #111364 - cuviper:unhack-thinlto, r=nikicbors-112/+0
2023-05-17Auto merge of #111672 - nikic:llvm-16.0.4, r=cuviperbors-0/+0
2023-05-17Auto merge of #111568 - scottmcm:undo-opt, r=WaffleLapkinbors-152/+49
2023-05-17Auto merge of #111680 - Dylan-DPC:rollup-1p45gxt, r=Dylan-DPCbors-137/+394
2023-05-17Rollup merge of #111674 - GuillaumeGomez:add-missing-backslash, r=notriddleDylan DPC-1/+1
2023-05-17Rollup merge of #111625 - Zoxc:rustc_middle-query-move, r=cjgillotDylan DPC-33/+29
2023-05-17Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-deadDylan DPC-47/+147
2023-05-17Rollup merge of #111565 - aDotInTheVoid:rdj-impl-viz, r=GuillaumeGomezDylan DPC-0/+81
2023-05-17Rollup merge of #111557 - cjgillot:revert-111020, r=petrochenkovDylan DPC-55/+17
2023-05-17Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillotDylan DPC-1/+119
2023-05-17Fix #107910, Shorten backtraces in ICEsyukang-40/+259
2023-05-17Add missing backslash in HTML stringGuillaume Gomez-1/+1
2023-05-17Emits E0599 when meeting MyTrait::missing_methodmu001999-47/+147
2023-05-17Update to LLVM 16.0.4Nikita Popov-0/+0
2023-05-17Auto merge of #111671 - Dylan-DPC:rollup-1jy5r16, r=Dylan-DPCbors-83/+232
2023-05-17Rollup merge of #111661 - clubby789:offset-of-erase-regions, r=compiler-errorsDylan DPC-3/+9
2023-05-17Rollup merge of #111654 - JoJoJet:unsafe-cell-from-mut-lib, r=joshtriplettDylan DPC-0/+22
2023-05-17Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwUDylan DPC-2/+115
2023-05-17Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkinDylan DPC-38/+20
2023-05-17Rollup merge of #111043 - jmillikin:cstr-is-empty, r=dtolnayDylan DPC-3/+2
2023-05-17Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=NilstriebDylan DPC-37/+64
2023-05-17Auto merge of #111630 - BoxyUwU:ty_const_debug_formatting, r=compiler-errorsbors-45/+75
2023-05-17Auto merge of #111664 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-05-17Update cargoWeihang Lo-0/+0
2023-05-17Finish move of query.rsJohn Kåre Alsaker-33/+29
2023-05-17Move rustc_middle/src/ty/query.rs to rustc_middle/src/query/plumbing.rsJohn Kåre Alsaker-0/+0
2023-05-16Auto merge of #111556 - cjgillot:copy-prop-nrvo, r=oli-obkbors-240/+617
2023-05-16Erase regions of type in `offset_of!`clubby789-3/+9
2023-05-16add `UnsafeCell::from_mut`JoJoJet-0/+22
2023-05-16Auto merge of #111650 - matthiaskrgr:rollup-n7w17v4, r=matthiaskrgrbors-62/+286
2023-05-16Rollup merge of #111642 - GuillaumeGomez:only-impl-from-bodies, r=notriddleMatthias Krüger-1/+65
2023-05-16Rollup merge of #111610 - bvanjoi:fix-99597, r=compiler-errorsMatthias Krüger-31/+76
2023-05-16Rollup merge of #111592 - Nemo157:fix-vec-capacity-examples, r=joshtriplettMatthias Krüger-6/+6
2023-05-16Rollup merge of #111573 - compiler-errors:erase-re-error, r=WaffleLapkinMatthias Krüger-1/+50
2023-05-16Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obkMatthias Krüger-11/+49
2023-05-16Rollup merge of #111488 - compiler-errors:error-term, r=lcnrMatthias Krüger-2/+30
2023-05-16Rollup merge of #107680 - dtolnay:docrepr, r=AmanieuMatthias Krüger-10/+10
2023-05-16Add derive for `core::marker::ConstParamTy`Nilstrieb-2/+115
2023-05-16Remove `LangItems::require`Nilstrieb-38/+20
2023-05-16Hide repr attribute from doc of types without guaranteed reprDavid Tolnay-10/+10
2023-05-16blessBoxy-4/+4
2023-05-16format `Const`'s less verboselyBoxy-41/+71
2023-05-16Auto merge of #108062 - Zoxc:spec-incr, r=cjgillotbors-17/+76
2023-05-16Use error term if missing associated item in new solverMichael Goulet-2/+30
2023-05-16Auto merge of #105750 - oli-obk:valtrees, r=lcnrbors-94/+137
2023-05-16Add regression test for #111415Guillaume Gomez-0/+36
2023-05-16Only keep impl blocks from bodiesGuillaume Gomez-1/+29
2023-05-16Fixup commentsMaybe Waffle-4/+4