| Age | Commit message (Expand) | Author | Lines |
| 2021-06-17 | Move regression test for #83512 into doc_keyword.rs | Fabian Wolff | -19/+15 |
| 2021-06-17 | Fix ICE when using `#[doc(keyword = "...")]` on non-items | Fabian Wolff | -0/+18 |
| 2021-06-17 | Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwco | bors | -42/+182 |
| 2021-06-17 | Rollup merge of #86104 - FabianWolff:issue-86085, r=davidtwco | Yuki Okushi | -0/+43 |
| 2021-06-16 | Auto merge of #86332 - rylev:fix-ice-docalias, r=GuillaumeGomez | bors | -4/+11 |
| 2021-06-16 | Rollup merge of #86280 - JohnTitor:issue-76510, r=oli-obk | Yuki Okushi | -0/+90 |
| 2021-06-15 | Fix ICE when doc aliases were put on function params | Ryan Levick | -4/+11 |
| 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-14 | Add a regression test for issue-76510 | Yuki Okushi | -0/+90 |
| 2021-06-13 | update tests involving CTFE validation | Rémy Rakic | -95/+95 |
| 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 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -13/+13 |
| 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-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 #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 | -2/+0 |
| 2021-06-10 | std: Stabilize wasm simd intrinsics | Alex Crichton | -2/+0 |
| 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 | -34/+147 |
| 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 | -811/+74 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -34/+147 |
| 2021-06-09 | detect incorrect vtable alignment during const eval instead of ICE-ing | Rémy Rakic | -0/+48 |
| 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 | -198/+25 |
| 2021-06-09 | Handle C-variadic arguments properly when reporting region errors | Fabian Wolff | -42/+182 |
| 2021-06-09 | Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakis | bors | -0/+103 |
| 2021-06-09 | Rollup merge of #86124 - Aaron1011:ambig-macro-name, r=varkor | Yuki Okushi | -2/+2 |
| 2021-06-08 | Support as casts in abstract consts | Ellen | -0/+32 |
| 2021-06-08 | Rollup merge of #86096 - FabianWolff:ec-E0316, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 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 | 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 | Fix span calculation in format strings | Fabian Wolff | -0/+43 |
| 2021-06-07 | Bless ui/where-clauses/where-for-self.rs test | Fabian Wolff | -0/+1 |
| 2021-06-07 | Auto merge of #85891 - bjorn3:revert_merge_crate_disambiguator, r=Mark-Simula... | bors | -68/+68 |
| 2021-06-07 | note :sparkles: uwuuu | Ellen | -8/+13 |
| 2021-06-07 | Revert "Update tests" | bjorn3 | -68/+68 |