| Age | Commit message (Expand) | Author | Lines |
| 2023-08-11 | Auto merge of #114672 - lenawanel:master, r=compiler-errors | bors | -0/+15 |
| 2023-08-11 | Auto merge of #114718 - compiler-errors:rollup-1am5rpn, r=compiler-errors | bors | -18/+303 |
| 2023-08-10 | Rollup merge of #114694 - lcnr:provisional-cache, r=compiler-errors | Michael Goulet | -16/+217 |
| 2023-08-10 | Rollup merge of #114662 - fmease:lazy-ty-aliases-unlock-trailing-wcs, r=oli-obk | Michael Goulet | -2/+86 |
| 2023-08-11 | Auto merge of #114507 - sebastiantoh:issue-114235, r=jackh726 | bors | -0/+85 |
| 2023-08-10 | Auto merge of #114474 - estebank:missing-semi, r=compiler-errors | bors | -1/+152 |
| 2023-08-10 | Unlock trailing where-clauses for lazy type aliases | León Orell Valerian Liehr | -2/+86 |
| 2023-08-10 | Rollup merge of #114678 - MortenLohne:bugfix/hir-has-side-effects, r=compiler... | Matthias Krüger | -4/+60 |
| 2023-08-10 | add and move trait solver cycle tests | lcnr | -1/+215 |
| 2023-08-10 | make the provisional cache slightly less broken | lcnr | -15/+2 |
| 2023-08-10 | fix #114275 | lena | -0/+15 |
| 2023-08-10 | Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/... | Morten Lohne | -4/+60 |
| 2023-08-09 | Rollup merge of #114670 - compiler-errors:issue-114660, r=cjgillot | Matthias Krüger | -0/+10 |
| 2023-08-09 | Rollup merge of #114469 - estebank:arbitrary-self-types-mut-diff, r=davidtwco | Matthias Krüger | -0/+207 |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -56/+399 |
| 2023-08-09 | Rollup merge of #110435 - aDotInTheVoid:rdj-field-ordering, r=GuillaumeGomez | Matthias Krüger | -0/+154 |
| 2023-08-09 | Don't use type_of to determine if item has intrinsic shim | Michael Goulet | -0/+10 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -11/+209 |
| 2023-08-09 | Rollup merge of #114638 - compiler-errors:rpitit-test-revisions, r=spastorino | Matthias Krüger | -1483/+0 |
| 2023-08-09 | Rollup merge of #114606 - bvanjoi:fix-113462, r=compiler-errors | Matthias Krüger | -5/+27 |
| 2023-08-08 | fix(test): improve sensitivity of hygene tests | Seth Pellegrino | -11/+17 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -45/+382 |
| 2023-08-09 | Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue... | bors | -0/+33 |
| 2023-08-09 | rustdoc-json: Add tests for field/variant ordering. | Alona Enraght-Moony | -0/+154 |
| 2023-08-08 | Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgr | bors | -116/+145 |
| 2023-08-08 | Remove dangling tests | Michael Goulet | -1483/+0 |
| 2023-08-08 | Rollup merge of #114631 - lcnr:chalk-cycle-test, r=compiler-errors | Matthias Krüger | -0/+75 |
| 2023-08-08 | Rollup merge of #114630 - GuillaumeGomez:migrate-gui-test-color-30, r=notriddle | Matthias Krüger | -36/+36 |
| 2023-08-08 | Rollup merge of #114629 - Enselic:uncomment-gat-code, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2023-08-08 | Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnr | Matthias Krüger | -70/+13 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -6/+18 |
| 2023-08-08 | Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -237/+189 |
| 2023-08-08 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -36/+36 |
| 2023-08-08 | add test from chalk#788 for new solver | lcnr | -0/+75 |
| 2023-08-08 | Auto merge of #114439 - Kobzol:remark-pgo-hotness, r=tmiasko | bors | -0/+26 |
| 2023-08-08 | fix proc-macro test added here to solely be exercised as a build product for ... | Felix S. Klock II | -0/+4 |
| 2023-08-08 | Detect missing `;` that parses as function call | Esteban Küber | -1/+152 |
| 2023-08-08 | tests: Uncomment now valid GAT code behind FIXME | Martin Nordholts | -2/+1 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -0/+4 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -0/+45 |
| 2023-08-08 | add'l test | Michael Goulet | -0/+15 |
| 2023-08-08 | Stop using identity args for opaque type wf checks and instead load the args ... | Oli Scherer | -0/+19 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -0/+11 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -70/+13 |
| 2023-08-08 | Auto merge of #114520 - RalfJung:unsized-valtrees, r=oli-obk | bors | -0/+21 |
| 2023-08-08 | fix: not insert missing lifetime for `ConstParamTy` | bohan | -5/+27 |
| 2023-08-08 | Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnr | Matthias Krüger | -48/+47 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -0/+79 |
| 2023-08-08 | Rollup merge of #114413 - CohenArthur:warn-macro-export-decl-macros, r=cjgillot | Matthias Krüger | -0/+25 |