| Age | Commit message (Expand) | Author | Lines |
| 2024-09-06 | Check AttrId for expectations. | Camille GILLOT | -8/+17 |
| 2024-09-06 | Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errors | bors | -551/+373 |
| 2024-09-06 | Rollup merge of #130013 - jonathan-conder:await_coverage, r=Zalathar | Matthias Krüger | -29/+123 |
| 2024-09-06 | Rollup merge of #129021 - compiler-errors:ptr-cast-outlives, r=lcnr | Matthias Krüger | -5/+81 |
| 2024-09-06 | coverage: Treat await similar to a macro | Jonathan Conder | -37/+30 |
| 2024-09-06 | coverage: Add test to codify existing behavior | Jonathan Conder | -0/+101 |
| 2024-09-06 | Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr | bors | -7/+108 |
| 2024-09-06 | Auto merge of #121614 - clubby789:no-expect, r=saethlin | bors | -1/+1 |
| 2024-09-05 | Rollup merge of #129472 - folkertdev:const-refs-to-static-asm-const, r=lcnr | Matthias Krüger | -7/+77 |
| 2024-09-05 | Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillot | Matthias Krüger | -0/+31 |
| 2024-09-05 | Rollup merge of #129973 - jieyouxu:rework-rmake-stdio, r=Kobzol | Matthias Krüger | -23/+33 |
| 2024-09-05 | Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle | Matthias Krüger | -21/+208 |
| 2024-09-05 | Rollup merge of #129706 - compiler-errors:scratch, r=estebank | Matthias Krüger | -54/+25 |
| 2024-09-05 | Rollup merge of #129471 - GuillaumeGomez:sort-impl-associated-items, r=t-rust... | Matthias Krüger | -0/+84 |
| 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 | Add regression test for sidebar associated items | Guillaume Gomez | -0/+42 |
| 2024-09-05 | Make impl associated constants sorted first | Guillaume Gomez | -7/+7 |
| 2024-09-05 | Add regression test for impl associated items sorting | Guillaume Gomez | -0/+42 |
| 2024-09-05 | tests: use renamed `stdin_buf` | 许杰友 Jieyou Xu (Joe) | -23/+33 |
| 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 | -21/+78 |
| 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 | -12/+63 |
| 2024-09-05 | Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx... | Matthias Krüger | -2/+5 |
| 2024-09-05 | Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc | Matthias Krüger | -7/+174 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 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 | -7/+34 |
| 2024-09-04 | Don't codegen `expect` in opt-level=0 | clubby789 | -1/+1 |
| 2024-09-04 | Re-parent the by-move body | Michael Goulet | -48/+17 |
| 2024-09-03 | Rename dump of coroutine by-move-body to be more consistent, adjust test | Michael Goulet | -23/+25 |
| 2024-09-03 | Fix square corners on line numbers when code is collapsed | Guillaume Gomez | -0/+11 |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -0/+31 |
| 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 | More robust extension checking | Chris Denton | -1/+3 |
| 2024-09-03 | rtems: Add spec file for arm_rtems6_eabihf | Jan Sommer | -0/+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-03 | Fix wrong padding for expanded scraped example | Guillaume Gomez | -2/+21 |
| 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 | Simplify CSS but wrapping scraped example into a div and move the title out o... | Guillaume Gomez | -28/+47 |
| 2024-09-02 | Rollup merge of #129858 - compiler-errors:async-def, r=cjgillot | Matthias Krüger | -0/+12 |