| Age | Commit message (Expand) | Author | Lines |
| 2024-11-03 | Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgr | bors | -13/+131 |
| 2024-11-03 | Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxu | bors | -0/+39 |
| 2024-11-03 | Rollup merge of #132543 - cyrgani:master, r=compiler-errors | Matthias Krüger | -12/+28 |
| 2024-11-03 | Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxu | Matthias Krüger | -0/+13 |
| 2024-11-03 | Rollup merge of #132523 - ranger-ross:test-issue-117446, r=compiler-errors | Matthias Krüger | -0/+57 |
| 2024-11-03 | Rollup merge of #132520 - matthiaskrgr:knobu, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-03 | Rollup merge of #132437 - Zalathar:inline-mixed-regression, r=jieyouxu | Matthias Krüger | -0/+32 |
| 2024-11-02 | Auto merge of #125579 - Noratrieb:print-host, r=davidtwco | bors | -1/+7 |
| 2024-11-02 | add and update some crashtests | cyrgani | -12/+28 |
| 2024-11-02 | Add `--print host-triple` | Noratrieb | -1/+7 |
| 2024-11-02 | move deployment-target tests to print-request | Nilstrieb | -0/+0 |
| 2024-11-02 | Auto merge of #132147 - estebank:long-types-2, r=davidtwco | bors | -197/+292 |
| 2024-11-02 | fix tests | Esteban Küber | -10/+11 |
| 2024-11-02 | Use opt functions to not ICE in fallback suggestion | Michael Goulet | -0/+13 |
| 2024-11-02 | Added regression test for 117446 | ranger-ross | -0/+57 |
| 2024-11-02 | Add a run-make test for same-arch `--print=target-cpus` | Zalathar | -0/+39 |
| 2024-11-02 | NFC add known bug nr to test | Matthias Krüger | -1/+1 |
| 2024-11-02 | coverage: Regression test for inlining into an uninstrumented crate | Zalathar | -0/+32 |
| 2024-11-02 | Rollup merge of #132481 - lukas-code:doc-stab3, r=GuillaumeGomez | Matthias Krüger | -14/+100 |
| 2024-11-02 | Auto merge of #132497 - matthiaskrgr:rollup-gaskcn0, r=matthiaskrgr | bors | -16/+147 |
| 2024-11-02 | Rollup merge of #132488 - compiler-errors:more-fixmes-bye, r=jieyouxu | Matthias Krüger | -15/+24 |
| 2024-11-02 | Rollup merge of #132466 - cjgillot:opaque-late, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2024-11-02 | Rollup merge of #132457 - taiki-e:needless-feature, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-11-02 | Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxu | Matthias Krüger | -0/+64 |
| 2024-11-02 | Rollup merge of #132170 - veera-sivarajan:codegen-tests, r=jieyouxu | Matthias Krüger | -0/+45 |
| 2024-11-02 | Add a Few Codegen Tests | Veera | -0/+45 |
| 2024-11-02 | Auto merge of #132352 - DianQK:llvm/19.1.3, r=nikic | bors | -0/+12 |
| 2024-11-02 | Remove or fix some FIXME(async_closure) | Michael Goulet | -15/+24 |
| 2024-11-02 | Account for negative bounds in E0277 note and suggestion | Esteban Küber | -18/+0 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -78/+88 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -21/+93 |
| 2024-11-02 | Trim output of E0277 in some cases | Esteban Küber | -32/+0 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -73/+135 |
| 2024-11-02 | rustdoc: skip stability inheritance for some item kinds | Lukas Markeffsky | -14/+100 |
| 2024-11-01 | Auto merge of #132470 - GuillaumeGomez:rollup-1a1mkmp, r=GuillaumeGomez | bors | -52/+400 |
| 2024-11-02 | Rollup merge of #132456 - taiki-e:test-asm-dir, r=jieyouxu | Guillaume Gomez | -0/+0 |
| 2024-11-02 | Rollup merge of #132448 - chengehe:master, r=Noratrieb | Guillaume Gomez | -1/+1 |
| 2024-11-02 | Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxu | Guillaume Gomez | -29/+295 |
| 2024-11-02 | Rollup merge of #132383 - compiler-errors:never-type-fallback-sugg, r=WaffleL... | Guillaume Gomez | -0/+104 |
| 2024-11-02 | Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukang | Guillaume Gomez | -22/+0 |
| 2024-11-01 | Use more minimized test. | Camille GILLOT | -38/+6 |
| 2024-11-01 | Account for late-bound depth when capturing all opaque lifetimes. | Camille GILLOT | -0/+45 |
| 2024-11-01 | Completely deny calling functions with const conditions in MIR const check un... | Michael Goulet | -23/+107 |
| 2024-11-01 | Double-check conditional constness in MIR | Michael Goulet | -3/+10 |
| 2024-11-01 | Also treat `impl` definition parent as transparent regarding modules | Urgau | -0/+64 |
| 2024-11-01 | Remove needless #![feature(asm_experimental_arch)] from loongarch64 inline as... | Taiki Endo | -1/+1 |
| 2024-11-01 | Move remaining inline assembly test files into asm directory | Taiki Endo | -0/+0 |
| 2024-11-01 | Add missing backtick | chengehe | -1/+1 |
| 2024-10-31 | Add `f16` and `f128` to `invalid_nan_comparison` | Trevor Gross | -29/+295 |
| 2024-11-01 | And also suggest for qpaths | Michael Goulet | -0/+72 |