| Age | Commit message (Expand) | Author | Lines |
| 2021-06-15 | Update Miri | hyd-dev | -12/+72 |
| 2021-06-15 | Auto merge of #84867 - pnkfelix:rustdoc-revert-deref-recur, r=jyn514 | bors | -172/+61 |
| 2021-06-14 | Auto merge of #86275 - lqd:ctfe-validation, r=RalfJung | bors | -95/+95 |
| 2021-06-14 | Auto merge of #86117 - ehuss:force-warns-underscore, r=rylev | bors | -1/+1 |
| 2021-06-13 | update tests involving CTFE validation | Rémy Rakic | -95/+95 |
| 2021-06-13 | Auto merge of #86271 - GuillaumeGomez:fix-font-weight, r=jsha | bors | -5/+35 |
| 2021-06-13 | Add test to ensure font-weight is applied correctly | Guillaume Gomez | -1/+31 |
| 2021-06-13 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2021-06-13 | Fix font-weight | Guillaume Gomez | -3/+3 |
| 2021-06-13 | Auto merge of #86245 - lqd:const-ub-align, r=RalfJung | bors | -27/+129 |
| 2021-06-13 | Test invalid vtable size/alignment const UB errors | Rémy Rakic | -27/+129 |
| 2021-06-12 | Auto merge of #86207 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-06-12 | Update cargo | Eric Huss | -0/+0 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -26/+26 |
| 2021-06-12 | Auto merge of #86215 - FabianWolff:unnameable-types, r=jackh726 | bors | -0/+105 |
| 2021-06-12 | Auto merge of #86130 - BoxyUwU:abstract_const_as_cast, r=oli-obk | bors | -0/+279 |
| 2021-06-12 | Auto merge of #86234 - Mark-Simulacrum:new-vers, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-06-11 | Bump to 1.54 | Mark Rousskov | -1/+1 |
| 2021-06-11 | Suggest a FnPtr type if a FnDef type is found | Fabian Wolff | -27/+33 |
| 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 | Do not suggest to add type annotations for unnameable types | Fabian Wolff | -0/+99 |
| 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/+34 |
| 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 | -119/+267 |
| 2021-06-10 | Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrum | bors | -22/+67 |
| 2021-06-10 | Fix force-warns to allow dashes. | Eric Huss | -1/+1 |
| 2021-06-10 | support `as _` and add tests | Ellen | -2/+217 |
| 2021-06-10 | Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrum | bors | -817/+86 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -119/+267 |
| 2021-06-10 | regression test for issue 82465. | Felix S. Klock II | -0/+16 |
| 2021-06-10 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -172/+45 |
| 2021-06-10 | gcc-lld mvp | 1000teslas | -0/+34 |
| 2021-06-10 | Rollup merge of #86175 - RalfJung:miri, r=RalfJung | Yuki Okushi | -9/+15 |
| 2021-06-10 | Rollup merge of #86113 - the8472:doctest-lld, r=Mark-Simulacrum | Yuki Okushi | -16/+27 |
| 2021-06-10 | Rollup merge of #85997 - jyn514:rustdoc-diff, r=Mark-Simulacrum | Yuki Okushi | -9/+21 |
| 2021-06-09 | detect incorrect vtable alignment during const eval instead of ICE-ing | Rémy Rakic | -0/+48 |
| 2021-06-09 | update Miri | Ralf Jung | -9/+15 |
| 2021-06-09 | Add more tests + visit_ty in some places | Ellen | -5/+37 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -200/+27 |
| 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 #86159 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |