| Age | Commit message (Expand) | Author | Lines |
| 2023-02-09 | Emit an error if -Z instrument-xray is not supported | Oleksii Lozovskyi | -0/+12 |
| 2023-02-09 | XRay support flag in TargetOptions | Oleksii Lozovskyi | -0/+15 |
| 2023-02-09 | Emit basic XRay instrumentation attributes | Oleksii Lozovskyi | -0/+28 |
| 2023-02-09 | Allow multiple instrumentation attributes | Oleksii Lozovskyi | -5/+5 |
| 2023-02-09 | Parse "-Z instrument-xray" codegen option | Oleksii Lozovskyi | -3/+98 |
| 2023-02-08 | Auto merge of #107811 - matthiaskrgr:rollup-rpjzshk, r=matthiaskrgr | bors | -153/+236 |
| 2023-02-08 | Rollup merge of #107780 - compiler-errors:instantiate-binder, r=lcnr | Matthias Krüger | -60/+67 |
| 2023-02-08 | Rollup merge of #107777 - compiler-errors:derive_const-actually-derive-const,... | Matthias Krüger | -14/+45 |
| 2023-02-08 | Rollup merge of #107758 - Zoxc:arena-enref, r=cjgillot | Matthias Krüger | -70/+78 |
| 2023-02-08 | Rollup merge of #107271 - Zeegomo:drop-rmw, r=oli-obk | Matthias Krüger | -9/+46 |
| 2023-02-08 | Auto merge of #107644 - Zoxc:query-cache-tweak, r=cjgillot | bors | -37/+4 |
| 2023-02-08 | Auto merge of #107529 - Zoxc:inline-tweak-profile, r=cjgillot | bors | -28/+26 |
| 2023-02-08 | Change `arena_cache` to not alter the declared query result | John Kåre Alsaker | -70/+78 |
| 2023-02-08 | Rollup merge of #107779 - compiler-errors:issue-107775, r=jackh726 | Matthias Krüger | -10/+11 |
| 2023-02-08 | Rollup merge of #107771 - estebank:ice-msg, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2023-02-08 | Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk | Matthias Krüger | -12/+12 |
| 2023-02-08 | Auto merge of #107688 - lukas-code:projection-with-lifetime, r=jackh726 | bors | -1/+2 |
| 2023-02-07 | Replacing bound vars is actually instantiating a binder | Michael Goulet | -60/+67 |
| 2023-02-07 | Remove astconv usage in diagnostic | Michael Goulet | -10/+11 |
| 2023-02-07 | Add ~const bounds trait bounds when using derive_const | Michael Goulet | -12/+33 |
| 2023-02-07 | Expand const-if-const trait bounds correctly | Michael Goulet | -2/+12 |
| 2023-02-07 | Auto merge of #107768 - matthiaskrgr:rollup-9u4cal4, r=matthiaskrgr | bors | -433/+426 |
| 2023-02-07 | Tweak ICE message | Esteban Küber | -3/+1 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -12/+12 |
| 2023-02-07 | Auto merge of #107767 - matthiaskrgr:rollup-9m1qfso, r=matthiaskrgr | bors | -47/+138 |
| 2023-02-07 | Rollup merge of #107764 - maurer:llvm-16, r=cuviper | Matthias Krüger | -1/+6 |
| 2023-02-07 | Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obk | Matthias Krüger | -17/+21 |
| 2023-02-07 | Rollup merge of #107709 - tialaramex:master, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-02-07 | Rollup merge of #107755 - lcnr:no-binder, r=oli-obk | Matthias Krüger | -39/+20 |
| 2023-02-07 | Rollup merge of #107746 - Nathan-Fenner:nathanf/clean-up-adjust_fulfillment_e... | Matthias Krüger | -370/+374 |
| 2023-02-07 | Rollup merge of #107740 - oli-obk:lock_tcx, r=petrochenkov | Matthias Krüger | -5/+5 |
| 2023-02-07 | Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obk | Matthias Krüger | -2/+3 |
| 2023-02-07 | Rollup merge of #107719 - WaffleLapkin:de-arena-allocates-you-UwU, r=cjgillot | Matthias Krüger | -1/+0 |
| 2023-02-07 | Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com... | Matthias Krüger | -30/+86 |
| 2023-02-07 | Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r... | Matthias Krüger | -14/+47 |
| 2023-02-07 | Remove QueryStorage::store_nocache | John Kåre Alsaker | -37/+4 |
| 2023-02-07 | llvm-16: Use Triple.h from new header location. | Matthew Maurer | -1/+6 |
| 2023-02-07 | Auto merge of #107671 - CastilloDel:master, r=estebank | bors | -38/+57 |
| 2023-02-07 | miri: fix ICE when running out of address space | Ralf Jung | -17/+21 |
| 2023-02-07 | remove binder from query constraints | lcnr | -39/+20 |
| 2023-02-07 | Auto merge of #106180 - RalfJung:dereferenceable-generators, r=nbdd0121 | bors | -140/+121 |
| 2023-02-06 | Split fn_ctxt/adjust_fulfillment_errors from fn_ctxt/checks | Nathan Fenner | -370/+374 |
| 2023-02-07 | Auto merge of #107693 - petrochenkov:metable, r=oli-obk | bors | -137/+229 |
| 2023-02-06 | Fix problem noticed in PR106859 with char -> u8 suggestion | Nick Lamb | -1/+2 |
| 2023-02-06 | Avoid locking the global context across the `after_expansion` callback | Oli Scherer | -5/+5 |
| 2023-02-06 | Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillot | Matthias Krüger | -234/+245 |
| 2023-02-06 | Rollup merge of #107724 - klensy:imports, r=Mark-Simulacrum | Matthias Krüger | -17/+0 |
| 2023-02-06 | Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errors | Matthias Krüger | -2/+15 |
| 2023-02-06 | Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl... | Matthias Krüger | -67/+532 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -30/+86 |