| Age | Commit message (Expand) | Author | Lines |
| 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 | -0/+165 |
| 2021-05-13 | Auto merge of #83759 - SkiFire13:fix-diag, r=estebank | bors | -41/+786 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -647/+647 |
| 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 | 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 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -0/+15 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -1/+1 |
| 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-11 | Add initial asm!() support for PowerPC | Dr. Chat | -0/+165 |
| 2021-05-12 | Rollup merge of #85196 - richkadel:reverts-cover-unreachable-statements, r=tm... | Yuki Okushi | -54/+49 |
| 2021-05-12 | Rollup merge of #85191 - GuillaumeGomez:improve-rustdoc-gui-tester, r=Mark-Si... | Yuki Okushi | -21/+24 |
| 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-12 | Rollup merge of #83501 - camelid:rustdoc-layout, r=jyn514,GuillaumeGomez | Yuki Okushi | -0/+58 |
| 2021-05-11 | Add explanatory comment to the issue-84976.rs test case | Fabian Wolff | -4/+8 |
| 2021-05-11 | Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman... | Rich Kadel | -54/+49 |
| 2021-05-11 | Update toggle-docs GUI test to last version | Guillaume Gomez | -4/+7 |
| 2021-05-11 | Move rustdoc-gui rust libraries into their own folder and prepare the field f... | Guillaume Gomez | -17/+17 |
| 2021-05-11 | Disable layout docs for type aliases for now | Camelid | -4/+0 |
| 2021-05-11 | Add note to docs when layout cannot be computed | Camelid | -1/+9 |
| 2021-05-11 | Add test case for zero-sized types | Camelid | -0/+4 |
| 2021-05-11 | Make test more specific | Camelid | -1/+1 |
| 2021-05-11 | Only show type layout info if `--show-type-layout` is passed | Camelid | -0/+6 |
| 2021-05-11 | Show memory layout for type aliases | Camelid | -1/+2 |
| 2021-05-11 | Add test for memory layout information | Camelid | -0/+43 |
| 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 | Auto merge of #85023 - RalfJung:array-to-raw-elem, r=Mark-Simulacrum | bors | -18/+241 |
| 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 | -74/+220 |
| 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 | Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jsha | Guillaume Gomez | -0/+13 |
| 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 |
| 2021-05-10 | Add test for source code clickable line number | Guillaume Gomez | -0/+13 |
| 2021-05-10 | Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jsha | bors | -10/+10 |
| 2021-05-10 | Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisa | bors | -14/+2 |
| 2021-05-10 | Update rustdoc test | Guillaume Gomez | -10/+10 |