| Age | Commit message (Expand) | Author | Lines |
| 2024-01-19 | Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errors | Matthias Krüger | -2/+32 |
| 2024-01-19 | Rollup merge of #119835 - Nadrieril:simplify-empty-logic, r=compiler-errors | Matthias Krüger | -51/+30 |
| 2024-01-19 | Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=b... | Matthias Krüger | -10/+17 |
| 2024-01-19 | Rollup merge of #117561 - tgross35:split-array, r=scottmcm | Matthias Krüger | -1/+0 |
| 2024-01-19 | Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgr | bors | -31/+59 |
| 2024-01-19 | Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgr | bors | -205/+422 |
| 2024-01-19 | Rollup merge of #120118 - kapilsinha:patch-1, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2024-01-19 | Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=Nilstrieb | Matthias Krüger | -8/+10 |
| 2024-01-19 | Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 | Matthias Krüger | -20/+46 |
| 2024-01-19 | Auto merge of #120069 - Mark-Simulacrum:fast-memcpy, r=oli-obk | bors | -12/+19 |
| 2024-01-19 | Auto merge of #120076 - Mark-Simulacrum:unhash, r=cjgillot | bors | -6/+28 |
| 2024-01-19 | Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser | bors | -146/+48 |
| 2024-01-18 | Fix typo in documentation in base.rs | kapilsinha | -3/+3 |
| 2024-01-18 | Typecheck never patterns | Nadrieril | -2/+32 |
| 2024-01-18 | Rollup merge of #120101 - mj10021:issue-120090-fix, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2024-01-18 | Rollup merge of #120037 - compiler-errors:remove-next-root-var-helper, r=lcnr | Matthias Krüger | -6/+2 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -177/+286 |
| 2024-01-18 | Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r... | Matthias Krüger | -20/+132 |
| 2024-01-18 | Auto merge of #114231 - ttsugriy:binary_search_slice, r=cjgillot | bors | -21/+4 |
| 2024-01-18 | Remove next_root_ty_var | Michael Goulet | -6/+2 |
| 2024-01-18 | `dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]` | Jake Goulding | -8/+10 |
| 2024-01-18 | Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr | bors | -511/+546 |
| 2024-01-18 | change unwrap to `?` on write where result is returned | James Dietz | -2/+2 |
| 2024-01-18 | Auto merge of #118553 - jackh726:lint-implied-bounds, r=lcnr | bors | -106/+301 |
| 2024-01-18 | Rollup merge of #120057 - oli-obk:not_sure_wtf_is_going_on, r=compiler-errors | Matthias Krüger | -4/+10 |
| 2024-01-18 | Rollup merge of #120038 - Zalathar:dump-path, r=WaffleLapkin | Matthias Krüger | -38/+20 |
| 2024-01-18 | Rollup merge of #120021 - lcnr:const-var-value, r=compiler-errors | Matthias Krüger | -165/+70 |
| 2024-01-18 | Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obk | Matthias Krüger | -244/+265 |
| 2024-01-18 | Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin | Matthias Krüger | -16/+47 |
| 2024-01-18 | Rollup merge of #119833 - celinval:smir-accept-closures, r=oli-obk | Matthias Krüger | -16/+106 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -28/+28 |
| 2024-01-17 | Revert changes to internal method for now | Celina G. Val | -29/+4 |
| 2024-01-17 | Don't use compat versions of implied bounds in ImpliedOutlivesBounds query | Jack Huey | -2/+2 |
| 2024-01-17 | Add -Zno-implied-bounds-compat option and use it | Jack Huey | -16/+37 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -109/+283 |
| 2024-01-17 | Optimize large array creation in const-eval | Mark Rousskov | -12/+19 |
| 2024-01-18 | Suggest wrapping mac args in parens rather than the whole expression | Michael Goulet | -17/+39 |
| 2024-01-17 | Deny braced macro invocations in let-else | Michael Goulet | -3/+7 |
| 2024-01-17 | Use UnhashMap for a few more maps | Mark Rousskov | -6/+28 |
| 2024-01-17 | Rollup merge of #120056 - oli-obk:arg_mismatch_ice, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-01-17 | Rollup merge of #120039 - Nadrieril:remove-idx, r=compiler-errors | Matthias Krüger | -6/+48 |
| 2024-01-17 | Rollup merge of #120032 - Nadrieril:fix-rustc_abi, r=Nilstrieb | Matthias Krüger | -1/+8 |
| 2024-01-17 | Rollup merge of #120031 - compiler-errors:construct-closure-ty-eagerly, r=oli... | Matthias Krüger | -76/+70 |
| 2024-01-17 | Rollup merge of #120020 - oli-obk:long_const_eval_err_taint, r=compiler-errors | Matthias Krüger | -7/+8 |
| 2024-01-17 | Rollup merge of #119975 - lukas-code:inferring-return-types-and-opaque-types-... | Matthias Krüger | -12/+19 |
| 2024-01-17 | Rollup merge of #119855 - rellerreller:freebsd-static, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2024-01-17 | Rollup merge of #115291 - cjgillot:dest-prop-save, r=JakobDegen | Matthias Krüger | -158/+226 |
| 2024-01-17 | Don't ICE when deducing future output if other errors already occurred | Oli Scherer | -4/+10 |
| 2024-01-17 | Auto merge of #118708 - davidtwco:target-tier-assembly-test, r=Mark-Simulacrum | bors | -8/+1 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -20/+132 |