| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -9/+9 |
| 2023-09-03 | Auto merge of #115448 - onur-ozkan:optimize-bootstrap-dep-tree, r=albertlarsan68 | bors | -40/+8 |
| 2023-09-03 | Merge from rustc | Ralf Jung | -294/+408 |
| 2023-09-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-03 | Auto merge of #115472 - RalfJung:tier-2, r=GuillaumeGomez | bors | -5/+7 |
| 2023-09-03 | Auto merge of #115436 - GuillaumeGomez:fix-type-based-search, r=notriddle | bors | -135/+242 |
| 2023-09-02 | rustdoc: update comment in search.js for #107629 | Peter Jaszkowiak | -8/+17 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -1/+1 |
| 2023-09-02 | Correctly handle paths from foreign items | Guillaume Gomez | -11/+46 |
| 2023-09-02 | Auto merge of #115471 - RalfJung:skipping-sanity, r=onur-ozkan | bors | -10/+13 |
| 2023-09-02 | make it more clear what 'Tier 2' (without host tools) means | Ralf Jung | -5/+7 |
| 2023-09-02 | Auto merge of #115409 - RalfJung:llvm-merge-reland, r=lqd | bors | -19/+28 |
| 2023-09-02 | also skip musl checks when BOOTSTRAP_SKIP_TARGET_SANITY is set | Ralf Jung | -10/+13 |
| 2023-09-02 | Auto merge of #115469 - matthiaskrgr:rollup-25ybx39, r=matthiaskrgr | bors | -6/+5 |
| 2023-09-02 | Rollup merge of #115443 - epage:os_str, r=cuviper | Matthias Krüger | -6/+5 |
| 2023-09-02 | Auto merge of #115286 - saethlin:detangler, r=petrochenkov | bors | -100/+8 |
| 2023-09-02 | Merge from rustc | Ralf Jung | -11/+15 |
| 2023-09-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -5/+5 |
| 2023-09-01 | Auto merge of #115276 - fmease:rustdoc-obj-lt-defs-handle-self-ty-params, r=G... | bors | -8/+23 |
| 2023-09-01 | Reuse const rendering from rustdoc in rmeta encoding | Ben Kimock | -100/+8 |
| 2023-09-01 | Rollup merge of #115411 - RalfJung:miri-abi, r=oli-obk | Matthias Krüger | -21/+16 |
| 2023-09-01 | bump hermit-abi from yanked version(0.3.1) to 0.3.2 | onur-ozkan | -3/+3 |
| 2023-09-01 | bump pretty_assertions to 1.4 | onur-ozkan | -37/+5 |
| 2023-09-01 | feat(std): Stabilize 'os_str_bytes' feature | Ed Page | -1/+0 |
| 2023-09-01 | bootstrap/format: remove unnecessary paths.push | Ralf Jung | -4/+0 |
| 2023-09-01 | rustdoc: correctly deal with self ty params when eliding default object lifet... | León Orell Valerian Liehr | -8/+23 |
| 2023-09-01 | Merge all loops into one when generating search index | Guillaume Gomez | -92/+65 |