| Age | Commit message (Expand) | Author | Lines |
| 2024-08-16 | Overhaul token collection. | Nicholas Nethercote | -16/+50 |
| 2024-08-16 | Add some attribute `stringify!` tests. | Nicholas Nethercote | -2/+53 |
| 2024-08-15 | Rollup merge of #129101 - compiler-errors:deref-on-parent-by-ref, r=lcnr | Matthias Krüger | -0/+34 |
| 2024-08-15 | Rollup merge of #129072 - compiler-errors:more-powerful-async-closure-inferen... | Matthias Krüger | -0/+49 |
| 2024-08-15 | Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,... | Matthias Krüger | -0/+15 |
| 2024-08-15 | Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-... | Matthias Krüger | -12/+164 |
| 2024-08-15 | Rollup merge of #125970 - RalfJung:before_exec, r=m-ou-se | Matthias Krüger | -0/+28 |
| 2024-08-14 | Infer async closure args from Fn bound even if there is no corresponding Futu... | Michael Goulet | -0/+49 |
| 2024-08-14 | Fix projections when parent capture is by-ref | Michael Goulet | -0/+34 |
| 2024-08-14 | Rollup merge of #129059 - compiler-errors:subtyping-correct-type, r=lcnr | 许杰友 Jieyou Xu (Joe) | -3/+20 |
| 2024-08-14 | Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -326/+263 |
| 2024-08-14 | CommandExt::before_exec: deprecate safety in edition 2024 | Ralf Jung | -0/+28 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -4/+5 |
| 2024-08-14 | Rollup merge of #129062 - Nadrieril:fix-129009, r=compiler-errors | Matthias Krüger | -95/+132 |
| 2024-08-14 | Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile... | Matthias Krüger | -0/+7 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -326/+263 |
| 2024-08-13 | Remove a no-longer-true `assert` | Nadrieril | -95/+132 |
| 2024-08-13 | Use the right type when coercing fn items to pointers | Michael Goulet | -3/+20 |
| 2024-08-13 | Rollup merge of #129034 - henryksloan:coroutine-must-use, r=joboet | Matthias Krüger | -2/+3 |
| 2024-08-13 | Rollup merge of #127857 - tbu-:pr_deprecated_safe_todo, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-08-13 | diagnostics: use `DeepRejectCtxt` for check | Michael Howell | -0/+4 |
| 2024-08-13 | Rollup merge of #129026 - rcvalle:rust-cfi-move-cfi-ui-tests-to-cfi-directory... | Matthias Krüger | -1/+1 |
| 2024-08-13 | `#[deprecated_safe_2024]`: Also use the `// TODO:` hint in the compiler error | Tobias Bucher | -2/+2 |
| 2024-08-13 | Allow to customize `// TODO:` comment for deprecated safe autofix | Tobias Bucher | -2/+2 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -77/+152 |
| 2024-08-12 | Add must_use attribute to Coroutine trait | Henry Sloan | -2/+3 |
| 2024-08-12 | CFI: Move CFI ui tests to cfi directory | Ramon de C Valle | -1/+1 |
| 2024-08-12 | Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnr | Matthias Krüger | -0/+42 |
| 2024-08-12 | Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnr | Matthias Krüger | -1/+19 |
| 2024-08-13 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -12/+164 |
| 2024-08-12 | Explicitly specify type parameter on FromResidual impls in stdlib. | Zachary S | -3/+3 |
| 2024-08-12 | Rollup merge of #128994 - nnethercote:fix-Parser-look_ahead-more, r=compiler-... | Guillaume Gomez | -0/+58 |
| 2024-08-12 | Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote | Guillaume Gomez | -4/+0 |
| 2024-08-12 | Fix bug in `Parser::look_ahead`. | Nicholas Nethercote | -0/+58 |
| 2024-08-11 | Normalize struct tail properly in borrowck and hir typeck | Michael Goulet | -1/+19 |
| 2024-08-10 | Auto merge of #128572 - compiler-errors:fix-elaborate-box-derefs-on-debug, r=... | bors | -0/+35 |
| 2024-08-10 | Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomez | bors | -55/+137 |
| 2024-08-10 | Rollup merge of #128910 - estebank:assoc-fn, r=compiler-errors | Guillaume Gomez | -55/+55 |
| 2024-08-10 | Rollup merge of #128908 - notriddle:notriddle/self-inferred-lifetime-bounds, ... | Guillaume Gomez | -0/+82 |
| 2024-08-10 | rustc_ast_lowering: make "yield syntax is experimental" translatable | Pavel Grigorenko | -4/+0 |
| 2024-08-10 | Test that 0/unknown-length arrays are nonempty | Nadrieril | -47/+144 |
| 2024-08-10 | Update tests | Nadrieril | -759/+826 |
| 2024-08-10 | Stabilize `min_exhaustive_patterns` | Nadrieril | -1/+0 |
| 2024-08-10 | Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwU | bors | -16/+551 |
| 2024-08-09 | Add test | Michael Goulet | -0/+42 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -55/+55 |
| 2024-08-09 | diagnostics: do not warn when a lifetime bound infers itself | Michael Howell | -0/+82 |
| 2024-08-09 | interpret: make identity upcasts a NOP again to avoid them generating a new r... | Ralf Jung | -77/+152 |
| 2024-08-09 | Rollup merge of #128865 - jieyouxu:unicurd, r=Urgau | Matthias Krüger | -0/+42 |