| Age | Commit message (Expand) | Author | Lines |
| 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 | -313/+191 |
| 2021-05-13 | Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwco | Guillaume Gomez | -35/+0 |
| 2021-05-13 | Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jsha | Guillaume Gomez | -274/+150 |
| 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 | -319/+59 |
| 2021-05-13 | Fix display for "implementors" section | Guillaume Gomez | -1/+1 |
| 2021-05-13 | fix test suite | Ralf Jung | -70/+59 |
| 2021-05-13 | wow | Ellen | -2/+2 |
| 2021-05-13 | Use DefaultMetadataLoader in the hotplug_codegen_backend test | bjorn3 | -13/+1 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -51/+468 |
| 2021-05-13 | Improve comment | Jakub Kulik | -1/+1 |
| 2021-05-13 | Update Docker to build the deprecated target alongside the new one | Jakub Kulik | -14/+10 |
| 2021-05-13 | completion uwu | Ellen | -8/+0 |
| 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 #84732 - DrChat:asm_powerpc, r=Amanieu | bors | -1/+176 |
| 2021-05-13 | Auto merge of #83759 - SkiFire13:fix-diag, r=estebank | bors | -41/+786 |
| 2021-05-12 | Rename `RealFileName::Named` to `LocalPath` | Andy Wang | -9/+10 |
| 2021-05-12 | Only deal with LocalPath in conversion | Andy Wang | -1/+1 |
| 2021-05-12 | Rename span_to_string to span_to_diagnostic_string | Andy Wang | -1/+1 |
| 2021-05-12 | Don't suggest adding `'static` lifetime to arguments | Aaron Hill | -35/+0 |
| 2021-05-13 | Auto merge of #82069 - Aaron1011:verbose-in-macro, r=estebank | bors | -737/+737 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -737/+737 |
| 2021-05-12 | Preserve `SyntaxContext` for invalid/dummy spans in crate metadata | Aaron Hill | -0/+68 |
| 2021-05-12 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2021-05-12 | Auto merge of #85188 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-05-12 | update Miri | Ralf Jung | -8/+8 |
| 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 | -132/+304 |
| 2021-05-12 | Rollup merge of #85205 - ehuss:update-books, r=ehuss | Guillaume Gomez | -0/+0 |
| 2021-05-12 | Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jsha | Guillaume Gomez | -2/+2 |
| 2021-05-12 | Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jsha | Guillaume Gomez | -2/+2 |
| 2021-05-12 | Rollup merge of #85117 - jsha:bubble-bubble-toil-and-trouble, r=GuillaumeGomez | Guillaume Gomez | -128/+138 |
| 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. | Camille GILLOT | -5/+5 |
| 2021-05-12 | Use () for all_traits. | Camille GILLOT | -6/+5 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -5/+3 |
| 2021-05-12 | Use () for inherent_impls. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for HIR queries. | Camille GILLOT | -2/+2 |
| 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 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -33/+70 |
| 2021-05-12 | make verify-channel.sh compatible with macOS | Pietro Albini | -7/+17 |