| Age | Commit message (Expand) | Author | Lines |
| 2023-01-09 | make env::current_exe work on Windows | Ralf Jung | -13/+85 |
| 2023-01-09 | fix: fix CI errors | Ezra Shaw | -1/+7 |
| 2023-01-08 | Rollup merge of #106602 - GuillaumeGomez:tidy-goml-scripts, r=Mark-Simulacrum | Michael Goulet | -2/+11 |
| 2023-01-08 | Add goml scripts to tidy checks | Guillaume Gomez | -2/+11 |
| 2023-01-08 | Auto merge of #106449 - GuillaumeGomez:rustdoc-gui-retry-mechanism, r=Mark-Si... | bors | -46/+76 |
| 2023-01-08 | Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -12/+15 |
| 2023-01-08 | Rollup merge of #106546 - aDotInTheVoid:jsondoclint-path-local-item, r=notriddle | Yuki Okushi | -4/+125 |
| 2023-01-08 | remove unreachable error code `E0313` | Ezra Shaw | -2/+2 |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -1/+0 |
| 2023-01-07 | Rollup merge of #106509 - estebank:closure-in-block, r=davidtwco | Matthias Krüger | -0/+1 |
| 2023-01-07 | minor fixes for `error_codes.rs` tidy check | Ezra Shaw | -12/+15 |
| 2023-01-07 | Auto merge of #106544 - matthiaskrgr:rollup-e9prjed, r=matthiaskrgr | bors | -386/+384 |
| 2023-01-06 | jsondoclint: Check local items in `paths` are also in `index`. | Nixon Enraght-Moony | -4/+125 |
| 2023-01-06 | Bump tokio from 1.23.0 to 1.23.1 in /test_dependencies | dependabot[bot] | -3/+3 |
| 2023-01-06 | Auto merge of #106415 - Nilstrieb:where-is-my-master-branch, r=jyn514 | bors | -0/+125 |
| 2023-01-06 | Rollup merge of #106341 - Ezrashaw:refactor-error-code-tidy-check, r=mejrs,kl... | Matthias Krüger | -386/+384 |
| 2023-01-06 | Handle non-existant upstream master branches in `x fmt` | Nilstrieb | -2/+47 |
| 2023-01-06 | Auto merge of #106529 - Dylan-DPC:rollup-mvncmrk, r=Dylan-DPC | bors | -14/+11 |
| 2023-01-05 | Test again wasm32-unknown-unknown | Aaron Hill | -2/+80 |
| 2023-01-05 | Ignore symbol shim clash when symbol is provided by `compiler_builtins` | Aaron Hill | -1/+10 |
| 2023-01-05 | Detect closures assigned to binding in block | Esteban Küber | -0/+1 |
| 2023-01-05 | error-index: Don't generate 404 instead of removing it. | Eric Huss | -3/+1 |
| 2023-01-05 | Fix error-index redirect to work with back button. | Eric Huss | -11/+10 |
| 2023-01-05 | Add vendor to Fuchsia's target triple | David Koloski | -6/+6 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -24/+23 |
| 2023-01-04 | Rollup merge of #106385 - compiler-errors:new-solver-flag, r=jackh726 | Michael Goulet | -1/+1 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -1/+0 |
| 2023-01-04 | Rollup merge of #106460 - c410-f3r:moar-errors, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-01-04 | tidy: Don't include wasm32 in compiler dependency check | Eric Huss | -103/+66 |
| 2023-01-04 | Move tests | Caio | -1/+1 |
| 2023-01-04 | Update tests, etc | Michael Goulet | -1/+1 |
| 2023-01-04 | Update cargo | Weihang Lo | -0/+14 |
| 2023-01-04 | Add retry mechanism for rustdoc GUI tests to reduce flakyness | Guillaume Gomez | -46/+76 |
| 2023-01-04 | Rollup merge of #106396 - jyn514:bump-stage-date, r=pietroalbini | Matthias Krüger | -11/+16 |
| 2023-01-04 | Rollup merge of #106327 - gimbles:dbg, r=jyn514 | Matthias Krüger | -0/+17 |
| 2023-01-03 | Rollup merge of #106381 - aDotInTheVoid:jsondoclint-more-options, r=notriddle | Michael Goulet | -33/+103 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -15/+14 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -21/+21 |
| 2023-01-03 | Add `build_helper` crate to share code between tidy and bootstrap | Nilstrieb | -0/+80 |
| 2023-01-03 | Rollup merge of #104552 - DebugSteven:warn-newer-x, r=jyn514 | Matthias Krüger | -1/+78 |
| 2023-01-03 | jsondoclint: Add option to dump errors as json. | Nixon Enraght-Moony | -4/+25 |
| 2023-01-03 | jsondoclint: Find selector for missing ID when error is created, not reported. | Nixon Enraght-Moony | -42/+64 |
| 2023-01-03 | jsondoclint: Add `--verbose` flag. | Nixon Enraght-Moony | -6/+26 |
| 2023-01-03 | jsondoclint: Parse args with clap. | Nixon Enraght-Moony | -4/+11 |
| 2023-01-03 | clippy | Ralf Jung | -2/+1 |
| 2023-01-03 | Merge from rustc | Ralf Jung | -452/+2657 |
| 2023-01-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-01-03 | Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514 | bors | -0/+10 |