| Age | Commit message (Expand) | Author | Lines |
| 2024-09-09 | rustdoc: add two regression tests | León Orell Valerian Liehr | -0/+52 |
| 2024-09-02 | Auto merge of #129317 - compiler-errors:expectation-subtyping, r=lcnr | bors | -0/+24 |
| 2024-09-02 | Rollup merge of #129858 - compiler-errors:async-def, r=cjgillot | Matthias Krüger | -0/+12 |
| 2024-09-02 | Rollup merge of #129837 - aDotInTheVoid:test-better-json, r=jieyouxu | Matthias Krüger | -4/+15 |
| 2024-09-02 | Rollup merge of #129678 - compiler-errors:type-ir-inherent, r=fmease | Matthias Krüger | -0/+49 |
| 2024-09-02 | Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdoc | Matthias Krüger | -0/+40 |
| 2024-09-01 | Auto merge of #129854 - Kobzol:revert-127537, r=lqd | bors | -196/+0 |
| 2024-09-01 | Deny imports of rustc_type_ir::inherent outside of type ir + new trait solver | Michael Goulet | -0/+49 |
| 2024-09-01 | Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu | bors | -73/+9 |
| 2024-09-01 | Replace walk with visit so we dont skip outermost expr kind in def collector | Michael Goulet | -0/+12 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -196/+0 |
| 2024-09-01 | Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlin | bors | -0/+3 |
| 2024-09-01 | Rollup merge of #129780 - cyrgani:master, r=compiler-errors | Matthias Krüger | -0/+77 |
| 2024-09-01 | Rollup merge of #129672 - saethlin:enum-debuginfo-tests, r=Mark-Simulacrum | Matthias Krüger | -25/+14 |
| 2024-09-01 | Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov | Matthias Krüger | -11/+11 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -25/+438 |
| 2024-08-31 | Actually parse stdout json, instead of using hacky contains logic. | Alona Enraght-Moony | -4/+15 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -13/+88 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -11/+11 |
| 2024-08-31 | Inline expected_inputs_for_expected_output into check_argument_types/check_ex... | Michael Goulet | -0/+5 |
| 2024-08-31 | Use equality when relating formal and expected type in arg checking | Michael Goulet | -0/+19 |
| 2024-08-31 | Rollup merge of #129818 - RalfJung:const-stability, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-08-31 | Rollup merge of #129782 - matthiaskrgr:c, r=jieyouxu | Matthias Krüger | -0/+54 |
| 2024-08-31 | Rollup merge of #129605 - jieyouxu:needs-llvm-components, r=Mark-Simulacrum | Matthias Krüger | -11/+32 |
| 2024-08-31 | Rewrite lint_expectations in a single pass. | Camille GILLOT | -73/+9 |
| 2024-08-31 | make the const-unstable-in-stable error more clear | Ralf Jung | -2/+2 |
| 2024-08-31 | Rollup merge of #129760 - cuviper:old-timey, r=compiler-errors | Matthias Krüger | -8/+16 |
| 2024-08-31 | Rollup merge of #129757 - saethlin:half-a-recursion, r=compiler-errors | Matthias Krüger | -0/+32 |
| 2024-08-31 | Rollup merge of #129711 - lqd:nll-mir-dumps, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2024-08-31 | Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead | Matthias Krüger | -0/+20 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -25/+438 |
| 2024-08-31 | const fn stability checking: also check declared language features | Ralf Jung | -0/+20 |
| 2024-08-31 | Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxu | Matthias Krüger | -0/+18 |
| 2024-08-31 | Rollup merge of #129123 - aDotInTheVoid:rustdoc-json-self, r=fmease | Matthias Krüger | -0/+58 |
| 2024-08-31 | Rollup merge of #120221 - compiler-errors:statements-are-not-patterns, r=nnet... | Matthias Krüger | -0/+19 |
| 2024-08-30 | add crashtests for several old unfixed ICEs | cyrgani | -0/+77 |
| 2024-08-30 | couple more crash tests | Matthias Krüger | -0/+54 |
| 2024-08-30 | add borrows to NLL MIR dumps | Rémy Rakic | -0/+9 |
| 2024-08-30 | Squashed `aarch64_unknown_nto_qnx700` support | Yuri Astrakhan | -0/+3 |
| 2024-08-29 | Make the "detect-old-time" UI test more representative | Josh Stone | -8/+16 |
| 2024-08-29 | Add a test for trait solver overflow in MIR inliner cycle detection | Ben Kimock | -0/+32 |
| 2024-08-29 | Rollup merge of #129690 - Oneirical:run-make-tidbits, r=jieyouxu | Guillaume Gomez | -56/+43 |
| 2024-08-29 | Rollup merge of #129316 - dingxiangfei2009:riscv64-imac-scs, r=nnethercote | Guillaume Gomez | -0/+17 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -3/+4 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -45/+176 |
| 2024-08-29 | Use path instead of Path in some run-make tests | Oneirical | -56/+40 |
| 2024-08-29 | Add needs-unwind compiletest directive to libtest-thread-limit | Oneirical | -0/+3 |
| 2024-08-29 | riscv64imac: allow shadow call stack sanitizer | Ding Xiang Fei | -0/+17 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -3/+4 |
| 2024-08-28 | Rollup merge of #129494 - tshepang:fmt-threads-sendsync, r=Nadrieril | Jubilee | -247/+315 |