| Age | Commit message (Expand) | Author | Lines |
| 2022-11-02 | prevent open with json | viandoxdev | -0/+5 |
| 2022-11-02 | merge JsonStd and Std steps | viandoxdev | -58/+34 |
| 2022-11-01 | fix json running all the time | viandoxdev | -2/+7 |
| 2022-11-01 | Fixes #103816 make --json work | viandoxdev | -1/+2 |
| 2022-11-01 | Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwco | Dylan DPC | -3/+3 |
| 2022-11-01 | Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebank | Dylan DPC | -19/+111 |
| 2022-11-01 | Rollup merge of #103584 - ouz-a:issue-102303, r=oli-obk | Dylan DPC | -15/+69 |
| 2022-11-01 | Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3 | Dylan DPC | -31/+135 |
| 2022-11-01 | Rollup merge of #103805 - Mark-Simulacrum:forward-port, r=jyn514 | Yuki Okushi | -0/+3 |
| 2022-11-01 | Rollup merge of #103799 - GuillaumeGomez:search-index-tuple-struct-field, r=n... | Yuki Okushi | -15/+40 |
| 2022-11-01 | Rollup merge of #103793 - notriddle:notriddle/rustdoc-toggle-in-impl-items, r... | Yuki Okushi | -6/+42 |
| 2022-11-01 | Rollup merge of #103788 - chenyukang:yukang/fix-ice-103783, r=compiler-errors | Yuki Okushi | -0/+33 |
| 2022-11-01 | Rollup merge of #103772 - compiler-errors:better-strict-coherence-err, r=davi... | Yuki Okushi | -0/+17 |
| 2022-11-01 | Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillot | Yuki Okushi | -5/+18 |
| 2022-11-01 | Rollup merge of #103674 - ehuss:split-debuginfo-doc-unstable, r=davidtwco | Yuki Okushi | -2/+4 |
| 2022-10-31 | Auto merge of #102950 - oli-obk:check_miri, r=RalfJung | bors | -53/+26 |
| 2022-10-31 | Auto merge of #103795 - thomcc:untest, r=Mark-Simulacrum | bors | -0/+25 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -31/+135 |
| 2022-10-31 | Enable RUSTC_BOOTSTRAP for a few steps | Mark Rousskov | -0/+3 |
| 2022-10-31 | rustdoc: add test case for associated type margins | Michael Howell | -0/+34 |
| 2022-10-31 | bump up recursion limit for miri crate | Ralf Jung | -0/+2 |
| 2022-10-31 | Add `ignore-cross-compile` to the `#[bench]` smoketest, and move it back to r... | Thom Chiovoloni | -1/+3 |
| 2022-10-31 | move libtest bench smoketest to run-make-fulldeps | Thom Chiovoloni | -1/+1 |
| 2022-10-31 | Use AdtDef to check enum. | Camille GILLOT | -3/+3 |
| 2022-10-31 | smoketest that libtest doesn't panic in `#[bench]` | Thom Chiovoloni | -0/+23 |
| 2022-10-31 | Remove bounds check with enum cast | ouz-a | -15/+69 |
| 2022-10-31 | Add test for tuple struct field generation in search index | Guillaume Gomez | -0/+18 |
| 2022-10-31 | Don't generate tuple struct fields into the search index | Guillaume Gomez | -15/+22 |
| 2022-10-31 | Rollup merge of #103732 - Mark-Simulacrum:revert-compiler-builtins, r=jyn514 | Dylan DPC | -40/+22 |
| 2022-10-31 | Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obk | Dylan DPC | -39/+29 |
| 2022-10-31 | Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisa | Dylan DPC | -0/+45 |
| 2022-10-30 | rustdoc: add margins to all impl-item toggles, not just methods | Michael Howell | -6/+8 |
| 2022-10-31 | Auto merge of #103787 - notriddle:rollup-q1vmxsb, r=notriddle | bors | -152/+424 |
| 2022-10-30 | Rollup merge of #103764 - SarthakSingh31:issue-94187-2, r=compiler-errors | Michael Howell | -5/+11 |
| 2022-10-30 | Rollup merge of #103758 - GuillaumeGomez:reexports-search-result-test, r=notr... | Michael Howell | -0/+28 |
| 2022-10-30 | Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=Guillau... | Michael Howell | -0/+50 |
| 2022-10-30 | Rollup merge of #102689 - ayrtonm:master, r=cjgillot | Michael Howell | -0/+51 |
| 2022-10-30 | Rollup merge of #102101 - BelovDV:new-check-lld-version, r=petrochenkov | Michael Howell | -9/+22 |
| 2022-10-30 | Rollup merge of #101944 - notriddle:notriddle/toggle-all-docs, r=jsha,Guillau... | Michael Howell | -7/+14 |
| 2022-10-30 | Rollup merge of #101428 - JakobDegen:build-tests, r=oli-obk | Michael Howell | -110/+134 |
| 2022-10-30 | Rollup merge of #97971 - Soveu:varargs, r=jackh726 | Michael Howell | -21/+114 |
| 2022-10-31 | Auto merge of #103331 - nnethercote:convert-switch-to-br, r=scottmcm | bors | -29/+83 |
| 2022-10-31 | Use `br` instead of `switch` in more cases. | Nicholas Nethercote | -29/+83 |
| 2022-10-30 | Auto merge of #103479 - nikic:update-llvm-9, r=cuviper | bors | -0/+0 |
| 2022-10-30 | better error for rustc_strict_coherence misuse | Michael Goulet | -0/+17 |
| 2022-10-30 | Auto merge of #103299 - nikic:usub-overflow, r=wesleywiser | bors | -0/+16 |
| 2022-10-30 | All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should... | Sarthak Singh | -5/+11 |
| 2022-10-30 | Auto merge of #103295 - ishitatsuyuki:ninja, r=cuviper | bors | -4/+5 |
| 2022-10-30 | Add regression test for reexports in search results | Guillaume Gomez | -0/+28 |
| 2022-10-30 | Auto merge of #103010 - petrochenkov:effvisdoc, r=GuillaumeGomez | bors | -112/+92 |