| Age | Commit message (Expand) | Author | Lines |
| 2024-07-24 | Do not assemble candidates for auto traits of opaque types in their defining ... | Oli Scherer | -1/+6 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -9/+39 |
| 2024-07-24 | Auto merge of #126024 - oli-obk:candidate_key_caching_is_unsound_yay, r=lcnr | bors | -1/+7 |
| 2024-07-24 | Don't use global caches if opaques can be defined | Oli Scherer | -1/+7 |
| 2024-07-24 | Auto merge of #127524 - oli-obk:feed_item_attrs2, r=petrochenkov | bors | -432/+464 |
| 2024-07-23 | Rollup merge of #128082 - compiler-errors:closure-cap, r=estebank | Matthias Krüger | -0/+1 |
| 2024-07-23 | Rollup merge of #126994 - Alexendoo:explain-markdown, r=tgross35 | Matthias Krüger | -36/+96 |
| 2024-07-23 | Auto merge of #128093 - matthiaskrgr:rollup-1snye4b, r=matthiaskrgr | bors | -277/+311 |
| 2024-07-23 | Rollup merge of #128076 - compiler-errors:infer_ctxt_ext, r=lcnr | Matthias Krüger | -250/+235 |
| 2024-07-23 | Rollup merge of #128067 - compiler-errors:can_eq_shallow, r=lcnr | Matthias Krüger | -14/+3 |
| 2024-07-23 | Rollup merge of #128049 - compiler-errors:E0626, r=petrochenkov | Matthias Krüger | -11/+51 |
| 2024-07-23 | Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta... | Matthias Krüger | -2/+22 |
| 2024-07-23 | Auto merge of #127755 - no1wudi:master, r=michaelwoerister | bors | -0/+400 |
| 2024-07-23 | Auto merge of #128015 - Nadrieril:two-step-or-expansion, r=compiler-errors | bors | -107/+86 |
| 2024-07-22 | Note closure captures when reporting deferred cast to fn ptr failed | Michael Goulet | -0/+1 |
| 2024-07-22 | compiler: treat `&raw (const|mut) UNSAFE_STATIC` implied deref as safe | Jubilee Young | -2/+22 |
| 2024-07-22 | Get rid of infer_ctxt_ext | Michael Goulet | -250/+235 |
| 2024-07-22 | Get rid of can_eq_shallow | Michael Goulet | -14/+3 |
| 2024-07-22 | Auto merge of #128063 - tgross35:rollup-hsxmptf, r=tgross35 | bors | -9/+52 |
| 2024-07-22 | Rollup merge of #127506 - liushuyu:s390x-target-features, r=davidtwco | Trevor Gross | -1/+42 |
| 2024-07-22 | Rollup merge of #125990 - tbu-:pr_unsafe_env_lint_name, r=ehuss | Trevor Gross | -8/+10 |
| 2024-07-22 | Auto merge of #128041 - compiler-errors:uplift-errors-into-trait-sel, r=lcnr | bors | -2599/+2591 |
| 2024-07-22 | Avoid passing state that will not be visited | Oli Scherer | -66/+29 |
| 2024-07-22 | Update trait name from Noop -> Walk | Oli Scherer | -6/+6 |
| 2024-07-22 | Always pass the visitor as the first argument to walk* functions | Oli Scherer | -269/+280 |
| 2024-07-22 | Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/) | Oli Scherer | -229/+220 |
| 2024-07-22 | Add `Ident` to `FnKind::Fn`, just like with the immutable visitor | Oli Scherer | -8/+17 |
| 2024-07-22 | Split up `visit_path` so `MutVisitor` has a `path_segment` method just like t... | Oli Scherer | -4/+13 |
| 2024-07-22 | Pass id and span to `visit_fn`, just like for the immutable visitor | Oli Scherer | -17/+47 |
| 2024-07-22 | Make function items in mut visitors all go through the same visit_fn function... | Oli Scherer | -42/+64 |
| 2024-07-22 | Track visit_param_bound in mut visit just like in the immutable visitor | Oli Scherer | -15/+15 |
| 2024-07-22 | Merge impl and trait item mut visitor methods to mirror immut visitor | Oli Scherer | -65/+62 |
| 2024-07-22 | Auto merge of #128056 - jieyouxu:rollup-zb1y27e, r=jieyouxu | bors | -1/+1 |
| 2024-07-22 | Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-07-22 | Auto merge of #127442 - saethlin:alloc-decoding-lock, r=oli-obk | bors | -89/+25 |
| 2024-07-22 | Auto merge of #128048 - workingjubilee:rollup-gehtjxd, r=workingjubilee | bors | -23/+59 |
| 2024-07-21 | Fix tools | Michael Goulet | -1/+1 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -2526/+2537 |
| 2024-07-21 | Move need_type_info too | Michael Goulet | -42/+23 |
| 2024-07-21 | Make type_var_origin take a vid | Michael Goulet | -15/+11 |
| 2024-07-21 | Move some stuff to TypeErrCtxt | Michael Goulet | -27/+31 |
| 2024-07-21 | Explain that coroutine can be marked static | Michael Goulet | -3/+27 |
| 2024-07-21 | Reword E0626 to mention static coroutine | Michael Goulet | -8/+24 |
| 2024-07-21 | Rollup merge of #128033 - Nadrieril:explain-empty-wildcards, r=compiler-errors | Jubilee | -17/+27 |
| 2024-07-21 | Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwU | Jubilee | -6/+32 |
| 2024-07-21 | Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnr | bors | -78/+59 |
| 2024-07-21 | Explain why the new setup can't deadlock | Ben Kimock | -1/+13 |
| 2024-07-21 | Explain why we require `_` for empty patterns | Nadrieril | -0/+4 |
| 2024-07-21 | Tweak `collect_non_exhaustive_tys` | Nadrieril | -17/+23 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -58/+237 |