| Age | Commit message (Expand) | Author | Lines |
| 2023-03-27 | Some tracing/instrument cleanups | Oli Scherer | -27/+5 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -27/+286 |
| 2023-03-27 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -7/+10 |
| 2023-03-27 | Auto merge of #109652 - matthiaskrgr:rollup-pbw3hi3, r=matthiaskrgr | bors | -144/+120 |
| 2023-03-27 | Rollup merge of #109641 - compiler-errors:dont-elaborate-non-obl, r=oli-obk | Matthias Krüger | -128/+110 |
| 2023-03-27 | Rollup merge of #109635 - Nilstrieb:debrrruginfo, r=compiler=errors | Matthias Krüger | -5/+4 |
| 2023-03-27 | Rollup merge of #109613 - lukas-code:match-str-to-char-suggestion, r=compiler... | Matthias Krüger | -1/+2 |
| 2023-03-27 | Rollup merge of #109587 - cjgillot:no-hashmap-fingerprint, r=Nilstrieb | Matthias Krüger | -10/+4 |
| 2023-03-27 | Auto merge of #109091 - Nilstrieb:match-on-attr, r=cjgillot | bors | -293/+326 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -128/+110 |
| 2023-03-26 | debuginfo: Get pointer size/align from tcx.data_layout instead of layout_of | Nilstrieb | -5/+4 |
| 2023-03-26 | Auto merge of #109626 - matthiaskrgr:rollup-k0y7bdd, r=matthiaskrgr | bors | -81/+83 |
| 2023-03-26 | tolerate region vars in implied bounds | Ali MJ Al-Nasrawy | -1/+4 |
| 2023-03-26 | exhaustive match on implied bounds regions | Ali MJ Al-Nasrawy | -15/+8 |
| 2023-03-26 | resolve regions before implied bounds | Ali MJ Al-Nasrawy | -5/+7 |
| 2023-03-26 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -144/+26 |
| 2023-03-26 | Rollup merge of #109621 - scottmcm:update-variantidx, r=compiler-errors | Matthias Krüger | -78/+80 |
| 2023-03-26 | Rollup merge of #109619 - compiler-errors:new-solver-still-further-specializa... | Matthias Krüger | -3/+3 |
| 2023-03-26 | Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillot | bors | -9/+60 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -78/+80 |
| 2023-03-26 | transmute test | Michael Goulet | -2/+2 |
| 2023-03-25 | Still-further-specializable projections are ambiguous | Michael Goulet | -1/+1 |
| 2023-03-25 | fix type suggestions in match arms | Lukas Markeffsky | -1/+2 |
| 2023-03-25 | Explain how we get to skip checking for cleanup blocks in the visitor | Ben Kimock | -0/+2 |
| 2023-03-25 | Auto merge of #109458 - Nilstrieb:smol-cute-little-bits, r=wesleywiser | bors | -5/+7 |
| 2023-03-25 | Auto merge of #109581 - matthiaskrgr:rollup-e8fi2vi, r=matthiaskrgr | bors | -342/+405 |
| 2023-03-25 | Auto merge of #109100 - Zoxc:merge-query-try, r=cjgillot | bors | -134/+134 |
| 2023-03-25 | Use an IndexVec to debug fingerprints. | Camille GILLOT | -10/+4 |
| 2023-03-24 | Refactor: Separate `LocalRef` variant for not-evaluated-yet operands | Scott McMurray | -20/+26 |
| 2023-03-25 | Rollup merge of #109568 - RalfJung:miri-raw-ptr-dyn, r=oli-obk | Matthias Krüger | -1/+9 |
| 2023-03-25 | Rollup merge of #109545 - compiler-errors:rpitit-wf, r=eholk | Matthias Krüger | -33/+72 |
| 2023-03-25 | Rollup merge of #109539 - cjgillot:find-stability, r=b-naber | Matthias Krüger | -298/+305 |
| 2023-03-25 | Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errors | Matthias Krüger | -10/+19 |
| 2023-03-25 | Pass `tcx` directly | John Kåre Alsaker | -37/+26 |
| 2023-03-25 | Split the `if` to release the lock earlier | John Kåre Alsaker | -9/+14 |
| 2023-03-25 | Remove `DebugArg` | John Kåre Alsaker | -43/+5 |
| 2023-03-25 | Optimize `incremental_verify_ich` | John Kåre Alsaker | -49/+74 |
| 2023-03-25 | Remove some stale FIXMEs in new solver | Michael Goulet | -6/+0 |
| 2023-03-25 | Update indexmap and rayon crates | John Kåre Alsaker | -19/+19 |
| 2023-03-25 | Use Rayon's TLV directly | John Kåre Alsaker | -45/+14 |
| 2023-03-24 | Auto merge of #107932 - petrochenkov:onlyexport, r=jyn514 | bors | -2/+19 |
| 2023-03-24 | Adjust documentation. | Camille GILLOT | -14/+18 |
| 2023-03-25 | Emits suggestions for expressions with parentheses or not separately | Mu001999 | -15/+50 |
| 2023-03-24 | Skip checks for common types with alignment 1 | Ben Kimock | -0/+7 |
| 2023-03-24 | Use Vec::split_off | Ben Kimock | -1/+1 |
| 2023-03-24 | Make EvalCtxt's infcx private | Michael Goulet | -75/+134 |
| 2023-03-24 | miri: fix raw pointer dyn receivers | Ralf Jung | -1/+9 |
| 2023-03-24 | Auto merge of #109220 - nikic:poison, r=cuviper | bors | -5/+16 |
| 2023-03-24 | Clarify that we are doing ptr.addr() internally | Ben Kimock | -1/+1 |
| 2023-03-24 | Use independent suggestions | Mu42 | -22/+18 |