| Age | Commit message (Expand) | Author | Lines |
| 2021-05-20 | Rollup merge of #85507 - GuillaumeGomez:extend-escape-key-check, r=jsha | Guillaume Gomez | -3/+10 |
| 2021-05-20 | Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726 | Guillaume Gomez | -0/+29 |
| 2021-05-20 | Extend escape key check | Guillaume Gomez | -3/+10 |
| 2021-05-20 | Rollup merge of #84717 - dtolnay:literalfromstr, r=petrochenkov | Ralf Jung | -0/+80 |
| 2021-05-19 | Add proc macro Literal parse test | David Tolnay | -0/+27 |
| 2021-05-19 | Make a more meaningful test for Punct eq | David Tolnay | -5/+5 |
| 2021-05-19 | Move proc_macro tests to ui test | David Tolnay | -0/+25 |
| 2021-05-19 | Make a ui test to take the role of libproc_macro #[test] tests | David Tolnay | -0/+28 |
| 2021-05-19 | Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-... | bors | -0/+56 |
| 2021-05-19 | Auto merge of #85276 - Bobo1239:more_dso_local, r=nagisa | bors | -4/+37 |
| 2021-05-18 | Rollup merge of #85438 - GuillaumeGomez:fix-escape-handling, r=jsha | Jack Huey | -0/+27 |
| 2021-05-18 | Rollup merge of #83767 - camelid:mangle-v0-fix, r=nikomatsakis | Jack Huey | -0/+104 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -51/+2 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -610/+832 |
| 2021-05-18 | No matter how trivial the change, tidy always finds a way to complain... | Scott McMurray | -6/+6 |
| 2021-05-18 | Mention the issue number for the new mir-opt in the FIXMEs
| scottmcm | -3/+3 |
| 2021-05-18 | std: Attempt again to inline thread-local-init across crates | Alex Crichton | -0/+56 |
| 2021-05-18 | Set dso_local for more items | Boris-Chengbiao Zhou | -0/+33 |
| 2021-05-18 | Fix assembly test from #83592 | Boris-Chengbiao Zhou | -4/+4 |
| 2021-05-18 | Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnr | Ralf Jung | -10/+2 |
| 2021-05-18 | Auto merge of #85437 - GuillaumeGomez:rollup-3jcirty, r=GuillaumeGomez | bors | -11/+331 |
| 2021-05-18 | Add GUI tests for escape handling | Guillaume Gomez | -0/+27 |
| 2021-05-18 | Rollup merge of #85393 - Aaron1011:async-type-err, r=varkor | Guillaume Gomez | -0/+25 |
| 2021-05-18 | Rollup merge of #85369 - FabianWolff:issue-84973, r=jackh726 | Guillaume Gomez | -4/+209 |
| 2021-05-18 | Rollup merge of #85339 - FabianWolff:issue-83893, r=varkor | Guillaume Gomez | -0/+77 |
| 2021-05-18 | Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomez | Guillaume Gomez | -0/+7 |
| 2021-05-18 | Auto merge of #85313 - jackh726:region_eq, r=nikomatsakis | bors | -1/+5 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -51/+2 |
| 2021-05-17 | Rename INVALID_RUST_CODEBLOCK{,S} | Joshua Nelson | -2/+2 |
| 2021-05-17 | Add back missing help for ignore blocks | Joshua Nelson | -5/+13 |
| 2021-05-17 | New rustdoc lint to respect -Dwarnings correctly | Alexis Bourget | -4/+2 |
| 2021-05-17 | Implement jackh726's suggestions | Fabian Wolff | -2/+131 |
| 2021-05-17 | Rollup merge of #85408 - RalfJung:alloc-size, r=oli-obk | Ralf Jung | -44/+44 |
| 2021-05-17 | Rollup merge of #85355 - hi-rustin:rustin-patch-issue-85255, r=varkor | Ralf Jung | -5/+82 |
| 2021-05-17 | Remove legacy for trait object mangling test and replace crate hash | Jack Huey | -86/+22 |
| 2021-05-17 | Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkov | bors | -0/+365 |
| 2021-05-17 | mir-opt bless for Size field being removed from Allocation | Ralf Jung | -44/+44 |
| 2021-05-17 | Auto merge of #85353 - jonas-schievink:async-blocks-in-ctfe, r=oli-obk | bors | -17/+61 |
| 2021-05-16 | Suppress spurious errors inside `async fn` | Aaron Hill | -0/+25 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -5/+5 |
| 2021-05-16 | Auto merge of #84993 - eddyb:cg-ssa-on-demand-blocks, r=nagisa | bors | -6/+9 |
| 2021-05-17 | rustc_codegen_ssa: only create backend `BasicBlock`s as-needed. | Eduard-Mihai Burtescu | -6/+9 |
| 2021-05-16 | Auto merge of #85312 - ehuss:macro_use-unused-attr, r=petrochenkov | bors | -0/+66 |
| 2021-05-16 | Add tracking issue | Jonas Schievink | -0/+5 |
| 2021-05-16 | Add test for trait toggle location | Jacob Hoffman-Andrews | -0/+7 |
| 2021-05-16 | Auto merge of #85290 - Amanieu:asm_const_int, r=nagisa | bors | -43/+65 |
| 2021-05-16 | Add regression test | Giacomo Stevanato | -0/+29 |
| 2021-05-16 | Auto merge of #84549 - tmiasko:static-initializer, r=varkor | bors | -4/+25 |
| 2021-05-16 | Add test for restriction of anonymous types on validation | jedel1043 | -0/+227 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+138 |