about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-15Auto merge of #117517 - klinvill:smir-projections, r=ouz-abors-7/+182
2023-11-14Make UserTypeProjection projections OpaqueKirby Linvill-6/+7
2023-11-15Auto merge of #117359 - tmiasko:call-def, r=cjgillotbors-30/+63
2023-11-14Rollup merge of #117911 - catandcoder:master, r=lqdMatthias Krüger-13/+13
2023-11-14Rollup merge of #117893 - sjwang05:issue-52544-take-1, r=wesleywiserMatthias Krüger-19/+41
2023-11-14Rollup merge of #117834 - RalfJung:target-feature-stability, r=b-naberMatthias Krüger-246/+280
2023-11-14Rollup merge of #117686 - compiler-errors:gen-body, r=wesleywiserMatthias Krüger-11/+1
2023-11-14Fix def-use check for call terminatorsTomasz Miąsko-30/+63
2023-11-14Auto merge of #117849 - compiler-errors:cycle, r=cjgillotbors-8/+7
2023-11-14Fix some typoscui fliter-13/+13
2023-11-14Auto merge of #117787 - ouz-a:smir_coroutinewitness, r=celinvalbors-1/+14
2023-11-14Auto merge of #117731 - nnethercote:rustc_macros, r=Nilstriebbors-93/+60
2023-11-14Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillotbors-36/+142
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-36/+142
2023-11-14Auto merge of #117856 - estebank:issue-66023, r=compiler-errorsbors-10/+22
2023-11-14Auto merge of #117801 - tmiasko:remove-zsts-fuel, r=cjgillotbors-6/+5
2023-11-14Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiserbors-99/+31
2023-11-13Suggest lhs deref for binopssjwang05-19/+41
2023-11-13Auto merge of #117887 - matthiaskrgr:rollup-rgur03f, r=matthiaskrgrbors-12/+16
2023-11-13Rollup merge of #117870 - lcnr:rename-args_ref, r=compiler-errorsMatthias Krüger-10/+8
2023-11-13Rollup merge of #117695 - 3tilley:prioritise-unwrap-expect-over-last-method-c...Matthias Krüger-2/+2
2023-11-13Rollup merge of #114224 - inferiorhumanorgans:solaris-llvm-wrapper, r=cuviperMatthias Krüger-0/+6
2023-11-13review comments: more targeted span setting approachEsteban Küber-2/+24
2023-11-13Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushibors-3/+0
2023-11-13Mention LLVM 64186 in a commentJosh Stone-0/+1
2023-11-13Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Kibors-98/+18
2023-11-14Rollup merge of #117863 - nnethercote:rustc_index, r=Mark-SimulacrumTakayuki Maeda-69/+4
2023-11-14Rollup merge of #117858 - compiler-errors:span, r=lcnrTakayuki Maeda-7/+10
2023-11-14Rollup merge of #117830 - Nilstrieb:object-lifetime-default-nits, r=cjgillotTakayuki Maeda-10/+4
2023-11-14Rollup merge of #117737 - nnethercote:rm-Zkeep-hygiene-data, r=petrochenkovTakayuki Maeda-12/+0
2023-11-13Auto merge of #117876 - lcnr:region-kind-rename, r=BoxyUwUbors-231/+235
2023-11-13update type flagslcnr-22/+22
2023-11-13continue renaminglcnr-44/+44
2023-11-13rename `ReLateBound` to `ReBound`lcnr-163/+164
2023-11-13remove unnecessary `_` in variable namelcnr-2/+2
2023-11-13add fixme to `RegionCtxt`lcnr-0/+3
2023-11-13Auto merge of #117811 - MU001999:master, r=lcnrbors-1/+7
2023-11-13args~~_ref~~_may_unifylcnr-10/+8
2023-11-13features must be additiveRalf Jung-1/+6
2023-11-13Auto merge of #117862 - SpeedReach:patch-1, r=nnethercotebors-2/+2
2023-11-13Auto merge of #117827 - Zalathar:bogus-macro-name-span, r=davidtwcobors-0/+6
2023-11-13Remove unnecessary annotation.Nicholas Nethercote-2/+0
2023-11-13Remove `IndexSlice::convert_index_type`.Nicholas Nethercote-4/+0
2023-11-13Remove `impl FiniteBitSetTy for {u64,u128}`.Nicholas Nethercote-48/+0
2023-11-13Remove `BitSet::to_hybrid`.Nicholas Nethercote-6/+0
2023-11-13Remove `BitSet::words`.Nicholas Nethercote-9/+4
2023-11-13Fix commentSleep_AllDay-2/+2
2023-11-13Compute layout with spans for better cycle errors in coroutinesMichael Goulet-7/+10
2023-11-13Auto merge of #117770 - sjwang05:issue-117766, r=estebank,TaKO8Kibors-20/+61
2023-11-13Always point at index span on index obligation failureEsteban Küber-12/+2