| Age | Commit message (Expand) | Author | Lines |
| 2023-02-27 | Rollup merge of #108308 - bjorn3:faster_bootstrap_build, r=albertlarsan68 | Matthias Krüger | -9/+11 |
| 2023-02-27 | Allow building serde and serde_derive in parallel | bjorn3 | -9/+11 |
| 2023-02-27 | Rollup merge of #108500 - RalfJung:miri, r=RalfJung | Matthias Krüger | -47/+272 |
| 2023-02-27 | Rollup merge of #108494 - GuillaumeGomez:cleanup-js, r=notriddle | Matthias Krüger | -13/+7 |
| 2023-02-27 | Rollup merge of #108463 - clubby789:update-check-output, r=albertlarsan68 | Matthias Krüger | -28/+60 |
| 2023-02-26 | Clean up JS files code a bit | Guillaume Gomez | -13/+7 |
| 2023-02-26 | Auto merge of #108474 - Jarcho:clippyup, r=Manishearth | bors | -628/+3023 |
| 2023-02-26 | Merge from rustc | Ralf Jung | -426/+718 |
| 2023-02-26 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-02-26 | Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë... | Matthias Krüger | -5/+6 |
| 2023-02-26 | Rollup merge of #108482 - Ezrashaw:force-error-docs, r=GuillaumeGomez | Matthias Krüger | -63/+20 |
| 2023-02-26 | Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillot | Matthias Krüger | -11/+11 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -5/+6 |
| 2023-02-26 | refactor: improve `error-index-generator` dependency | Ezra Shaw | -20/+2 |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -43/+18 |
| 2023-02-26 | Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgr | bors | -65/+167 |
| 2023-02-25 | Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup | Jason Newcomb | -628/+3023 |
| 2023-02-26 | Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2023-02-26 | Rollup merge of #107062 - tgross35:update-doc-index, r=ehuss | Matthias Krüger | -63/+165 |
| 2023-02-25 | Merge branch 'master' into rustup | Jason Newcomb | -4/+1 |
| 2023-02-25 | Rollup merge of #108229 - lionellloh:issue-107049, r=Mark-Simulacrum | Michael Goulet | -5/+21 |
| 2023-02-25 | Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-Simulacrum | Michael Goulet | -21/+114 |
| 2023-02-25 | Rollup merge of #105736 - chenyukang:yukang/add-mir-opt-level-testing, r=jyn514 | Michael Goulet | -1/+13 |
| 2023-02-25 | Make clippy happy | Michael Goulet | -10/+10 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -1/+1 |
| 2023-02-25 | Update the output of the `check` descriptions | clubby789 | -28/+60 |
| 2023-02-25 | Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr | bors | -34/+153 |
| 2023-02-25 | Auto merge of #2798 - LevitatingLion:master, r=oli-obk | bors | -17/+46 |
| 2023-02-25 | Rollup merge of #108412 - GuillaumeGomez:fix-gui-test-navigation-bug, r=notri... | Matthias Krüger | -1/+1 |
| 2023-02-25 | Rollup merge of #108410 - notriddle:notriddle/tag-item-summary, r=GuillaumeGomez | Matthias Krüger | -4/+1 |
| 2023-02-25 | Rollup merge of #108404 - ozkanonur:108004, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-02-25 | Rollup merge of #108354 - djkoloski:update_fuchsia_test_runner, r=djkoloski | Matthias Krüger | -27/+149 |
| 2023-02-25 | fix: fix issue in macro | Ezra Shaw | -1/+1 |
| 2023-02-25 | docs/test: add UI test and docs for `E0476` | Ezra Shaw | -1/+1 |
| 2023-02-25 | check is default to all targets now | yukang | -2/+2 |
| 2023-02-24 | enable validate-mir-opts in mingw-check | yukang | -2/+3 |
| 2023-02-24 | Update `fuchsia-test-runner.py` and docs | David Koloski | -27/+149 |
| 2023-02-24 | doc: cleanup of doc/index.md | Trevor Gross | -63/+165 |
| 2023-02-24 | CI: Move `arm-unknown-linux-gnueabi` tests to Windows host | LevitatingLion | -1/+1 |
| 2023-02-24 | Use full path to `c_char` in README | LevitatingLion | -1/+1 |
| 2023-02-24 | use setup_version_info! | klensy | -8/+1 |
| 2023-02-24 | bump rustc_tools_util | klensy | -3/+3 |
| 2023-02-24 | Test that the compiler/library builds with -Zmir-opt-level=3 -Zvalidate-mir | yukang | -0/+11 |
| 2023-02-24 | Add ARM targets to CI | LevitatingLion | -1/+5 |
| 2023-02-24 | Use pointers to `c_char` instead of `i8` in `miri_host_to_target_path` | LevitatingLion | -16/+28 |
| 2023-02-24 | Add shim for `llvm.arm.hint` | LevitatingLion | -0/+13 |
| 2023-02-23 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2023-02-23 | rustdoc: avoid including `<li>` tags in item table short desc | Michael Howell | -4/+1 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -2/+2 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -10/+10 |