| Age | Commit message (Expand) | Author | Lines |
| 2022-01-20 | Extra cfg_hide a bit to handle inner cfgs | Guillaume Gomez | -16/+11 |
| 2022-01-20 | Update doc_auto_cfg test | Guillaume Gomez | -2/+8 |
| 2022-01-20 | Exclude "test" from doc_auto_cfg rendering | Guillaume Gomez | -16/+50 |
| 2022-01-20 | Auto merge of #92138 - AngelicosPhosphoros:try_smarter_vec_from_iter_48994_2,... | bors | -3/+9 |
| 2022-01-19 | Auto merge of #93085 - matthiaskrgr:rollup-mgpu2ju, r=matthiaskrgr | bors | -197/+247 |
| 2022-01-19 | Rollup merge of #93077 - lcnr:write_substs, r=oli-obk | Matthias Krüger | -8/+4 |
| 2022-01-19 | Rollup merge of #93065 - dtolnay:ringbuffer, r=lcnr | Matthias Krüger | -112/+103 |
| 2022-01-19 | Rollup merge of #93005 - GuillaumeGomez:templates-in-html, r=notriddle | Matthias Krüger | -1/+5 |
| 2022-01-19 | Rollup merge of #92800 - ehuss:docs-fallback, r=Mark-Simulacrum | Matthias Krüger | -46/+69 |
| 2022-01-19 | Rollup merge of #92630 - steffahn:lift_bounds_on_BuildHasherDefault, r=yaahc | Matthias Krüger | -11/+8 |
| 2022-01-19 | Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiser | Matthias Krüger | -19/+58 |
| 2022-01-19 | Add assert that fallback targets must be available. | Eric Huss | -1/+4 |
| 2022-01-19 | Auto merge of #93069 - matthiaskrgr:rollup-gx1vkp7, r=matthiaskrgr | bors | -1683/+2041 |
| 2022-01-19 | Improve estimation of capacity in Vec::from_iter | AngelicosPhosphoros | -3/+9 |
| 2022-01-19 | remove `is_noop` | lcnr | -8/+4 |
| 2022-01-19 | Move back templates into html folder | Guillaume Gomez | -1/+5 |
| 2022-01-19 | Rollup merge of #93062 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-01-19 | Rollup merge of #93051 - m-ou-se:is-some-with, r=yaahc | Matthias Krüger | -0/+70 |
| 2022-01-19 | Rollup merge of #93041 - pierwill:rm-unused-defid-ords, r=cjgillot | Matthias Krüger | -16/+6 |
| 2022-01-19 | Rollup merge of #92920 - dtolnay:printtidy, r=cjgillot | Matthias Krüger | -1200/+1220 |
| 2022-01-19 | Rollup merge of #92797 - jsha:fewer-lines, r=GuillaumeGomez | Matthias Krüger | -22/+6 |
| 2022-01-19 | Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakis | Matthias Krüger | -6/+87 |
| 2022-01-19 | Rollup merge of #92124 - AngelicosPhosphoros:remove_extra_alloc_in_cstring_ne... | Matthias Krüger | -22/+45 |
| 2022-01-19 | Rollup merge of #91278 - SparrowLii:place, r=spastorino | Matthias Krüger | -76/+67 |
| 2022-01-19 | Rollup merge of #89621 - digama0:patch-2, r=yaahc | Matthias Krüger | -1/+4 |
| 2022-01-19 | Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasper | Matthias Krüger | -340/+536 |
| 2022-01-19 | Auto merge of #93063 - ehuss:update-cargo, r=ehuss | bors | -11/+47 |
| 2022-01-18 | Eliminate left and right cursors in favor of ring buffer | David Tolnay | -30/+33 |
| 2022-01-18 | Eliminate eof token state | David Tolnay | -42/+44 |
| 2022-01-18 | Simplify the buffer push done by scan_break | David Tolnay | -8/+3 |
| 2022-01-18 | Update books | Eric Huss | -0/+0 |
| 2022-01-18 | Eliminate a check_stack call on an empty scan stack | David Tolnay | -1/+1 |
| 2022-01-18 | Index a single time in check_stack | David Tolnay | -4/+5 |
| 2022-01-18 | Implement check_stack nonrecursively | David Tolnay | -9/+10 |
| 2022-01-18 | Implement check_stream nonrecursively | David Tolnay | -3/+3 |
| 2022-01-18 | Replace `if` + `unwrap` with `if let` in check_stack | David Tolnay | -2/+1 |
| 2022-01-18 | Ensure Printer buf is always indexed using self.left or self.right | David Tolnay | -3/+3 |
| 2022-01-18 | Inline Printer's scan_pop_bottom method | David Tolnay | -5/+1 |
| 2022-01-18 | Inline Printer's scan_top method | David Tolnay | -5/+1 |
| 2022-01-18 | Inline Printer's scan_pop method | David Tolnay | -7/+3 |
| 2022-01-18 | Update cargo | Eric Huss | -11/+47 |
| 2022-01-18 | Simplify ring buffer pushes | David Tolnay | -7/+12 |
| 2022-01-18 | Inline Printer's scan_push method | David Tolnay | -8/+6 |
| 2022-01-18 | Inline Printer's advance_right method | David Tolnay | -9/+8 |
| 2022-01-18 | Remove horizontal lines at top of page | Jacob Hoffman-Andrews | -22/+6 |
| 2022-01-19 | Fix is_some_with tests. | Mara Bos | -8/+13 |
| 2022-01-18 | Auto merge of #93048 - matthiaskrgr:rollup-cz5ma34, r=matthiaskrgr | bors | -741/+901 |
| 2022-01-18 | Formally implement let chains | Caio | -340/+536 |
| 2022-01-18 | Improve is_err_with example. | Mara Bos | -6/+8 |
| 2022-01-18 | Add is_some_with tracking issue number. | Mara Bos | -3/+3 |