| Age | Commit message (Expand) | Author | Lines |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -77/+352 |
| 2024-01-20 | Auto merge of #120136 - matthiaskrgr:rollup-3zzb0z9, r=matthiaskrgr | bors | -138/+315 |
| 2024-01-20 | Auto merge of #116672 - maurer:128-align, r=nikic | bors | -0/+103 |
| 2024-01-19 | Rollup merge of #120126 - sjwang05:issue-102269, r=compiler-errors | Matthias Krüger | -0/+35 |
| 2024-01-19 | Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errors | Matthias Krüger | -90/+191 |
| 2024-01-19 | Rollup merge of #119984 - kpreid:waker-noop, r=dtolnay | Matthias Krüger | -32/+17 |
| 2024-01-19 | Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle | Matthias Krüger | -16/+72 |
| 2024-01-19 | Auto merge of #120123 - lcnr:sadboi-compat, r=jackh726 | bors | -22/+36 |
| 2024-01-19 | Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgr | bors | -4/+69 |
| 2024-01-19 | use implied bounds compat mode in MIR borrowck | lcnr | -22/+36 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -77/+352 |
| 2024-01-19 | Directly use volatile_load intrinsic | Nikita Popov | -1/+3 |
| 2024-01-19 | Add codegen test for ScalarPair with i128 on LLVM 17 | Nikita Popov | -0/+101 |
| 2024-01-19 | Suggest .swap() instead of mem::swap() in more cases | sjwang05 | -0/+35 |
| 2024-01-19 | Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgr | bors | -20/+304 |
| 2024-01-19 | Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=Nilstrieb | Matthias Krüger | -3/+17 |
| 2024-01-19 | Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 | Matthias Krüger | -1/+52 |
| 2024-01-19 | Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser | bors | -570/+533 |
| 2024-01-18 | Split-off the passing tests to ensure they pass | Nadrieril | -17/+24 |
| 2024-01-18 | Typecheck never patterns | Nadrieril | -5/+78 |
| 2024-01-18 | Add tests | Nadrieril | -30/+51 |
| 2024-01-18 | Rollup merge of #120094 - krasimirgg:inline-asm-llvm-18, r=nikic | Matthias Krüger | -14/+116 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -4/+38 |
| 2024-01-18 | Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r... | Matthias Krüger | -1/+149 |
| 2024-01-18 | Rollup merge of #119730 - vuittont60:master, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2024-01-18 | Remove no-longer-needed `allow(dead_code)` from the tests | Jake Goulding | -3/+3 |
| 2024-01-18 | `dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]` | Jake Goulding | -0/+14 |
| 2024-01-18 | Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr | bors | -82/+109 |
| 2024-01-18 | Auto merge of #118553 - jackh726:lint-implied-bounds, r=lcnr | bors | -69/+110 |
| 2024-01-18 | tests/ui/asm/inline-syntax: adapt for LLVM 18 | Krasimir Georgiev | -14/+116 |
| 2024-01-18 | Rollup merge of #120057 - oli-obk:not_sure_wtf_is_going_on, r=compiler-errors | Matthias Krüger | -0/+72 |
| 2024-01-18 | Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obk | Matthias Krüger | -34/+3 |
| 2024-01-18 | Rollup merge of #119833 - celinval:smir-accept-closures, r=oli-obk | Matthias Krüger | -48/+34 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -0/+0 |
| 2024-01-17 | Revert changes to internal method for now | Celina G. Val | -2/+2 |
| 2024-01-17 | Don't use compat versions of implied bounds in ImpliedOutlivesBounds query | Jack Huey | -16/+26 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -59/+90 |
| 2024-01-18 | Suggest wrapping mac args in parens rather than the whole expression | Michael Goulet | -6/+6 |
| 2024-01-17 | Deny braced macro invocations in let-else | Michael Goulet | -1/+52 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -32/+17 |
| 2024-01-17 | Rollup merge of #120056 - oli-obk:arg_mismatch_ice, r=compiler-errors | Matthias Krüger | -0/+99 |
| 2024-01-17 | Rollup merge of #120031 - compiler-errors:construct-closure-ty-eagerly, r=oli... | Matthias Krüger | -3/+3 |
| 2024-01-17 | Rollup merge of #120020 - oli-obk:long_const_eval_err_taint, r=compiler-errors | Matthias Krüger | -4/+12 |
| 2024-01-17 | Rollup merge of #119975 - lukas-code:inferring-return-types-and-opaque-types-... | Matthias Krüger | -1/+50 |
| 2024-01-17 | Don't ICE when deducing future output if other errors already occurred | Oli Scherer | -0/+72 |
| 2024-01-17 | Auto merge of #118708 - davidtwco:target-tier-assembly-test, r=Mark-Simulacrum | bors | -0/+747 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -1/+149 |
| 2024-01-17 | Use FnOnceOutput instead of FnOnce where expected | Oli Scherer | -0/+99 |
| 2024-01-17 | Auto merge of #119930 - Urgau:check-cfg-empty-values-means-empty, r=petrochenkov | bors | -19/+62 |
| 2024-01-17 | Auto merge of #119670 - cjgillot:gvn-arithmetic, r=oli-obk | bors | -477/+1889 |