about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-09Emit an error if -Z instrument-xray is not supportedOleksii Lozovskyi-0/+12
2023-02-09XRay support flag in TargetOptionsOleksii Lozovskyi-0/+15
2023-02-09Emit basic XRay instrumentation attributesOleksii Lozovskyi-0/+28
2023-02-09Allow multiple instrumentation attributesOleksii Lozovskyi-5/+5
2023-02-09Parse "-Z instrument-xray" codegen optionOleksii Lozovskyi-3/+98
2023-02-08Auto merge of #107811 - matthiaskrgr:rollup-rpjzshk, r=matthiaskrgrbors-153/+236
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-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-07Auto merge of #106180 - RalfJung:dereferenceable-generators, r=nbdd0121bors-140/+121
2023-02-06Split fn_ctxt/adjust_fulfillment_errors from fn_ctxt/checksNathan Fenner-370/+374
2023-02-07Auto merge of #107693 - petrochenkov:metable, r=oli-obkbors-137/+229
2023-02-06Fix problem noticed in PR106859 with char -> u8 suggestionNick Lamb-1/+2
2023-02-06Avoid locking the global context across the `after_expansion` callbackOli Scherer-5/+5
2023-02-06Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillotMatthias Krüger-234/+245
2023-02-06Rollup merge of #107724 - klensy:imports, r=Mark-SimulacrumMatthias Krüger-17/+0
2023-02-06Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errorsMatthias Krüger-2/+15
2023-02-06Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl...Matthias Krüger-67/+532
2023-02-06Modify existing bounds if they existEdward Shen-30/+86