| Age | Commit message (Expand) | Author | Lines |
| 2024-05-07 | Auto merge of #124781 - VladimirMakaev:lldb-enum-formatter, r=dtolnay | bors | -23/+102 |
| 2024-05-07 | Auto merge of #124830 - aeubanks:dbg, r=durin42 | bors | -10/+10 |
| 2024-05-06 | Adjust dbg.value/dbg.declare checks for LLVM update | Arthur Eubanks | -10/+10 |
| 2024-05-06 | Rollup merge of #124809 - lcnr:prepopulate-opaques, r=compiler-errors | Matthias Krüger | -46/+36 |
| 2024-05-06 | Rollup merge of #124759 - compiler-errors:impl-args, r=lcnr | Matthias Krüger | -0/+13 |
| 2024-05-06 | Use correct ImplSource for alias bounds | Michael Goulet | -0/+13 |
| 2024-05-06 | Auto merge of #124811 - matthiaskrgr:rollup-4zpov13, r=matthiaskrgr | bors | -0/+74 |
| 2024-05-06 | Rollup merge of #124808 - compiler-errors:super, r=lcnr | Matthias Krüger | -0/+27 |
| 2024-05-06 | Rollup merge of #124771 - compiler-errors:cand-has-failing-wc, r=lcnr | Matthias Krüger | -0/+44 |
| 2024-05-06 | Rollup merge of #124724 - compiler-errors:prefer-lower, r=lcnr | Matthias Krüger | -0/+3 |
| 2024-05-06 | Use super_fold in RegionsToStatic visitor | Michael Goulet | -0/+27 |
| 2024-05-06 | borrowck: more eagerly prepopulate opaques | lcnr | -46/+36 |
| 2024-05-06 | Don't consider candidates with no failing where clauses | Michael Goulet | -0/+44 |
| 2024-05-06 | Prefer lower vtable candidates in select in new solver | Michael Goulet | -0/+3 |
| 2024-05-06 | Auto merge of #123850 - tspiteri:f16_f128_consts, r=Amanieu | bors | -0/+16 |
| 2024-05-06 | Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxu | bors | -47/+77 |
| 2024-05-06 | Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubilee | bors | -321/+0 |
| 2024-05-06 | Auto merge of #124679 - Urgau:check-cfg-structured-cli-errors, r=nnethercote | bors | -23/+107 |
| 2024-05-06 | Migrate `run-make/rustdoc-error-lines` to `rmake.rs` | Guillaume Gomez | -13/+22 |
| 2024-05-06 | Add new `output` method to `Rustc` and `Rustdoc` types | Guillaume Gomez | -15/+16 |
| 2024-05-06 | Improve check-cfg CLI errors with more structured diagnostics | Urgau | -23/+107 |
| 2024-05-06 | Rollup merge of #124765 - GuillaumeGomez:fix-wrong-cog-colotr, r=notriddle | Matthias Krüger | -1/+32 |
| 2024-05-06 | Rollup merge of #124742 - Urgau:check-cfg-rustfmt, r=fmease | Matthias Krüger | -33/+49 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -60/+752 |
| 2024-05-05 | Implement lldb formattter for "clang encoded" enums (LLDB 18.1+) | Vladimir Makayev | -23/+102 |
| 2024-05-05 | Add GUI regression test for setting's cog color | Guillaume Gomez | -1/+31 |
| 2024-05-05 | Fix bad color for setting cog in ayu theme | Guillaume Gomez | -0/+1 |
| 2024-05-05 | Auto merge of #124752 - GuillaumeGomez:rollup-a4qagbd, r=GuillaumeGomez | bors | -571/+1090 |
| 2024-05-05 | Rename `run-make-support` library `output` method to `command_output` | Guillaume Gomez | -2/+3 |
| 2024-05-05 | Migrate `run-make/doctests-runtool` to rmake | Guillaume Gomez | -20/+39 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -571/+295 |
| 2024-05-05 | Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomez | Guillaume Gomez | -0/+795 |
| 2024-05-05 | Auto merge of #123125 - gurry:122561-bad-note-non-zero-loop-iters-2, r=estebank | bors | -64/+439 |
| 2024-05-05 | Add `rustfmt` cfg to well known cfgs list | Urgau | -33/+49 |
| 2024-05-04 | Rollup merge of #124718 - compiler-errors:record-impl-args, r=lcnr | Matthias Krüger | -0/+47 |
| 2024-05-04 | Rollup merge of #124717 - compiler-errors:do-not-recomment-next-solver, r=lcnr | Matthias Krüger | -0/+58 |
| 2024-05-04 | Rollup merge of #124713 - Urgau:check-cfg-update-cargo-diagnostics, r=jieyouxu | Matthias Krüger | -21/+21 |
| 2024-05-04 | Record impl args in the proof tree | Michael Goulet | -0/+47 |
| 2024-05-04 | Implement do_not_recommend in the new solver | Michael Goulet | -0/+58 |
| 2024-05-04 | Only consider ambiguous goals when finding best obligation for ambiguities | Michael Goulet | -11/+13 |
| 2024-05-04 | Update Cargo diagnostics in check-cfg | Urgau | -21/+21 |
| 2024-05-04 | Auto merge of #124703 - matthiaskrgr:rollup-2lljptd, r=matthiaskrgr | bors | -16/+80 |
| 2024-05-04 | Rollup merge of #124698 - JoverZhang:test-rustdoc-determinism, r=jieyouxu | Matthias Krüger | -16/+18 |
| 2024-05-04 | Rollup merge of #124692 - workingjubilee:document-no-double-pointer-coercion-... | Matthias Krüger | -0/+62 |
| 2024-05-04 | Auto merge of #124345 - Urgau:compiletest-check-cfg, r=jieyouxu | bors | -217/+273 |
| 2024-05-04 | compiletest: add enable-by-default check-cfg | Urgau | -60/+92 |
| 2024-05-04 | compiletest: add no-auto-check-cfg directive | Urgau | -119/+148 |
| 2024-05-04 | tests/ui: prepare some tests for --check-cfg by default | Urgau | -38/+33 |
| 2024-05-04 | Rewrite `rustdoc-determinism` test in Rust | Jover Zhang | -16/+18 |
| 2024-05-03 | Rollup merge of #124658 - GuillaumeGomez:migrate-to-run-make, r=jieyouxu | Michael Goulet | -33/+68 |