| Age | Commit message (Expand) | Author | Lines |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -12/+12 |
| 2023-09-08 | Change syntax for anonymous functions set | Guillaume Gomez | -18/+18 |
| 2023-09-08 | Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov | bors | -0/+10 |
| 2023-09-08 | Fix Issue 112009 | LuuuX | -5/+8 |
| 2023-09-08 | Rollup merge of #115655 - notriddle:notriddle/rustdoc-fe-cleanup, r=Guillaume... | Matthias Krüger | -3/+1 |
| 2023-09-08 | Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri... | Matthias Krüger | -14/+30 |
| 2023-09-08 | Rollup merge of #115345 - g0djan:godjan/tier2-wasi-threads, r=WaffleLapkin | Matthias Krüger | -15/+24 |
| 2023-09-07 | ci: actions/checkout@v3 to actions/checkout@v4 | Keita Nonaka | -2/+2 |
| 2023-09-08 | Auto merge of #115608 - RalfJung:fn-arg-validity, r=oli-obk | bors | -4/+101 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+10 |
| 2023-09-07 | rustdoc: remove unused ID `mainThemeStyle` | Michael Howell | -3/+1 |
| 2023-09-07 | Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez | bors | -146/+478 |
| 2023-09-07 | Auto merge of #114183 - Urgau:stabilize-print-with-path, r=oli-obk | bors | -11/+4 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -11/+4 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -47/+39 |
| 2023-09-06 | Rollup merge of #115598 - GoldsteinE:fix-bootstrap-formatting, r=onur-ozkan | Matthias Krüger | -3/+3 |
| 2023-09-06 | miri: catch function calls where the argument is caller-invalid / the return ... | Ralf Jung | -4/+101 |
| 2023-09-06 | Render missing fields in tuple struct/enum as /* private fields */ | Michael Goulet | -14/+30 |
| 2023-09-06 | fix log formatting in bootstrap | Goldstein | -3/+3 |
| 2023-09-06 | fmt | Ralf Jung | -13/+9 |
| 2023-09-06 | Merge from rustc | Ralf Jung | -171/+1632 |
| 2023-09-06 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-06 | give josh more time to start | Ralf Jung | -2/+2 |
| 2023-09-06 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-05 | Auto merge of #115581 - djkoloski:update_llvm_submodule, r=cuviper | bors | -0/+0 |
| 2023-09-05 | Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obk | bors | -22/+18 |
| 2023-09-05 | Update LLVM submodule to 17.0.0-rc4 | David Koloski | -0/+0 |
| 2023-09-05 | Auto merge of #114843 - Zalathar:test-coverage-map, r=oli-obk | bors | -6/+632 |
| 2023-09-05 | Auto merge of #115568 - matthiaskrgr:rollup-2igo8rl, r=matthiaskrgr | bors | -92/+86 |
| 2023-09-05 | Rollup merge of #115536 - RalfJung:interpreter-privacy, r=oli-obk | Matthias Krüger | -92/+86 |
| 2023-09-05 | Auto merge of #115544 - onur-ozkan:patch-binaries-for-nix-configure, r=albert... | bors | -0/+1 |
| 2023-09-05 | support `{disable,enable}-patch-binaries-for-nix` in configure.py | onur-ozkan | -0/+1 |
| 2023-09-05 | Auto merge of #115543 - Kobzol:opt-dist-retry-download, r=Mark-Simulacrum | bors | -1/+30 |
| 2023-09-05 | Add test suite `coverage-map` to test coverage mappings emitted by LLVM | Zalathar | -5/+89 |
| 2023-09-05 | Add tool `src/tools/coverage-dump` for use by some new coverage tests | Zalathar | -1/+543 |
| 2023-09-04 | Auto merge of #114089 - Urgau:allow-with-implied-by, r=petrochenkov | bors | -0/+838 |
| 2023-09-04 | Retry download of rustc-perf in opt-dist | Jakub Beránek | -1/+30 |
| 2023-09-04 | Mirror the rustc-perf source | Mark Rousskov | -2/+2 |
| 2023-09-04 | interpret: make MemPlace, Place, Operand types private to the interpreter | Ralf Jung | -92/+86 |
| 2023-09-04 | Adjust clippy tests with new rustc help suggestion for lints | Urgau | -0/+838 |
| 2023-09-03 | Update docs since path-based type search works now | Michael Howell | -3/+3 |
| 2023-09-03 | rustdoc: fix test case for generics that look like names | Michael Howell | -2/+5 |
| 2023-09-03 | rustdoc: bug fix for `-> option<t>` | Michael Howell | -1/+5 |
| 2023-09-03 | rustdoc: write detailed chapter on search engine | Michael Howell | -50/+243 |
| 2023-09-03 | rustdoc-search: add support for type parameters | Michael Howell | -290/+472 |
| 2023-09-03 | rustdoc-search: `null`, not `-1`, for missing id | Michael Howell | -14/+14 |
| 2023-09-03 | Fix clippy. | Camille GILLOT | -15/+11 |
| 2023-09-03 | Auto merge of #115510 - GuillaumeGomez:rollup-wh719bn, r=GuillaumeGomez | bors | -8/+17 |
| 2023-09-03 | Rollup merge of #115490 - pitaj:rustdoc-searchjs-comment, r=GuillaumeGomez | Guillaume Gomez | -8/+17 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -1/+1 |