| Age | Commit message (Expand) | Author | Lines |
| 2024-05-05 | Fix bad color for setting cog in ayu theme | Guillaume Gomez | -0/+1 |
| 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 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -230/+46 |
| 2024-05-03 | Rollup merge of #124418 - compiler-errors:better-cause, r=lcnr | Michael Goulet | -62/+271 |
| 2024-05-03 | We do not coerce &mut &mut T -> *mut mut T | Jubilee Young | -0/+62 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -13/+13 |
| 2024-05-03 | Auto merge of #123602 - cjgillot:gvn-borrowed, r=oli-obk | bors | -260/+513 |
| 2024-05-03 | Migrate `run-make/doctests-keep-binaries` to new `rmake.rs` format | Guillaume Gomez | -33/+68 |
| 2024-05-03 | Rollup merge of #124510 - linyihai:raw-ident-in-typo-suggestion, r=fmease | Matthias Krüger | -0/+29 |
| 2024-05-03 | Rollup merge of #124613 - GuillaumeGomez:fmt-run-make, r=onur-ozkan | Matthias Krüger | -68/+37 |
| 2024-05-03 | Rollup merge of #124612 - Urgau:run-make-stdin, r=jieyouxu | Matthias Krüger | -7/+26 |
| 2024-05-03 | Allow `fmt` to run on `rmake.rs` test files | Guillaume Gomez | -68/+37 |
| 2024-05-03 | run-make: port stdin-rustc to Rust-based rmake.rs | Urgau | -7/+26 |
| 2024-05-02 | Higher ranked goal source, do overflow handling less badly | Michael Goulet | -64/+73 |
| 2024-05-02 | Use a proof tree visitor to refine the Obligation for error reporting | Michael Goulet | -59/+259 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -230/+46 |
| 2024-05-02 | Rollup merge of #124622 - fmease:yeet-extern-crate-run_make_support, r=jieyouxu | Matthias Krüger | -55/+0 |
| 2024-05-02 | Rollup merge of #124138 - mati865:ignore-llvm-abi-in-dlltool-tests, r=davidtwco | Matthias Krüger | -7/+2 |
| 2024-05-02 | Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;` | León Orell Valerian Liehr | -55/+0 |
| 2024-05-02 | Rollup merge of #124597 - cuviper:x86-64-v3, r=workingjubilee | Guillaume Gomez | -25/+34 |
| 2024-05-02 | Rollup merge of #124568 - Urgau:non-local-defs-doctest, r=michaelwoerister,Gu... | Guillaume Gomez | -0/+30 |
| 2024-05-02 | Auto merge of #123939 - WaffleLapkin:never-fallback-unsafe-lint, r=compiler-e... | bors | -0/+228 |
| 2024-05-02 | Add proper support for all kinds of unsafe ops to the lint | Waffle Lapkin | -5/+175 |
| 2024-05-02 | Add a lint against never type fallback affecting unsafe code | Maybe Waffle | -0/+58 |
| 2024-05-02 | Auto merge of #124529 - compiler-errors:select, r=lcnr | bors | -0/+9 |
| 2024-05-01 | Use an outlandish target feature for the negative case | Josh Stone | -3/+3 |
| 2024-05-01 | Add inline comments why we're forcing the target cpu | Josh Stone | -19/+25 |
| 2024-05-01 | Use an explicit x86-64 cpu in tests that are sensitive to it | Josh Stone | -23/+26 |
| 2024-05-01 | Rewrite select to use a ProofTreeVisitor | Michael Goulet | -0/+9 |
| 2024-05-01 | Rollup merge of #124566 - lcnr:normalizes-to-proof-tree, r=compiler-errors | Matthias Krüger | -2/+59 |
| 2024-05-01 | Adjust `#[macro_export]`/doctest help suggestion for non_local_defs lint | Urgau | -0/+30 |
| 2024-05-01 | Auto merge of #124539 - Urgau:non-local-defs_modulo_modules, r=lcnr | bors | -0/+38 |
| 2024-05-01 | Auto merge of #124356 - fmease:fewer-magic-numbers-in-names, r=lcnr | bors | -15/+15 |
| 2024-04-30 | Auto merge of #117164 - fmease:orphan-norm, r=lcnr | bors | -1/+594 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -15/+15 |