| Age | Commit message (Expand) | Author | Lines |
| 2024-07-25 | Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwU | bors | -65/+57 |
| 2024-07-25 | Rollup merge of #128160 - compiler-errors:auto, r=jackh726 | Matthias Krüger | -0/+6 |
| 2024-07-25 | Rollup merge of #128111 - estebank:no-question, r=fmease | Matthias Krüger | -2/+2 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -195/+93 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -25/+96 |
| 2024-07-25 | Apply suggestions from code review | León Orell Valerian Liehr | -2/+6 |
| 2024-07-24 | Don't ICE when auto trait has assoc ty in old solver | Michael Goulet | -0/+6 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -2/+2 |
| 2024-07-24 | Rollup merge of #128140 - veera-sivarajan:remove-ident-to-str-conversions, r=... | Matthias Krüger | -4/+4 |
| 2024-07-24 | Rollup merge of #128122 - tgross35:missing-fragment-specifier-unconditional, ... | Matthias Krüger | -1/+1 |
| 2024-07-24 | Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errors | Matthias Krüger | -29/+64 |
| 2024-07-24 | Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr | Matthias Krüger | -10/+45 |
| 2024-07-24 | Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps` | Trevor Gross | -1/+1 |
| 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 | Rollup merge of #128133 - nnethercote:fix-cfg_attr-spans, r=petrochenkov | Matthias Krüger | -28/+28 |
| 2024-07-24 | Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obk | Matthias Krüger | -7/+15 |
| 2024-07-24 | Rollup merge of #127374 - estebank:wrong-generic-args, r=oli-obk | Matthias Krüger | -14/+20 |
| 2024-07-24 | Remove Unnecessary `.as_str()` Conversions | Veera | -4/+4 |
| 2024-07-24 | Auto merge of #126024 - oli-obk:candidate_key_caching_is_unsound_yay, r=lcnr | bors | -1/+7 |
| 2024-07-24 | Improve spans on evaluated `cfg_attr`s. | Nicholas Nethercote | -28/+28 |
| 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 | Gate AsyncFn* under async_closure feature | Michael Goulet | -7/+15 |
| 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 | Revert suggestion verbosity change | Esteban Küber | -3/+3 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -9/+17 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -5/+3 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -4/+4 |
| 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 |