about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-09Rollup merge of #107835 - tshepang:fmt, r=WaffleLapkinMatthias Krüger-12/+13
2023-02-09Rollup merge of #107752 - riverar:rafael/gnu_dlltool_temp_prefix, r=petrochenkovMatthias Krüger-0/+8
2023-02-09Rollup merge of #107446 - clubby789:rustc-parse-diag-migrate, r=compiler-errorsMatthias Krüger-380/+641
2023-02-09use idiomatic formattingTshepang Mbambo-12/+13
2023-02-09Auto merge of #106938 - GuillaumeGomez:normalize-projection-field-ty, r=oli-obkbors-1/+1
2023-02-08Rollup merge of #107813 - compiler-errors:bad-impl-trait-in-macro-is-ok, r=es...Michael Goulet-2/+3
2023-02-08Rollup merge of #107799 - lcnr:update-provisional-result, r=oli-obkMichael Goulet-5/+8
2023-02-08Rollup merge of #107761 - oli-obk:miri_🪵, r=TaKO8KiMichael Goulet-34/+6
2023-02-08Rollup merge of #107713 - nnethercote:extend-BYTE_SLICE_IN_PACKED_STRUCT_WITH...Michael Goulet-24/+40
2023-02-09Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`.Nicholas Nethercote-24/+40
2023-02-09Auto merge of #107717 - nnethercote:opt-TyKind-eq, r=compiler-errorsbors-41/+45
2023-02-08Auto merge of #107811 - matthiaskrgr:rollup-rpjzshk, r=matthiaskrgrbors-153/+236
2023-02-08correctly update goals in the cachelcnr-5/+8
2023-02-08Do not eagerly recover for bad impl-trait in macrosMichael Goulet-2/+3
2023-02-08Rollup merge of #107780 - compiler-errors:instantiate-binder, r=lcnrMatthias Krüger-60/+67
2023-02-08Rollup merge of #107777 - compiler-errors:derive_const-actually-derive-const,...Matthias Krüger-14/+45
2023-02-08Rollup merge of #107758 - Zoxc:arena-enref, r=cjgillotMatthias Krüger-70/+78
2023-02-08Rollup merge of #107271 - Zeegomo:drop-rmw, r=oli-obkMatthias Krüger-9/+46
2023-02-08Auto merge of #107644 - Zoxc:query-cache-tweak, r=cjgillotbors-37/+4
2023-02-08Auto merge of #107529 - Zoxc:inline-tweak-profile, r=cjgillotbors-28/+26
2023-02-08Change `arena_cache` to not alter the declared query resultJohn Kåre Alsaker-70/+78
2023-02-08Rollup merge of #107779 - compiler-errors:issue-107775, r=jackh726Matthias Krüger-10/+11
2023-02-08Rollup merge of #107771 - estebank:ice-msg, r=compiler-errorsMatthias Krüger-3/+1
2023-02-08Rollup merge of #107769 - compiler-errors:pointer-like, r=eholkMatthias Krüger-12/+12
2023-02-08Auto merge of #107688 - lukas-code:projection-with-lifetime, r=jackh726bors-1/+2
2023-02-07Replacing bound vars is actually instantiating a binderMichael Goulet-60/+67
2023-02-07Remove astconv usage in diagnosticMichael Goulet-10/+11
2023-02-07Add ~const bounds trait bounds when using derive_constMichael Goulet-12/+33
2023-02-07Expand const-if-const trait bounds correctlyMichael Goulet-2/+12
2023-02-07Auto merge of #107768 - matthiaskrgr:rollup-9u4cal4, r=matthiaskrgrbors-433/+426
2023-02-07Tweak ICE messageEsteban Küber-3/+1
2023-02-07Rename PointerSized to PointerLikeMichael Goulet-12/+12
2023-02-07Auto merge of #107767 - matthiaskrgr:rollup-9m1qfso, r=matthiaskrgrbors-47/+138
2023-02-07Rollup merge of #107764 - maurer:llvm-16, r=cuviperMatthias Krüger-1/+6
2023-02-07Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obkMatthias Krüger-17/+21
2023-02-07Rollup merge of #107709 - tialaramex:master, r=compiler-errorsMatthias Krüger-1/+2
2023-02-07Rollup merge of #107755 - lcnr:no-binder, r=oli-obkMatthias Krüger-39/+20
2023-02-07Rollup merge of #107746 - Nathan-Fenner:nathanf/clean-up-adjust_fulfillment_e...Matthias Krüger-370/+374
2023-02-07Rollup merge of #107740 - oli-obk:lock_tcx, r=petrochenkovMatthias Krüger-5/+5
2023-02-07Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obkMatthias Krüger-2/+3
2023-02-07Rollup merge of #107719 - WaffleLapkin:de-arena-allocates-you-UwU, r=cjgillotMatthias Krüger-1/+0
2023-02-07Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com...Matthias Krüger-30/+86
2023-02-07Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r...Matthias Krüger-14/+47
2023-02-07Remove QueryStorage::store_nocacheJohn Kåre Alsaker-37/+4
2023-02-07Replace a command line flag with an env var to allow tools to initialize the ...Oli Scherer-34/+6
2023-02-07llvm-16: Use Triple.h from new header location.Matthew Maurer-1/+6
2023-02-07Auto merge of #107671 - CastilloDel:master, r=estebankbors-38/+57
2023-02-07miri: fix ICE when running out of address spaceRalf Jung-17/+21
2023-02-07remove binder from query constraintslcnr-39/+20
2023-02-06Specify dlltool prefix when generating import libsRafael Rivera-0/+8