| Age | Commit message (Expand) | Author | Lines |
| 2024-07-25 | Rollup merge of #128160 - compiler-errors:auto, r=jackh726 | Matthias Krüger | -0/+97 |
| 2024-07-25 | Rollup merge of #128111 - estebank:no-question, r=fmease | Matthias Krüger | -102/+110 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -111/+122 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -32/+104 |
| 2024-07-24 | Don't ICE when auto trait has assoc ty in old solver | Michael Goulet | -0/+97 |
| 2024-07-24 | Fix ddltool-failed test | Esteban Küber | -1/+1 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -102/+110 |
| 2024-07-24 | Rollup merge of #128122 - tgross35:missing-fragment-specifier-unconditional, ... | Matthias Krüger | -0/+115 |
| 2024-07-24 | Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errors | Matthias Krüger | -0/+231 |
| 2024-07-24 | Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr | Matthias Krüger | -253/+200 |
| 2024-07-24 | Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps` | Trevor Gross | -0/+115 |
| 2024-07-24 | Do not assemble candidates for auto traits of opaque types in their defining ... | Oli Scherer | -53/+87 |
| 2024-07-24 | Add regression tests | Oli Scherer | -0/+88 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -252/+28 |
| 2024-07-24 | Rollup merge of #128133 - nnethercote:fix-cfg_attr-spans, r=petrochenkov | Matthias Krüger | -13/+13 |
| 2024-07-24 | Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obk | Matthias Krüger | -2/+24 |
| 2024-07-24 | Rollup merge of #127374 - estebank:wrong-generic-args, r=oli-obk | Matthias Krüger | -158/+160 |
| 2024-07-24 | Rollup merge of #126152 - RalfJung:size_of_val_raw, r=saethlin | Matthias Krüger | -0/+22 |
| 2024-07-24 | Add regression test | Oli Scherer | -0/+49 |
| 2024-07-24 | Improve spans on evaluated `cfg_attr`s. | Nicholas Nethercote | -13/+13 |
| 2024-07-24 | Don't use global caches if opaques can be defined | Oli Scherer | -0/+30 |
| 2024-07-24 | Rollup merge of #127481 - a1phyr:pattern_gat, r=Amanieu | Matthias Krüger | -30/+33 |
| 2024-07-23 | Gate AsyncFn* under async_closure feature | Michael Goulet | -2/+24 |
| 2024-07-23 | Rollup merge of #128082 - compiler-errors:closure-cap, r=estebank | Matthias Krüger | -0/+6 |
| 2024-07-23 | Auto merge of #128093 - matthiaskrgr:rollup-1snye4b, r=matthiaskrgr | bors | -7/+165 |
| 2024-07-23 | Rollup merge of #128049 - compiler-errors:E0626, r=petrochenkov | Matthias Krüger | -0/+64 |
| 2024-07-23 | Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta... | Matthias Krüger | -7/+101 |
| 2024-07-23 | Auto merge of #127755 - no1wudi:master, r=michaelwoerister | bors | -2/+2 |
| 2024-07-22 | Note closure captures when reporting deferred cast to fn ptr failed | Michael Goulet | -0/+6 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -784/+387 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -52/+53 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -156/+156 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -385/+783 |
| 2024-07-22 | compiler: treat `&raw (const|mut) UNSAFE_STATIC` implied deref as safe | Jubilee Young | -7/+101 |
| 2024-07-22 | Rollup merge of #128008 - weiznich:fix/121521, r=lcnr | Trevor Gross | -21/+7 |
| 2024-07-22 | Rollup merge of #127820 - Oneirical:intestellar-travel, r=jieyouxu | Trevor Gross | -0/+10 |
| 2024-07-22 | Rollup merge of #127506 - liushuyu:s390x-target-features, r=davidtwco | Trevor Gross | -3/+4 |
| 2024-07-22 | Rollup merge of #125990 - tbu-:pr_unsafe_env_lint_name, r=ehuss | Trevor Gross | -4/+4 |
| 2024-07-22 | rewrite and rename issue-107094 to rmake | Oneirical | -0/+5 |
| 2024-07-22 | rewrite and rename issue-33329 to ui test | Oneirical | -0/+5 |
| 2024-07-22 | Rollup merge of #128035 - tiif:issue-125837, r=lcnr | 许杰友 Jieyou Xu (Joe) | -0/+58 |
| 2024-07-22 | Start using `#[diagnostic::do_not_recommend]` in the standard library | Georg Semmler | -21/+7 |
| 2024-07-22 | Auto merge of #128048 - workingjubilee:rollup-gehtjxd, r=workingjubilee | bors | -14/+90 |
| 2024-07-21 | Explain that coroutine can be marked static | Michael Goulet | -0/+64 |
| 2024-07-21 | Rollup merge of #128038 - compiler-errors:inc-fat, r=oli-obk | Jubilee | -1/+2 |
| 2024-07-21 | Rollup merge of #128033 - Nadrieril:explain-empty-wildcards, r=compiler-errors | Jubilee | -0/+10 |
| 2024-07-21 | Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwU | Jubilee | -13/+78 |
| 2024-07-21 | Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnr | bors | -7/+7 |
| 2024-07-21 | Don't output test artifacts into working directory | Michael Goulet | -1/+2 |
| 2024-07-21 | Add test | tiif | -0/+58 |