| Age | Commit message (Expand) | Author | Lines |
| 2024-02-12 | Eagerly dismiss binder | Oli Scherer | -8/+5 |
| 2024-02-12 | Unwrap an Option that can only be Some, as inherent impls can't overlap | Oli Scherer | -6/+6 |
| 2024-02-12 | Use a struct instead of a tuple | Oli Scherer | -10/+19 |
| 2024-02-12 | Make impl_trait_ref into a query also returning more information about the impl | Oli Scherer | -36/+44 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -42/+37 |
| 2024-02-12 | fix cycle error when a static and a promoted are mutually recursive | Ralf Jung | -24/+17 |
| 2024-02-12 | Change level used in `print_error_count`. | Nicholas Nethercote | -2/+2 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -26/+26 |
| 2024-02-12 | Remove `dcx` arg from `ReportErrorExt::add_args`. | Nicholas Nethercote | -76/+62 |
| 2024-02-12 | Remove final unwanted `unchecked_error_guaranteed` calls. | Nicholas Nethercote | -53/+65 |
| 2024-02-12 | Auto merge of #120835 - oli-obk:no_hir_coherence, r=cjgillot | bors | -99/+97 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -529/+556 |
| 2024-02-12 | Auto merge of #120834 - oli-obk:only_local_coherence, r=lcnr | bors | -1/+3 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -117/+161 |
| 2024-02-12 | Add `#[derive(Clone, Copy)]` to anonymous adts | Frank King | -1/+9 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -19/+116 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -70/+214 |
| 2024-02-12 | check uniqueness of nested fields | Frank King | -75/+208 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -55/+251 |
| 2024-02-12 | Fix suggestion span for ?Sized | OdenShirataki | -3/+3 |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -71/+30 |
| 2024-02-12 | Auto merge of #120951 - matthiaskrgr:rollup-0nnm7dv, r=matthiaskrgr | bors | -240/+206 |
| 2024-02-11 | Rollup merge of #120897 - compiler-errors:foreign-async-closure, r=oli-obk | Matthias Krüger | -0/+9 |
| 2024-02-11 | Rollup merge of #120885 - RalfJung:normal-visitor, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2024-02-11 | Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillot | Matthias Krüger | -240/+185 |
| 2024-02-12 | Fix inconsistencies in the diagnostic API methods. | Nicholas Nethercote | -32/+21 |
| 2024-02-12 | Reorder the diagnostic API methods. | Nicholas Nethercote | -289/+294 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -13/+31 |
| 2024-02-11 | Fix async closures in CTFE | Michael Goulet | -2/+3 |
| 2024-02-11 | is_closure_like | Michael Goulet | -36/+39 |
| 2024-02-11 | Check that the ABI of the instance we are inlining is correct | Michael Goulet | -0/+12 |
| 2024-02-11 | Ignore own item bounds in parent alias types in `for_each_item_bound` | Michael Goulet | -0/+16 |
| 2024-02-11 | Auto merge of #120903 - matthiaskrgr:rollup-tmsuzth, r=matthiaskrgr | bors | -20/+78 |
| 2024-02-11 | make Primary/Secondary importance consistent between CellBorrow and MutBorrow | Ralf Jung | -7/+7 |
| 2024-02-11 | check_consts: fix some duplicate errors by not calling check_static unnecessa... | Ralf Jung | -3/+5 |
| 2024-02-11 | Auto merge of #120405 - cjgillot:gvn-pointer, r=oli-obk | bors | -20/+116 |
| 2024-02-11 | Rollup merge of #120896 - compiler-errors:coro-closure-kind, r=oli-obk | Matthias Krüger | -1/+18 |
| 2024-02-11 | Rollup merge of #120895 - lukas-code:error-coercions-ice, r=compiler-errors | Matthias Krüger | -11/+0 |
| 2024-02-11 | Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obk | Matthias Krüger | -6/+6 |
| 2024-02-11 | Rollup merge of #120882 - RalfJung:set-discriminant, r=compiler-errors | Matthias Krüger | -0/+20 |
| 2024-02-11 | Rollup merge of #120874 - gurry:120838-extra-where-in-suggestion, r=fmease | Matthias Krüger | -1/+7 |
| 2024-02-11 | Rollup merge of #120773 - Enselic:copy-vs-move, r=oli-obk | Matthias Krüger | -1/+9 |
| 2024-02-11 | Rollup merge of #120272 - long-long-float:suppress-suggestions-in-derive-macr... | Matthias Krüger | -0/+18 |
| 2024-02-10 | Gracefully handle non-WF alias in assemble_alias_bound_candidates_recur | Michael Goulet | -2/+6 |
| 2024-02-10 | Print kind of coroutine closure | Michael Goulet | -1/+18 |
| 2024-02-10 | Encode coroutine_for_closure for foreign crates | Michael Goulet | -0/+9 |
| 2024-02-10 | Auto merge of #117206 - cjgillot:jump-threading-default, r=tmiasko | bors | -479/+1 |
| 2024-02-10 | don't skip coercions for types with errors | Lukas Markeffsky | -11/+0 |
| 2024-02-11 | Fix to use for loop | long-long-float | -8/+7 |
| 2024-02-10 | interpret/visitor: ensure we only see normalized types | Ralf Jung | -0/+12 |