| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -642/+642 |
| 2021-05-12 | Improve error message for non-exhaustive matches on non-exhaustive enums | Fabian Wolff | -5/+78 |
| 2021-05-12 | Auto merge of #85231 - GuillaumeGomez:rollup-hufe4gz, r=GuillaumeGomez | bors | -0/+162 |
| 2021-05-12 | Rollup merge of #84793 - estebank:parse-struct-field-default, r=davidtwco | Guillaume Gomez | -0/+162 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -127/+0 |
| 2021-05-12 | rustc_args_required_const is no longer a promotion site | Ralf Jung | -122/+0 |
| 2021-05-12 | Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakis | bors | -19/+327 |
| 2021-05-12 | Bless tests | Giacomo Stevanato | -41/+604 |
| 2021-05-12 | Update wrong-number-of-args test to cover more edge cases | Giacomo Stevanato | -0/+182 |
| 2021-05-12 | Update stderr | Aaron Hill | -24/+9 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -6/+235 |
| 2021-05-11 | Recover from invalid `struct` item syntax | Esteban Küber | -0/+162 |
| 2021-05-12 | Rollup merge of #85187 - FabianWolff:issue-84976, r=jackh726 | Yuki Okushi | -0/+52 |
| 2021-05-12 | Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebank | Yuki Okushi | -80/+118 |
| 2021-05-11 | Add explanatory comment to the issue-84976.rs test case | Fabian Wolff | -4/+8 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unused unsafe blocks | LeSeulArtichaut | -5/+45 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unsafe function calls | LeSeulArtichaut | -44/+421 |
| 2021-05-11 | Auto merge of #82272 - b-naber:gat_diag, r=estebank,jackh726 | bors | -589/+736 |
| 2021-05-11 | Use .name_str() to format primitive types in error messages | Fabian Wolff | -0/+48 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -589/+736 |
| 2021-05-11 | Auto merge of #85109 - RalfJung:remove-const_fn, r=oli-obk | bors | -114/+45 |
| 2021-05-11 | Auto merge of #85100 - HKalbasi:issue-68049-fix, r=Aaron1011 | bors | -0/+67 |
| 2021-05-11 | Auto merge of #80300 - LeSeulArtichaut:80275-doc-inline, r=Manishearth | bors | -37/+110 |
| 2021-05-11 | Fix CI problems | hamidreza kalbasi | -3/+3 |
| 2021-05-11 | Auto merge of #85012 - FabianWolff:struct-rec, r=davidtwco | bors | -0/+138 |
| 2021-05-10 | Implement changes suggested by tmiasko and davidtwco | Fabian Wolff | -0/+0 |
| 2021-05-10 | Rollup merge of #85112 - RalfJung:promoted-errors, r=oli-obk | Dylan DPC | -19/+101 |
| 2021-05-10 | Rollup merge of #85075 - ptrojahn:panic_warning, r=jackh726 | Dylan DPC | -3/+31 |
| 2021-05-10 | Rollup merge of #85050 - FabianWolff:issue-84592, r=jackh726 | Dylan DPC | -0/+273 |
| 2021-05-10 | More minor fixes suggested by @jackh726 | Fabian Wolff | -0/+0 |