| Age | Commit message (Expand) | Author | Lines |
| 2021-05-17 | Rollup merge of #85355 - hi-rustin:rustin-patch-issue-85255, r=varkor | Ralf Jung | -5/+82 |
| 2021-05-17 | Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkov | bors | -0/+365 |
| 2021-05-17 | Auto merge of #85353 - jonas-schievink:async-blocks-in-ctfe, r=oli-obk | bors | -17/+61 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -5/+5 |
| 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 | Auto merge of #85290 - Amanieu:asm_const_int, r=nagisa | bors | -43/+65 |
| 2021-05-16 | Auto merge of #84549 - tmiasko:static-initializer, r=varkor | bors | -0/+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 | Auto merge of #85332 - RalfJung:ptr-in-str, r=oli-obk | bors | -119/+110 |
| 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-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 | -48/+168 |
| 2021-05-15 | 32bit bless | Ralf Jung | -38/+28 |
| 2021-05-15 | Remove some unncessary spaces from pretty-printed tokenstream output | Aaron Hill | -48/+168 |
| 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 | 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 | Warn about unused pub fields in non-pub structs | Fabian Wolff | -2/+58 |
| 2021-05-14 | add new attribute rustc_insignificant_dtor and a query to check if a type has... | Dhruv Jauhar | -0/+226 |
| 2021-05-14 | Remove support for floating-point constants in asm! | Amanieu d'Antras | -43/+65 |
| 2021-05-14 | Add tests where asm! is properly in unsafe block | Smitty | -26/+235 |
| 2021-05-14 | Check for inline assembly in THIR unsafeck | Smitty | -0/+50 |
| 2021-05-14 | panic abort after fork test: Disable on android | Ian Jackson | -0/+1 |
| 2021-05-14 | Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkov | bors | -5/+78 |
| 2021-05-13 | Auto merge of #84107 - Amanieu:global_asm2, r=nagisa | bors | -39/+448 |
| 2021-05-13 | Fix tests | Amanieu d'Antras | -3/+3 |
| 2021-05-13 | Clarify error message when both asm! and global_asm! are unsupported | Amanieu d'Antras | -4/+4 |
| 2021-05-13 | Add tests for global_asm! | Amanieu d'Antras | -32/+441 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -5/+5 |
| 2021-05-13 | Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726 | bors | -0/+160 |
| 2021-05-13 | Tolerate SIGTRAP for panic abort after panic::always_abort | Ian Jackson | -1/+1 |
| 2021-05-13 | Use SIGUSR1 rather than SIGTRAP for "allocated after fork" | Ian Jackson | -2/+2 |
| 2021-05-13 | Auto merge of #85258 - GuillaumeGomez:rollup-kzay7o5, r=GuillaumeGomez | bors | -39/+41 |
| 2021-05-13 | Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwco | Guillaume Gomez | -35/+0 |
| 2021-05-13 | Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebank | Guillaume Gomez | -4/+41 |
| 2021-05-13 | Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk | bors | -317/+56 |
| 2021-05-13 | fix test suite | Ralf Jung | -68/+56 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -49/+466 |
| 2021-05-13 | have on_completion record subcycles | Niko Matsakis | -36/+61 |
| 2021-05-13 | introduce a unit testing feature `rustc_evaluate_where_clauses` | Niko Matsakis | -0/+135 |
| 2021-05-13 | Auto merge of #85041 - mibac138:suggest-generics, r=estebank | bors | -4/+176 |
| 2021-05-13 | Auto merge of #83759 - SkiFire13:fix-diag, r=estebank | bors | -41/+786 |
| 2021-05-12 | Don't suggest adding `'static` lifetime to arguments | Aaron Hill | -35/+0 |