| Age | Commit message (Expand) | Author | Lines |
| 2023-03-04 | rustdoc: include link on all.html location header | Michael Howell | -3/+1 |
| 2023-03-04 | Add comment on what libs should be in target_libs | Chris Denton | -0/+3 |
| 2023-03-04 | Add check for dry run | Jakub Beránek | -5/+1 |
| 2023-03-04 | rustdoc: function signature search with traits in `where` clause | Michael Howell | -21/+13 |
| 2023-03-04 | Try to avoid the last rustc rebuild | Jakub Beránek | -0/+3 |
| 2023-03-04 | Create BOLT build steps to avoid running BOLT multiple times on the same file | Jakub Beránek | -19/+127 |
| 2023-03-04 | Apply BOLT optimizations without rebuilding LLVM | Jakub Beránek | -36/+32 |
| 2023-03-04 | Bump version to 1.70.0 | Mark Rousskov | -1/+1 |
| 2023-03-04 | rustdoc: Note in a type's layout/size if it is uninhabited | clubby789 | -0/+6 |
| 2023-03-04 | Rollup merge of #108656 - GuillaumeGomez:rustdoc-search-unclosed-generic, r=n... | Dylan DPC | -1/+13 |
| 2023-03-03 | Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgr | bors | -230/+45 |
| 2023-03-03 | ./configure script should only show blocks (and associated comments) where it... | Alex Huang | -4/+18 |
| 2023-03-03 | Emit an error for unclosed generic | Guillaume Gomez | -1/+13 |
| 2023-03-03 | Rollup merge of #108647 - nikic:pgo-sh, r=jyn514 | Matthias Krüger | -230/+0 |
| 2023-03-03 | Rollup merge of #108634 - SUPERCILEX:patch-1, r=JohnTitor | Matthias Krüger | -0/+2 |
| 2023-03-03 | Rollup merge of #104549 - folkertdev:unstable-book-export-executable-symbols,... | Matthias Krüger | -0/+43 |
| 2023-03-03 | Rollup merge of #108674 - flip1995:clippy_backport, r=Manishearth | Matthias Krüger | -17/+13 |
| 2023-03-03 | change approach to prevent interleaving compiletest message | Pietro Albini | -7/+2 |
| 2023-03-03 | handle non-json output in stdout | Pietro Albini | -6/+13 |
| 2023-03-02 | Rollup merge of #108644 - KittyBorgX:hashmap-toml, r=albertlarsan68 | Matthias Krüger | -0/+2 |
| 2023-03-02 | Rollup merge of #108584 - GuillaumeGomez:rustdoc-search-background, r=notriddle | Matthias Krüger | -41/+112 |
| 2023-03-02 | Rollup merge of #108367 - compiler-errors:xl-builders-again, r=pietroalbini | Matthias Krüger | -1/+1 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -1/+2 |
| 2023-03-02 | Fix array-size-threshold config deserialization error | Alex Macleod | -17/+13 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -25/+15 |
| 2023-03-02 | do not use render_tests for clippy | Pietro Albini | -1/+1 |
| 2023-03-02 | avoid overlapping stderr | Pietro Albini | -5/+11 |
| 2023-03-02 | switch all tests to use render_tests | Pietro Albini | -23/+27 |
| 2023-03-02 | add support for benchmarks | Pietro Albini | -4/+49 |
| 2023-03-02 | record tests in build metrics | Pietro Albini | -5/+52 |
| 2023-03-02 | add a splash of color | Pietro Albini | -29/+82 |
| 2023-03-02 | add support for terse output | Pietro Albini | -7/+56 |
| 2023-03-02 | render compiletest output with render_tests | Pietro Albini | -5/+224 |
| 2023-03-02 | add the --json flag to compiletest | Pietro Albini | -5/+11 |
| 2023-03-02 | Auto merge of #108640 - matthiaskrgr:rollup-rii4t5t, r=matthiaskrgr | bors | -32/+40 |
| 2023-03-02 | Allow setting hashmap toml values in `./configure` | KittyBorgX | -0/+2 |
| 2023-03-02 | Update rustdoc-js test tool | Guillaume Gomez | -1/+13 |
| 2023-03-02 | Put backtick content from rustdoc search errors into a <code> elements | Guillaume Gomez | -40/+99 |
| 2023-03-02 | Remove dead pgo.sh file | Nikita Popov | -230/+0 |
| 2023-03-02 | Rollup merge of #108609 - clubby789:e0599-highlight, r=estebank | Matthias Krüger | -6/+7 |
| 2023-03-02 | Rollup merge of #108585 - djkoloski:parallel_fuchsia_test_runner, r=tmandry | Matthias Krüger | -18/+28 |
| 2023-03-02 | Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errors | Matthias Krüger | -8/+5 |
| 2023-03-02 | Auto merge of #107879 - icedrocket:update-llvm, r=cuviper | bors | -9/+17 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -8/+5 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -27/+152 |
| 2023-03-01 | Add link to component dashboard | Alex Saveau | -0/+2 |
| 2023-03-01 | Run compiler test suite in parallel on Fuchsia | David Koloski | -18/+28 |
| 2023-03-01 | Rollup merge of #108394 - ferrocene:pa-open, r=ozkanonur | Dylan DPC | -15/+20 |
| 2023-03-01 | Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui... | Dylan DPC | -6/+29 |
| 2023-03-01 | Rename `src/etc/vscode_settings.json` to `rust_analyzer_settings.json` | KittyBorgX | -8/+8 |