| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove next_root_ty_var | Michael Goulet | -6/+2 |
| 2024-01-18 | Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr | bors | -511/+546 |
| 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 | 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 |
| 2024-01-17 | Use FnOnceOutput instead of FnOnce where expected | Oli Scherer | -1/+1 |
| 2024-01-17 | Auto merge of #119930 - Urgau:check-cfg-empty-values-means-empty, r=petrochenkov | bors | -1/+14 |
| 2024-01-17 | Auto merge of #119670 - cjgillot:gvn-arithmetic, r=oli-obk | bors | -6/+175 |
| 2024-01-17 | target: fix powerpc64-unknown-linux-musl datalayout | David Wood | -1/+1 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -68/+109 |
| 2024-01-17 | Make crate_inherent_impls_overlap_check bubble up its errors | Oli Scherer | -20/+31 |
| 2024-01-17 | Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ... | Oli Scherer | -71/+125 |
| 2024-01-17 | Stop using track_errors for some forever unstable rustc_attr analyses | Oli Scherer | -18/+21 |
| 2024-01-17 | tests: add sanity-check assembly test for every target | David Wood | -7/+0 |
| 2024-01-17 | Auto merge of #119111 - michaelwoerister:measureme-11, r=Mark-Simulacrum | bors | -4/+4 |
| 2024-01-17 | Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk | bors | -135/+111 |
| 2024-01-17 | Auto merge of #120019 - lcnr:fn-wf, r=BoxyUwU | bors | -23/+83 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -16/+47 |
| 2024-01-17 | Don't rely on contiguous `VariantId`s outside of rustc | Nadrieril | -6/+48 |
| 2024-01-17 | Inline `dump_file_basename` into `dump_path` | Zalathar | -19/+10 |
| 2024-01-17 | Inline `create_dump_file_with_basename` | Zalathar | -22/+13 |
| 2024-01-17 | Eagerly instantiate closure ty | Michael Goulet | -76/+70 |
| 2024-01-16 | Remove tcx function and make `internal` fn safer | Celina G. Val | -28/+55 |
| 2024-01-16 | Expand match over binops. | Camille GILLOT | -15/+18 |
| 2024-01-16 | Explain side-effects from simplify_operand. | Camille GILLOT | -0/+4 |
| 2024-01-16 | Do not read a scalar on a non-scalar layout. | Camille GILLOT | -2/+7 |
| 2024-01-16 | Simplify Len. | Camille GILLOT | -4/+34 |