| Age | Commit message (Expand) | Author | Lines |
| 2021-07-26 | Remove GUI tests for rust beta CI | Guillaume Gomez | -307/+0 |
| 2021-07-26 | Rustdoc accessibility: use real headers for doc items | bors | -189/+193 |
| 2021-07-26 | Fix test cases for header titles in sidebar | Michael Howell | -11/+11 |
| 2021-07-26 | Add test for sidebar display value on mobile | Guillaume Gomez | -0/+10 |
| 2021-07-23 | Add regression test for #85955. | Michael Woerister | -0/+25 |
| 2021-07-23 | Auto merge of #87369 - pnkfelix:beta-targetted-revert-81473-warn-write-only-f... | bors | -114/+0 |
| 2021-07-22 | fix ui tests | Jane Lusby | -2/+2 |
| 2021-07-22 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -7/+11 |
| 2021-07-22 | Revert PR 81473 to resolve (on mainline) issues 81626 and 81658. | Felix S. Klock II | -114/+0 |
| 2021-07-02 | Revert "Don't load all extern crates unconditionally" | Guillaume Gomez | -20/+12 |
| 2021-07-02 | Updates to tests. | Felix S. Klock II | -17/+20 |
| 2021-06-22 | Disable pgo-branch-weights test on aarch64 | Mark Rousskov | -0/+1 |
| 2021-06-19 | regression test for issue 82465. | Felix S. Klock II | -0/+16 |
| 2021-06-19 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -83/+2 |
| 2021-06-19 | Revert "Allow specifying alignment for functions" | Mark Rousskov | -40/+41 |
| 2021-06-12 | Rollup merge of #86205 - JohnTitor:full-test-for-72293, r=oli-obk | Yuki Okushi | -11/+17 |
| 2021-06-12 | Rollup merge of #86174 - lqd:const-ub-align, r=RalfJung | Yuki Okushi | -0/+48 |
| 2021-06-12 | Rollup merge of #86153 - tmiasko:dummy-span, r=estebank | Yuki Okushi | -8/+8 |
| 2021-06-12 | Rollup merge of #85823 - fee1-dead:borrowck-0, r=jackh726 | Yuki Okushi | -0/+20 |
| 2021-06-12 | Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obk | Yuki Okushi | -12/+40 |
| 2021-06-11 | Auto merge of #86116 - FabianWolff:issue-86100, r=varkor | bors | -0/+80 |
| 2021-06-11 | Auto merge of #85994 - tmiasko:monomorphic-needs-drop, r=RalfJung | bors | -0/+37 |
| 2021-06-11 | Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieu | bors | -4/+0 |
| 2021-06-10 | std: Stabilize wasm simd intrinsics | Alex Crichton | -4/+0 |
| 2021-06-11 | Auto merge of #85961 - 1000teslas:issue-71519-fix, r=petrochenkov | bors | -0/+10 |
| 2021-06-11 | Run full const-generics test for issue-72293 | Yuki Okushi | -11/+17 |
| 2021-06-10 | Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkov | bors | -101/+207 |
| 2021-06-10 | Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrum | bors | -20/+26 |
| 2021-06-10 | Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrum | bors | -816/+80 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -101/+207 |
| 2021-06-10 | gcc-lld mvp | 1000teslas | -0/+10 |
| 2021-06-09 | detect incorrect vtable alignment during const eval instead of ICE-ing | Rémy Rakic | -0/+48 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -198/+25 |
| 2021-06-09 | Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakis | bors | -0/+103 |
| 2021-06-09 | Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiser | bors | -0/+166 |
| 2021-06-09 | Rollup merge of #86124 - Aaron1011:ambig-macro-name, r=varkor | Yuki Okushi | -2/+2 |
| 2021-06-09 | Rollup merge of #85982 - alexcrichton:doc-safe-wasm, r=jyn514 | Yuki Okushi | -0/+7 |
| 2021-06-09 | Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obk | Yuki Okushi | -0/+6 |
| 2021-06-09 | Print dummy spans as `no-location` | Tomasz Miąsko | -8/+8 |
| 2021-06-08 | Rollup merge of #86096 - FabianWolff:ec-E0316, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-06-08 | Rollup merge of #86095 - GuillaumeGomez:search-description-codeblock, r=jsha | Yuki Okushi | -0/+5 |
| 2021-06-08 | Rollup merge of #86078 - GuillaumeGomez:type-page-font-weight, r=jsha | Yuki Okushi | -1/+7 |
| 2021-06-08 | Rollup merge of #86074 - reaganmcf:iss-86039, r=jyn514 | Yuki Okushi | -2/+2 |
| 2021-06-07 | Include macro name in 'local ambiguity' error | Aaron Hill | -2/+2 |
| 2021-06-07 | Enable rustdoc to document safe wasm intrinsics | Alex Crichton | -0/+7 |
| 2021-06-07 | Add more TAIT multiple defining uses test cases | Santiago Pastorino | -0/+72 |
| 2021-06-07 | Differentiate different defining uses of taits when they reference distinct g... | Santiago Pastorino | -0/+31 |
| 2021-06-07 | Suggest a trailing comma if a 1-tuple is expected | Fabian Wolff | -0/+80 |
| 2021-06-07 | use channel-relative urls in rustdoc/intra-doc/field.rs | Pietro Albini | -2/+2 |
| 2021-06-07 | Peephole optimize `x == false` and `x != true` | Smitty | -0/+166 |