| Age | Commit message (Expand) | Author | Lines |
| 2021-05-14 | Add test for toggle on mobile size | Guillaume Gomez | -0/+21 |
| 2021-05-14 | Unify toggle rules on smaller resolutions | Guillaume Gomez | -6/+3 |
| 2021-05-14 | Move @media rules at the end so they override the other rules | Guillaume Gomez | -193/+195 |
| 2021-05-14 | Fix toggle position on mobile | Guillaume Gomez | -1/+8 |
| 2021-05-14 | Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkov | bors | -6/+88 |
| 2021-05-14 | Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum | bors | -7/+7 |
| 2021-05-14 | Auto merge of #85195 - Mark-Simulacrum:variant-by-idx, r=petrochenkov | bors | -10/+7 |
| 2021-05-13 | Auto merge of #84107 - Amanieu:global_asm2, r=nagisa | bors | -842/+1424 |
| 2021-05-13 | Fix tests | Amanieu d'Antras | -3/+3 |
| 2021-05-13 | Update compiler_builtins to 0.1.43 | Amanieu d'Antras | -3/+3 |
| 2021-05-13 | global_asm! consts do not depend on other items | Amanieu d'Antras | -7/+4 |
| 2021-05-13 | Clarify error message when both asm! and global_asm! are unsupported | Amanieu d'Antras | -5/+6 |
| 2021-05-13 | Update global_asm! documentation | Amanieu d'Antras | -8/+41 |
| 2021-05-13 | Add tests for global_asm! | Amanieu d'Antras | -32/+455 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -800/+928 |
| 2021-05-13 | Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726 | bors | -51/+260 |
| 2021-05-13 | Auto merge of #85258 - GuillaumeGomez:rollup-kzay7o5, r=GuillaumeGomez | bors | -329/+258 |
| 2021-05-13 | Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwco | Guillaume Gomez | -41/+10 |
| 2021-05-13 | Rollup merge of #85177 - tspiteri:wrapping-bits, r=joshtriplett | Guillaume Gomez | -0/+15 |
| 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 | -14/+83 |
| 2021-05-13 | Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk | bors | -608/+106 |
| 2021-05-13 | fix test suite | Ralf Jung | -70/+59 |
| 2021-05-13 | update stdarch | Ralf Jung | -0/+0 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -52/+1013 |
| 2021-05-13 | have on_completion record subcycles | Niko Matsakis | -84/+122 |
| 2021-05-13 | introduce a unit testing feature `rustc_evaluate_where_clauses` | Niko Matsakis | -3/+174 |
| 2021-05-13 | Auto merge of #85041 - mibac138:suggest-generics, r=estebank | bors | -9/+190 |
| 2021-05-13 | Auto merge of #84732 - DrChat:asm_powerpc, r=Amanieu | bors | -1/+356 |
| 2021-05-13 | Auto merge of #83759 - SkiFire13:fix-diag, r=estebank | bors | -128/+909 |
| 2021-05-12 | Don't suggest adding `'static` lifetime to arguments | Aaron Hill | -41/+10 |
| 2021-05-13 | Auto merge of #82069 - Aaron1011:verbose-in-macro, r=estebank | bors | -744/+744 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -744/+744 |
| 2021-05-12 | Auto merge of #85218 - kornelski:pointerinline, r=scottmcm | bors | -25/+25 |
| 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 | -6/+88 |
| 2021-05-12 | Auto merge of #85231 - GuillaumeGomez:rollup-hufe4gz, r=GuillaumeGomez | bors | -133/+349 |
| 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 | -1/+207 |
| 2021-05-12 | add check that simd_shuffle arguments are constants | Ralf Jung | -1/+15 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -254/+4 |
| 2021-05-12 | rustc_args_required_const is no longer a promotion site | Ralf Jung | -283/+28 |
| 2021-05-12 | Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakis | bors | -83/+649 |
| 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 | Fix diagnostics spans for missing lifetimes in edge cases | Giacomo Stevanato | -6/+28 |