| Age | Commit message (Expand) | Author | Lines |
| 2021-07-29 | [backtraces]: look for the `begin` symbol only after seeing `end` | Wesley Wiser | -2/+13 |
| 2021-07-29 | Add regression test | Wesley Wiser | -0/+47 |
| 2021-07-28 | Auto merge of #86251 - Smittyvb:thir-tree-again, r=oli-obk | bors | -3/+88 |
| 2021-07-28 | Auto merge of #86735 - jhpratt:rfc-3107, r=petrochenkov | bors | -71/+506 |
| 2021-07-28 | Auto merge of #85769 - jhpratt:stabilize-const-transmute-union, r=RalfJung | bors | -535/+147 |
| 2021-07-27 | Update tests | Jacob Pratt | -455/+127 |
| 2021-07-27 | Stabilize `const_fn_union` | Jacob Pratt | -33/+5 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -47/+15 |
| 2021-07-27 | Auto merge of #80367 - camelid:check_match-combine-loop, r=Nadrieril | bors | -8/+3 |
| 2021-07-27 | Prohibit `#[default]` in invalid places | Jacob Pratt | -29/+131 |
| 2021-07-27 | Indicate E0665 is no longer emitted | Jacob Pratt | -1/+3 |
| 2021-07-27 | Add machine-applicable suggestions | Jacob Pratt | -8/+42 |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -74/+371 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -108/+524 |
| 2021-07-27 | Auto merge of #87509 - JohnTitor:rollup-8iqn6cl, r=JohnTitor | bors | -52/+180 |
| 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 #87499 - ibraheemdev:patch-6, r=dtolnay | Yuki Okushi | -14/+4 |
| 2021-07-27 | Rollup merge of #87497 - midgleyc:long-E0544, r=GuillaumeGomez | Yuki Okushi | -2/+31 |
| 2021-07-27 | Rollup merge of #87494 - midgleyc:comment-typos, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2021-07-27 | Rollup merge of #87446 - devnexen:macos_update, r=dtolnay | Yuki Okushi | -8/+5 |
| 2021-07-27 | Rollup merge of #87427 - RalfJung:no-mir-for, r=oli-obk | Yuki Okushi | -18/+4 |
| 2021-07-27 | Rollup merge of #87354 - Wind-River:2021_master, r=kennytm | Yuki Okushi | -1/+3 |
| 2021-07-27 | Rollup merge of #86764 - estebank:issue-86756, r=pnkfelix | Yuki Okushi | -2/+68 |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -6/+64 |
| 2021-07-27 | Auto merge of #87431 - the8472:array-iter-fold, r=kennytm | bors | -0/+27 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -335/+228 |
| 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 | -87/+47 |
| 2021-07-26 | update unicode-xid dependency | ibraheemdev | -2/+2 |
| 2021-07-27 | Auto merge of #87062 - poliorcetics:fix-85462, r=dtolnay | bors | -2/+58 |
| 2021-07-26 | Remove ASCII fast path from rustc_lexer::{is_id_continue, is_id_start} | Ibraheem Ahmed | -12/+2 |
| 2021-07-27 | from review: add a comment why try_fold was chosen instead of fold | The8472 | -0/+5 |
| 2021-07-26 | Add long explanation for E0544. | Chris Midgley | -2/+31 |
| 2021-07-26 | Auto merge of #87480 - GuillaumeGomez:rollup-3ly8t5d, r=GuillaumeGomez | bors | -81/+174 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -97/+257 |
| 2021-07-26 | fix typo: whenver -> whenever | Chris Midgley | -1/+1 |
| 2021-07-26 | Auto merge of #87469 - sexxi-goose:union, r=nikomatsakis | bors | -12/+124 |
| 2021-07-26 | Rollup merge of #87474 - GuillaumeGomez:missing-whitespace-after-attr, r=notr... | Guillaume Gomez | -1/+1 |
| 2021-07-26 | Rollup merge of #87473 - rylev:zulip-notify-edition-bugs, r=jyn514 | Guillaume Gomez | -0/+8 |
| 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 | -7/+37 |
| 2021-07-26 | Rollup merge of #87457 - devnexen:fbsd_remove_workaround, r=petrochenkov | Guillaume Gomez | -2/+1 |
| 2021-07-26 | Rollup merge of #87447 - RalfJung:not-null, r=oli-obk | Guillaume Gomez | -1/+5 |
| 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 | -64/+118 |
| 2021-07-26 | Auto merge of #86696 - rust-lang:relnotes-1.54.0, r=pietroalbini | bors | -1/+125 |
| 2021-07-26 | Use correct syntax | Ryan Levick | -2/+2 |
| 2021-07-26 | Add missing whitespace after attribute in HTML template | Guillaume Gomez | -1/+1 |