| Age | Commit message (Expand) | Author | Lines |
| 2021-03-07 | Remove notes, increase S/N ratio | Esteban Küber | -21/+11 |
| 2021-03-07 | Add help for `matches` for `if let` in arm guard | Esteban Küber | -1/+7 |
| 2021-03-07 | Add help suggesting `matches` to `let_chains` lint | Esteban Küber | -1/+53 |
| 2021-03-07 | Account for `if (let pat = expr) {}` | Esteban Küber | -227/+212 |
| 2021-03-03 | Auto merge of #82702 - jyn514:downgrade-err, r=Manishearth | bors | -17/+54 |
| 2021-03-03 | Auto merge of #82553 - tmiasko:update-tracing, r=Mark-Simulacrum | bors | -20/+24 |
| 2021-03-03 | Change error about unknown doc attributes to a warning | Joshua Nelson | -17/+54 |
| 2021-03-03 | Auto merge of #82704 - RalfJung:miri-atomic-minmax, r=oli-obk | bors | -13/+16 |
| 2021-03-03 | Auto merge of #82718 - JohnTitor:rollup-vpfx3j2, r=JohnTitor | bors | -145/+312 |
| 2021-03-03 | Rollup merge of #82713 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-03 | Rollup merge of #82712 - CDirkx:cfg-target_os, r=dtolnay | Yuki Okushi | -1/+1 |
| 2021-03-03 | Rollup merge of #82710 - peter-kehl:FloatToInit_82709, r=sfackler | Yuki Okushi | -1/+1 |
| 2021-03-03 | Rollup merge of #82706 - klensy:expn-data, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2021-03-03 | Rollup merge of #82695 - XAMPPRocky:remove-non-power-of-two-limit, r=nagisa | Yuki Okushi | -58/+5 |
| 2021-03-03 | Rollup merge of #82689 - camelid:rustdoc-nominated, r=Manishearth | Yuki Okushi | -0/+9 |
| 2021-03-03 | Rollup merge of #82589 - LinkTed:master, r=joshtriplett | Yuki Okushi | -45/+48 |
| 2021-03-03 | Rollup merge of #82469 - notriddle:bring-our-own-diff, r=Mark-Simulacrum | Yuki Okushi | -13/+82 |
| 2021-03-03 | Rollup merge of #82439 - ssomers:btree_fix_unsafety, r=Mark-Simulacrum | Yuki Okushi | -16/+15 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -10/+150 |
| 2021-03-03 | Auto merge of #76345 - okready:sgx-mem-range-overflow-checks, r=joshtriplett | bors | -8/+34 |
| 2021-03-02 | Update cargo | Eric Huss | -0/+0 |
| 2021-03-03 | Remove unnecessary conditional `cfg(target_os)` for `redox` and `vxworks` | Christiaan Dirkx | -1/+1 |
| 2021-03-02 | Auto merge of #82562 - llogiq:one-up-82248, r=oli-obk | bors | -12/+26 |
| 2021-03-02 | FloatToInit: Replacing round_unchecked_to --> to_int_unchecked | Peter Kehl | -1/+1 |
| 2021-03-02 | use outer_expn_data() instead of outer_expn().expn_data() | klensy | -1/+1 |
| 2021-03-02 | update Miri | Ralf Jung | -9/+16 |
| 2021-03-02 | enable atomic_min/max tests in Miri | Ralf Jung | -4/+0 |
| 2021-03-02 | Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm | bors | -78/+30 |
| 2021-03-02 | Auto merge of #82698 - JohnTitor:rollup-htd533c, r=JohnTitor | bors | -328/+608 |
| 2021-03-02 | Rollup merge of #82691 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-02 | Rollup merge of #82661 - lnicola:rust-analyzer-2021-03-01, r=jonas-schievink | Yuki Okushi | -17/+15 |
| 2021-03-02 | Rollup merge of #82627 - JohnTitor:issue-82612, r=estebank | Yuki Okushi | -1/+54 |
| 2021-03-02 | Rollup merge of #82597 - noslaver:fix-82137, r=nagisa | Yuki Okushi | -17/+14 |
| 2021-03-02 | Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichton | Yuki Okushi | -0/+37 |
| 2021-03-02 | Rollup merge of #82579 - osa1:issue82566, r=estebank | Yuki Okushi | -4/+134 |
| 2021-03-02 | Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obk | Yuki Okushi | -45/+89 |
| 2021-03-02 | Rollup merge of #82376 - tmiasko:inline-options, r=oli-obk | Yuki Okushi | -21/+29 |
| 2021-03-02 | Rollup merge of #80874 - jyn514:intra-doc-docs, r=Manishearth | Yuki Okushi | -13/+62 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -210/+174 |
| 2021-03-02 | Fix UI errors | Erin Power | -18/+3 |
| 2021-03-02 | Auto merge of #82634 - osa1:osa1/remove_old_fixme, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-03-02 | Revert non-power-of-two vector restriction | Erin Power | -40/+2 |
| 2021-03-02 | Auto merge of #82688 - GuillaumeGomez:rollup-b754t11, r=GuillaumeGomez | bors | -202/+503 |
| 2021-03-01 | meta: Notify Zulip for rustdoc nominated issues | Camelid | -0/+9 |
| 2021-03-01 | Update books | Eric Huss | -0/+0 |
| 2021-03-02 | Rollup merge of #82676 - dtolnay:powers, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2021-03-02 | Rollup merge of #82662 - GuillaumeGomez:doc-attr-check, r=jyn514 | Guillaume Gomez | -0/+73 |
| 2021-03-02 | Rollup merge of #82655 - SkiFire13:fix-issue-81314, r=estebank | Guillaume Gomez | -59/+127 |
| 2021-03-02 | Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514 | Guillaume Gomez | -1/+20 |
| 2021-03-02 | Rollup merge of #82018 - jyn514:no-dummy-cache, r=camelid,GuillaumeGomez | Guillaume Gomez | -133/+82 |