| Age | Commit message (Expand) | Author | Lines |
| 2021-07-27 | Remove min_type_alias_impl_trait feature | Santiago Pastorino | -168/+0 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -522/+2712 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -2252/+1187 |
| 2021-07-27 | bootstrap.py: remove unused `git log` option | Hudson Ayers | -1/+1 |
| 2021-07-27 | Add explanations for why we use Variant::Struct instead of Variant::Tuple for... | Guillaume Gomez | -0/+6 |
| 2021-07-27 | Rollup merge of #87503 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-07-27 | Rollup merge of #87502 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-07-27 | Rollup merge of #87497 - midgleyc:long-E0544, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2021-07-27 | Rollup merge of #86764 - estebank:issue-86756, r=pnkfelix | Yuki Okushi | -0/+58 |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -5/+55 |
| 2021-07-27 | Handle `--no-deps` flag same as `--fix` flag. | Nadir Fejzic | -3/+6 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -278/+219 |
| 2021-07-26 | Update mdbook. | Eric Huss | -1/+1 |
| 2021-07-26 | Update books | Eric Huss | -0/+0 |
| 2021-07-26 | Update cargo | Eric Huss | -0/+0 |
| 2021-07-27 | Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelix | bors | -7/+6 |
| 2021-07-26 | Add long explanation for E0544. | Chris Midgley | -1/+1 |
| 2021-07-26 | Auto merge of #87480 - GuillaumeGomez:rollup-3ly8t5d, r=GuillaumeGomez | bors | -15/+99 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -59/+171 |
| 2021-07-26 | Integrate context into the memorial to Anna | James Munns | -6/+10 |
| 2021-07-26 | Pass correct line number for indented code blocks. | Abdalrhman Mohamed | -1/+29 |
| 2021-07-26 | Mir borrowck does not generate lifetime variables for 'static lifetimes durin... | Oli Scherer | -0/+73 |
| 2021-07-26 | Include more information in --help | Nadir Fejzic | -2/+4 |
| 2021-07-26 | Rollup merge of #87474 - GuillaumeGomez:missing-whitespace-after-attr, r=notr... | Guillaume Gomez | -1/+1 |
| 2021-07-26 | Rollup merge of #87464 - camelid:rm-union-structhead, r=jyn514 | Guillaume Gomez | -4/+2 |
| 2021-07-26 | Rollup merge of #87458 - ibraheemdev:help-msg-block-borrow, r=oli-obk | Guillaume Gomez | -1/+33 |
| 2021-07-26 | Rollup merge of #87444 - camelid:flatten-nested-format, r=jyn514 | Guillaume Gomez | -2/+2 |
| 2021-07-26 | Rollup merge of #87436 - ebobrow:suggest-semicolon, r=oli-obk | Guillaume Gomez | -7/+61 |
| 2021-07-26 | Add missing whitespace after attribute in HTML template | Guillaume Gomez | -1/+1 |
| 2021-07-26 | Add test for enum item tuple fields documentation | Guillaume Gomez | -4/+21 |
| 2021-07-26 | Add support for tuple struct fields documentation in enums as well | Guillaume Gomez | -6/+8 |
| 2021-07-26 | 2229: Don't capture preicese paths on top of a union | Aman Arora | -0/+90 |
| 2021-07-25 | Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt | Caleb Cartwright | -291/+276 |
| 2021-07-25 | chore: disable clippy::matches_like_macro lint | Caleb Cartwright | -0/+2 |
| 2021-07-25 | fix a bunch of clippy warnings | Matthias Krüger | -205/+130 |
| 2021-07-25 | fix: correct arm leading pipe check (#4880) | Caleb Cartwright | -3/+4 |
| 2021-07-25 | Adjusting help message (#4865) | Michael Murphy | -7/+10 |
| 2021-07-25 | Improve pasta copyability of `merge_imports` deprecation message | Casey Rodarmor | -1/+1 |
| 2021-07-25 | Allow `--edition 2021` to be passed to rustfmt | Ruby Lazuli | -0/+1 |
| 2021-07-25 | Remove unnecessary `structhead` parameter from `render_union` | Noah Lev | -4/+2 |
| 2021-07-25 | Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume... | bors | -218/+231 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -218/+231 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -1/+4 |
| 2021-07-25 | Add test for tuple struct documentation fields | Guillaume Gomez | -0/+19 |
| 2021-07-25 | Add support for tuple structs' fields documentation | Guillaume Gomez | -9/+12 |
| 2021-07-25 | Auto merge of #86595 - a1phyr:allocator_api_for_vecdeque, r=Amanieu | bors | -2/+2 |
| 2021-07-25 | Fix failing test | Benoît du Garreau | -2/+2 |
| 2021-07-25 | fix help message for modification to &T created by &{t} | ibraheemdev | -1/+33 |
| 2021-07-25 | Auto merge of #86438 - FabianWolff:issue-83693, r=jackh726 | bors | -0/+87 |
| 2021-07-25 | fix test/ui/borrowck/issue-33819 | ibraheemdev | -1/+1 |