| Age | Commit message (Expand) | Author | Lines |
| 2021-05-17 | rustc_codegen_ssa: only create backend `BasicBlock`s as-needed. | Eduard-Mihai Burtescu | -45/+41 |
| 2021-05-16 | Auto merge of #85312 - ehuss:macro_use-unused-attr, r=petrochenkov | bors | -3/+4 |
| 2021-05-16 | Add tracking issue | Jonas Schievink | -1/+1 |
| 2021-05-16 | Auto merge of #85290 - Amanieu:asm_const_int, r=nagisa | bors | -47/+4 |
| 2021-05-16 | Consider edge cases in missing lifetime diagnostics | Giacomo Stevanato | -37/+16 |
| 2021-05-16 | Implement changes suggested by varkor | Fabian Wolff | -31/+86 |
| 2021-05-16 | Auto merge of #84549 - tmiasko:static-initializer, r=varkor | bors | -2/+1 |
| 2021-05-16 | Check and deny anonymous fields on `ast_validation` | jedel1043 | -70/+184 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -31/+94 |
| 2021-05-16 | Suggest borrowing if a trait implementation is found for &/&mut <type> | Fabian Wolff | -13/+74 |
| 2021-05-16 | Auto merge of #85316 - eddyb:cg-ssa-on-demand-cleanuppad, r=nagisa | bors | -112/+109 |
| 2021-05-16 | Auto merge of #85332 - RalfJung:ptr-in-str, r=oli-obk | bors | -0/+1 |
| 2021-05-15 | Windows mingw targets use gcc as the linker so the target spec should also in... | Luqman Aden | -0/+1 |
| 2021-05-16 | Auto merge of #85279 - DrChat:asm_powerpc64, r=Amanieu | bors | -6/+16 |
| 2021-05-15 | Add comments to opportunistic resolve functions | Jack Huey | -0/+4 |
| 2021-05-16 | Auto merge of #85259 - Smittyvb:thir-unsafeck-inline-asm, r=nikomatsakis | bors | -1/+3 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -2/+14 |
| 2021-05-15 | Fix unused attributes on macro_rules. | Eric Huss | -3/+4 |
| 2021-05-15 | Auto merge of #84920 - Aaron1011:pretty-print-rental, r=petrochenkov | bors | -1/+4 |
| 2021-05-15 | Change to just use first binders and add test | Jack Huey | -27/+50 |
| 2021-05-15 | Report an error if a lang item has the wrong number of generic arguments | Fabian Wolff | -7/+135 |
| 2021-05-15 | Missed a couple things | Jack Huey | -10/+1 |
| 2021-05-15 | Add comment | Jack Huey | -0/+3 |
| 2021-05-15 | Revert to only using opportunistic_resolve_vars for existing places | Jack Huey | -9/+33 |
| 2021-05-15 | Remove some unncessary spaces from pretty-printed tokenstream output | Aaron Hill | -1/+4 |
| 2021-05-15 | Rollup merge of #85329 - RalfJung:version, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2021-05-15 | Rollup merge of #85324 - FabianWolff:issue-85255, r=varkor | Guillaume Gomez | -20/+29 |
| 2021-05-15 | handle pointers in str | Ralf Jung | -0/+1 |
| 2021-05-15 | Auto merge of #85328 - GuillaumeGomez:rollup-exe9nbj, r=GuillaumeGomez | bors | -108/+103 |
| 2021-05-15 | fix version_str comment | Ralf Jung | -1/+1 |
| 2021-05-15 | Rollup merge of #85278 - ayushmishra2005:code-refactoring, r=jackh726 | Guillaume Gomez | -8/+2 |
| 2021-05-15 | Rollup merge of #85253 - RafaelKr:patch-1, r=varkor | Guillaume Gomez | -5/+5 |
| 2021-05-15 | Rollup merge of #85246 - ayushmishra2005:minor-reactoring, r=petrochenkov | Guillaume Gomez | -4/+1 |
| 2021-05-15 | Rollup merge of #85215 - richkadel:ice-fixes-minus-dead-blocks, r=tmandry | Guillaume Gomez | -91/+95 |
| 2021-05-15 | Warn about unused pub fields in non-pub structs | Fabian Wolff | -20/+29 |
| 2021-05-15 | rustc_codegen_ssa: generate MSVC cleanup pads on demand, like GNU landing pads. | Eduard-Mihai Burtescu | -112/+109 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -12/+106 |
| 2021-05-14 | Store Option<Region> as value for RegionVid | Jack Huey | -68/+85 |
| 2021-05-14 | Make the UnifyValue for RegionVid () | Jack Huey | -5/+4 |
| 2021-05-14 | Auto merge of #85211 - Aaron1011:metadata-invalid-span, r=michaelwoerister | bors | -45/+45 |
| 2021-05-14 | Remove support for floating-point constants in asm! | Amanieu d'Antras | -47/+4 |
| 2021-05-14 | Check for inline assembly in THIR unsafeck | Smitty | -1/+3 |
| 2021-05-14 | Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa | bors | -182/+96 |
| 2021-05-14 | Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkov | bors | -1/+10 |
| 2021-05-14 | Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-05-13 | Add asm!() support for PowerPC64 | Dr. Chat | -6/+16 |
| 2021-05-14 | Improve match statements | ayushmishra2005 | -8/+2 |
| 2021-05-14 | Auto merge of #85195 - Mark-Simulacrum:variant-by-idx, r=petrochenkov | bors | -10/+7 |
| 2021-05-13 | Only pass --[no-]gc-sections if linker is GNU ld. | Luqman Aden | -4/+2 |
| 2021-05-13 | Auto merge of #84107 - Amanieu:global_asm2, r=nagisa | bors | -778/+901 |