| Age | Commit message (Expand) | Author | Lines |
| 2024-08-17 | Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkov | Matthias Krüger | -0/+97 |
| 2024-08-17 | Auto merge of #128598 - RalfJung:float-comments, r=workingjubilee | bors | -183/+31 |
| 2024-08-17 | more clear NAN names and fix broken_floats logic | Ralf Jung | -12/+14 |
| 2024-08-17 | disable problematic float-conv tests in i586 targets | Ralf Jung | -6/+13 |
| 2024-08-17 | Emit an error for invalid use of the linkage attribute | Shina | -0/+97 |
| 2024-08-16 | Rollup merge of #129154 - wafarm:fix-95463, r=estebank | Matthias Krüger | -6/+6 |
| 2024-08-16 | Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwU | Matthias Krüger | -0/+18 |
| 2024-08-16 | Fix wrong source location for some incorrect macro definitions | Wafarm | -6/+6 |
| 2024-08-16 | float to/from bits and classify: update comments regarding non-conformant har... | Ralf Jung | -183/+22 |
| 2024-08-16 | Special-case alias ty in `try_from_lit` | Jaic1 | -0/+18 |
| 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 |