| Age | Commit message (Expand) | Author | Lines |
| 2024-09-08 | const: make ptr.is_null() stop execution on ambiguity | Ralf Jung | -0/+39 |
| 2024-09-08 | Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=... | bors | -110/+106 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -26/+29 |
| 2024-09-07 | Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwco | Matthias Krüger | -0/+19 |
| 2024-09-07 | Rollup merge of #129677 - compiler-errors:by-move-body-err, r=cjgillot | Matthias Krüger | -0/+27 |
| 2024-09-07 | Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay | Matthias Krüger | -5/+3 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -2/+154 |
| 2024-09-07 | Auto merge of #126161 - Bryanskiy:delegation-generics-4, r=petrochenkov | bors | -325/+417 |
| 2024-09-07 | Don't build by-move body when async closure is tainted | Michael Goulet | -0/+27 |
| 2024-09-07 | Rollup merge of #130054 - cuishuang:master, r=chenyukang | Michael Goulet | -1/+1 |
| 2024-09-07 | Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukang | Michael Goulet | -8/+573 |
| 2024-09-07 | Rollup merge of #129840 - GrigorenkoPV:elided-named-lifetimes-suggestion, r=c... | Michael Goulet | -0/+31 |
| 2024-09-06 | Add Suggestions for Misspelled Keywords | Veera | -13/+169 |
| 2024-09-07 | Add missing quotation marks | cuishuang | -1/+1 |
| 2024-09-06 | Lint against keyword lifetimes in keyword_idents | Michael Goulet | -2/+25 |
| 2024-09-06 | Add some more tests | Michael Goulet | -0/+105 |
| 2024-09-06 | Reserve prefix lifetimes too | Michael Goulet | -0/+24 |
| 2024-09-06 | Hack around a conflict with `clippy::needless_lifetimes` | Pavel Grigorenko | -103/+0 |
| 2024-09-06 | Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errors | bors | -530/+419 |
| 2024-09-06 | elided_named_lifetimes: manually implement `LintDiagnostic` | Pavel Grigorenko | -26/+26 |
| 2024-09-06 | elided_named_lifetimes: add suggestions | Pavel Grigorenko | -0/+134 |
| 2024-09-06 | Rollup merge of #129021 - compiler-errors:ptr-cast-outlives, r=lcnr | Matthias Krüger | -5/+81 |
| 2024-09-06 | Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr | bors | -2/+93 |
| 2024-09-05 | Rollup merge of #129472 - folkertdev:const-refs-to-static-asm-const, r=lcnr | Matthias Krüger | -2/+93 |
| 2024-09-05 | Delegation: support generics in associated delegation items | Bryanskiy | -201/+293 |
| 2024-09-05 | Adjust tests | Michael Goulet | -3/+22 |
| 2024-09-05 | Check unnormalized signature on pointer cast | Michael Goulet | -6/+63 |
| 2024-09-05 | Don't worry about uncaptured contravariant lifetimes if they outlive a captur... | Michael Goulet | -0/+15 |
| 2024-09-05 | update test description | lcnr | -3/+3 |
| 2024-09-05 | remove unnecessary revisions | lcnr | -273/+22 |
| 2024-09-05 | rebase and update fixed `crashes` | lcnr | -0/+124 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -291/+307 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -11/+62 |
| 2024-09-05 | Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx... | Matthias Krüger | -2/+2 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2024-09-04 | Auto merge of #129936 - matthiaskrgr:rollup-0s8xycb, r=matthiaskrgr | bors | -199/+1100 |
| 2024-09-04 | fix ICE when `asm_const` and `const_refs_to_static` are combined | Folkert de Vries | -0/+43 |
| 2024-09-04 | propagate `tainted_by_errors` in `MirBorrowckCtxt::emit_errors` | Folkert de Vries | -2/+50 |
| 2024-09-03 | Rollup merge of #129896 - lcnr:bail-on-unknowable, r=jackh726 | Matthias Krüger | -2/+2 |
| 2024-09-03 | Rollup merge of #128934 - Nadrieril:fix-empty-non-exhaustive, r=compiler-errors | Matthias Krüger | -196/+134 |
| 2024-09-03 | Rollup merge of #128701 - veera-sivarajan:fix-128604, r=estebank | Matthias Krüger | -0/+140 |
| 2024-09-03 | Rollup merge of #127692 - veera-sivarajan:bugfix-125139, r=estebank | Matthias Krüger | -1/+824 |
| 2024-09-03 | Delegation refactoring: add builders for generics inheritance | Bryanskiy | -30/+30 |
| 2024-09-03 | More robust extension checking | Chris Denton | -1/+3 |
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -2/+2 |
| 2024-09-03 | do not attempt to prove unknowable goals | lcnr | -2/+2 |
| 2024-09-02 | Non-exhaustive structs may be empty | Nadrieril | -196/+134 |
| 2024-09-02 | Auto merge of #129317 - compiler-errors:expectation-subtyping, r=lcnr | bors | -0/+24 |
| 2024-09-02 | Update Tests | Veera | -0/+409 |
| 2024-09-02 | Rollup merge of #129858 - compiler-errors:async-def, r=cjgillot | Matthias Krüger | -0/+12 |