| Age | Commit message (Expand) | Author | Lines |
| 2021-12-07 | Remove unneeded access to pretty printer's `s` field in favor of deref | David Tolnay | -342/+342 |
| 2021-12-07 | Auto merge of #91627 - matthiaskrgr:rollup-z3e2peg, r=matthiaskrgr | bors | -60/+614 |
| 2021-12-07 | Rollup merge of #91622 - lnicola:rust-analyzer-2021-12-07, r=lnicola | Matthias Krüger | -15/+15 |
| 2021-12-07 | Rollup merge of #91620 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2021-12-07 | Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum | Matthias Krüger | -6/+14 |
| 2021-12-07 | Rollup merge of #91547 - TennyZhuang:suggest_try_reserve, r=scottmcm | Matthias Krüger | -6/+6 |
| 2021-12-07 | Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoerister | Matthias Krüger | -21/+29 |
| 2021-12-07 | Rollup merge of #91493 - oli-obk:cleanup, r=michaelwoerister | Matthias Krüger | -5/+8 |
| 2021-12-07 | Rollup merge of #91341 - scottmcm:array-iter-frp, r=kennytm | Matthias Krüger | -0/+131 |
| 2021-12-07 | Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726 | Matthias Krüger | -4/+44 |
| 2021-12-07 | Rollup merge of #91065 - wesleywiser:add_incr_test, r=jackh726 | Matthias Krüger | -0/+299 |
| 2021-12-07 | Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum | Matthias Krüger | -3/+68 |
| 2021-12-07 | Auto merge of #85013 - Mark-Simulacrum:dominators-bitset, r=pnkfelix | bors | -51/+235 |
| 2021-12-06 | s/from_raw_parts/new_unchecked/ | Scott McMurray | -3/+3 |
| 2021-12-07 | :arrow_up: rust-analyzer | Laurențiu Nicola | -15/+15 |
| 2021-12-06 | Update books | Eric Huss | -0/+0 |
| 2021-12-07 | Auto merge of #91599 - RalfJung:miri, r=RalfJung | bors | -8/+15 |
| 2021-12-06 | Recommend fix `count()` -> `len()` on slices | Michael Howell | -3/+68 |
| 2021-12-06 | Annotate comments onto the LT algorithm | Mark Rousskov | -2/+102 |
| 2021-12-07 | Auto merge of #91590 - flip1995:clippyup, r=Manishearth | bors | -3254/+9892 |
| 2021-12-06 | Avoid using Option where values are always Some | Mark Rousskov | -9/+13 |
| 2021-12-06 | Create newtype around the pre order index | Mark Rousskov | -32/+41 |
| 2021-12-06 | Use variables rather than lengths directly | Mark Rousskov | -10/+13 |
| 2021-12-06 | Optimize: reuse the real-to-preorder mapping as the visited set | Mark Rousskov | -4/+2 |
| 2021-12-06 | Remove separate RPO traversal | Mark Rousskov | -17/+7 |
| 2021-12-06 | Use preorder indices for data structures | Mark Rousskov | -53/+38 |
| 2021-12-06 | Avoid inserting into buckets if not necessary | Mark Rousskov | -1/+7 |
| 2021-12-06 | Optimization: process buckets only once | Mark Rousskov | -7/+8 |
| 2021-12-06 | Optimization: Merge parent and ancestor arrays | Mark Rousskov | -10/+21 |
| 2021-12-06 | Implement the simple Lengauer-Tarjan algorithm | Mark Rousskov | -39/+116 |
| 2021-12-06 | update Miri | Ralf Jung | -8/+15 |
| 2021-12-06 | Fix AnonConst ICE | threadexception | -4/+44 |
| 2021-12-06 | Auto merge of #91279 - scottmcm:small-refactor, r=nagisa | bors | -23/+11 |
| 2021-12-06 | Update Cargo.lock | flip1995 | -11/+16 |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -3243/+9876 |
| 2021-12-06 | Auto merge of #91580 - scottmcm:less-inband-1-of-28, r=petrochenkov | bors | -15/+13 |
| 2021-12-06 | Add tracking issue; make `empty` const too (unstably) | Scott McMurray | -4/+7 |
| 2021-12-06 | Move the doc test to edition2021 | Scott McMurray | -6/+5 |
| 2021-12-06 | Add `array::IntoIter::{empty, from_raw_parts}` | Scott McMurray | -0/+129 |
| 2021-12-06 | Auto merge of #91565 - dtolnay:printhelpers, r=jackh726 | bors | -114/+30 |
| 2021-12-06 | Auto merge of #8077 - nixxquality:single_char_pattern-false-negatives, r=cams... | bors | -43/+88 |
| 2021-12-05 | Stop enabling `in_band_lifetimes` in rustc_data_structures | Scott McMurray | -15/+13 |
| 2021-12-06 | Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu | bors | -8/+38 |
| 2021-12-06 | Auto merge of #91573 - matthiaskrgr:rollup-wcygm2r, r=matthiaskrgr | bors | -18/+86 |
| 2021-12-06 | Rollup merge of #91563 - Aaron1011:bump-llvm-stamp, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-12-06 | Rollup merge of #91554 - r00ster91:patch-3, r=GuillaumeGomez | Matthias Krüger | -3/+2 |
| 2021-12-06 | Rollup merge of #91537 - sunshowers:m68k-gnu, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-12-06 | Rollup merge of #91391 - GuillaumeGomez:simplify-no-headless, r=jsha | Matthias Krüger | -4/+7 |
| 2021-12-06 | Rollup merge of #91367 - FabianWolff:issue-91334-ice, r=nagisa | Matthias Krüger | -9/+75 |
| 2021-12-05 | Fix dogfood | nixx quality | -8/+8 |