| Age | Commit message (Expand) | Author | Lines |
| 2021-05-16 | Allow formatting `Anonymous{Struct, Union}` declarations | jedel1043 | -11/+64 |
| 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 | -22/+19 |
| 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 | remove mode for run and ignore tests | AliƩnore Bouttefeux | -42/+41 |
| 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 | -44/+66 |
| 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 |
| 2021-05-16 | Suggest borrowing if a trait implementation is found for &/&mut <type> | Fabian Wolff | -4/+80 |
| 2021-05-16 | Fix invalid input:disabled CSS selector | Guillaume Gomez | -4/+4 |
| 2021-05-16 | Auto merge of #85332 - RalfJung:ptr-in-str, r=oli-obk | bors | -119/+110 |
| 2021-05-16 | Use TargetTriple::from_path in rustdoc | bjorn3 | -1/+1 |
| 2021-05-16 | Remove remains of rustc_dirty. | Camille GILLOT | -32/+38 |
| 2021-05-16 | Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157 | bors | -3/+14 |
| 2021-05-16 | Auto merge of #85279 - DrChat:asm_powerpc64, r=Amanieu | bors | -1/+31 |
| 2021-05-16 | Fix comments in tests | Amanieu d'Antras | -2/+2 |
| 2021-05-16 | More tests for issue-85255 | hi-rustin | -5/+82 |
| 2021-05-16 | Auto merge of #85259 - Smittyvb:thir-unsafeck-inline-asm, r=nikomatsakis | bors | -26/+285 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -17/+56 |
| 2021-05-16 | Update RLS | Igor Matuszewski | -0/+0 |
| 2021-05-15 | Fix unused attributes on macro_rules. | Eric Huss | -0/+66 |
| 2021-05-15 | Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-se | bors | -23/+213 |
| 2021-05-15 | Auto merge of #84920 - Aaron1011:pretty-print-rental, r=petrochenkov | bors | -52/+172 |
| 2021-05-15 | Change to just use first binders and add test | Jack Huey | -0/+168 |
| 2021-05-15 | Report an error if a lang item has the wrong number of generic arguments | Fabian Wolff | -0/+77 |
| 2021-05-15 | Auto merge of #85335 - GuillaumeGomez:rollup-0tvc14g, r=GuillaumeGomez | bors | -12/+81 |
| 2021-05-15 | Call `initSidebarItems` in root module of crate | Justus K | -3/+14 |
| 2021-05-15 | 32bit bless | Ralf Jung | -38/+28 |
| 2021-05-15 | Revert to only using opportunistic_resolve_vars for existing places | Jack Huey | -85/+14 |
| 2021-05-15 | Remove some unncessary spaces from pretty-printed tokenstream output | Aaron Hill | -52/+172 |
| 2021-05-15 | split ui test stderr by bitwidth | Ralf Jung | -1/+17 |
| 2021-05-15 | Rollup merge of #85324 - FabianWolff:issue-85255, r=varkor | Guillaume Gomez | -2/+58 |
| 2021-05-15 | Rollup merge of #85185 - GuillaumeGomez:generate-not-more-docs-than-necessary... | Guillaume Gomez | -10/+23 |
| 2021-05-15 | Don't generate more docs than necessary | Guillaume Gomez | -10/+23 |
| 2021-05-15 | Auto merge of #82208 - jyn514:rustfmt-subtree, r=Mark-Simulacrum | bors | -36/+78099 |
| 2021-05-15 | bootstrap: ensure host std when cross-compiling tools, fixes #85320 | Ximin Luo | -1/+4 |
| 2021-05-15 | get rid of a bunch of unnecessary NOTE in const tests | Ralf Jung | -81/+46 |
| 2021-05-15 | handle pointers in str | Ralf Jung | -0/+20 |
| 2021-05-15 | Auto merge of #85328 - GuillaumeGomez:rollup-exe9nbj, r=GuillaumeGomez | bors | -334/+318 |
| 2021-05-15 | Fix tests on traits. | Camille GILLOT | -85/+100 |
| 2021-05-15 | Rollup merge of #85323 - GuillaumeGomez:fix-eslint-errors, r=jsha | Guillaume Gomez | -35/+34 |
| 2021-05-15 | Rollup merge of #85289 - GuillaumeGomez:fix-toggle-position-mobile, r=jsha | Guillaume Gomez | -192/+219 |
| 2021-05-15 | Rollup merge of #85256 - GuillaumeGomez:fix-implementors-display, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-05-15 | Rollup merge of #85067 - Stupremee:minimize-amount-of-fake-defids, r=jyn514,G... | Guillaume Gomez | -90/+55 |