about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-01-20Extra cfg_hide a bit to handle inner cfgsGuillaume Gomez-16/+11
2022-01-20Update doc_auto_cfg testGuillaume Gomez-2/+8
2022-01-20Exclude "test" from doc_auto_cfg renderingGuillaume Gomez-16/+50
2022-01-20Auto merge of #92138 - AngelicosPhosphoros:try_smarter_vec_from_iter_48994_2,...bors-3/+9
2022-01-19Auto merge of #93085 - matthiaskrgr:rollup-mgpu2ju, r=matthiaskrgrbors-197/+247
2022-01-19Rollup merge of #93077 - lcnr:write_substs, r=oli-obkMatthias Krüger-8/+4
2022-01-19Rollup merge of #93065 - dtolnay:ringbuffer, r=lcnrMatthias Krüger-112/+103
2022-01-19Rollup merge of #93005 - GuillaumeGomez:templates-in-html, r=notriddleMatthias Krüger-1/+5
2022-01-19Rollup merge of #92800 - ehuss:docs-fallback, r=Mark-SimulacrumMatthias Krüger-46/+69
2022-01-19Rollup merge of #92630 - steffahn:lift_bounds_on_BuildHasherDefault, r=yaahcMatthias Krüger-11/+8
2022-01-19Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiserMatthias Krüger-19/+58
2022-01-19Add assert that fallback targets must be available.Eric Huss-1/+4
2022-01-19Auto merge of #93069 - matthiaskrgr:rollup-gx1vkp7, r=matthiaskrgrbors-1683/+2041
2022-01-19Improve estimation of capacity in Vec::from_iterAngelicosPhosphoros-3/+9
2022-01-19remove `is_noop`lcnr-8/+4
2022-01-19Move back templates into html folderGuillaume Gomez-1/+5
2022-01-19Rollup merge of #93062 - ehuss:update-books, r=ehussMatthias Krüger-0/+0
2022-01-19Rollup merge of #93051 - m-ou-se:is-some-with, r=yaahcMatthias Krüger-0/+70
2022-01-19Rollup merge of #93041 - pierwill:rm-unused-defid-ords, r=cjgillotMatthias Krüger-16/+6
2022-01-19Rollup merge of #92920 - dtolnay:printtidy, r=cjgillotMatthias Krüger-1200/+1220
2022-01-19Rollup merge of #92797 - jsha:fewer-lines, r=GuillaumeGomezMatthias Krüger-22/+6
2022-01-19Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakisMatthias Krüger-6/+87
2022-01-19Rollup merge of #92124 - AngelicosPhosphoros:remove_extra_alloc_in_cstring_ne...Matthias Krüger-22/+45
2022-01-19Rollup merge of #91278 - SparrowLii:place, r=spastorinoMatthias Krüger-76/+67
2022-01-19Rollup merge of #89621 - digama0:patch-2, r=yaahcMatthias Krüger-1/+4
2022-01-19Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasperMatthias Krüger-340/+536
2022-01-19Auto merge of #93063 - ehuss:update-cargo, r=ehussbors-11/+47
2022-01-18Eliminate left and right cursors in favor of ring bufferDavid Tolnay-30/+33
2022-01-18Eliminate eof token stateDavid Tolnay-42/+44
2022-01-18Simplify the buffer push done by scan_breakDavid Tolnay-8/+3
2022-01-18Update booksEric Huss-0/+0
2022-01-18Eliminate a check_stack call on an empty scan stackDavid Tolnay-1/+1
2022-01-18Index a single time in check_stackDavid Tolnay-4/+5
2022-01-18Implement check_stack nonrecursivelyDavid Tolnay-9/+10
2022-01-18Implement check_stream nonrecursivelyDavid Tolnay-3/+3
2022-01-18Replace `if` + `unwrap` with `if let` in check_stackDavid Tolnay-2/+1
2022-01-18Ensure Printer buf is always indexed using self.left or self.rightDavid Tolnay-3/+3
2022-01-18Inline Printer's scan_pop_bottom methodDavid Tolnay-5/+1
2022-01-18Inline Printer's scan_top methodDavid Tolnay-5/+1
2022-01-18Inline Printer's scan_pop methodDavid Tolnay-7/+3
2022-01-18Update cargoEric Huss-11/+47
2022-01-18Simplify ring buffer pushesDavid Tolnay-7/+12
2022-01-18Inline Printer's scan_push methodDavid Tolnay-8/+6
2022-01-18Inline Printer's advance_right methodDavid Tolnay-9/+8
2022-01-18Remove horizontal lines at top of pageJacob Hoffman-Andrews-22/+6
2022-01-19Fix is_some_with tests.Mara Bos-8/+13
2022-01-18Auto merge of #93048 - matthiaskrgr:rollup-cz5ma34, r=matthiaskrgrbors-741/+901
2022-01-18Formally implement let chainsCaio-340/+536
2022-01-18Improve is_err_with example.Mara Bos-6/+8
2022-01-18Add is_some_with tracking issue number.Mara Bos-3/+3