about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-04-29Rollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wording, r=Dylan-DPCDylan DPC-2/+3
2020-04-27Rollup merge of #67841 - sfackler:can-vector, r=AmaneiuDylan DPC-0/+565
2020-04-27fix wasiSteven Fackler-2/+2
2020-04-26fix wasm buildSteven Fackler-0/+8
2020-04-26Suppress file length check temporarilySteven Fackler-0/+1
2020-04-26Fix stragglersSteven Fackler-9/+9
2020-04-26Update nameSteven Fackler-158/+158
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+556
2020-04-26fix more clippy warningsMatthias Krüger-1/+1
2020-04-25Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPCbors-11/+6
2020-04-25Rollup merge of #71545 - Askaholic:patch-1, r=jonas-schievinkDylan DPC-2/+2
2020-04-25Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-SimulacrumDylan DPC-9/+4
2020-04-25Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievinkbors-154/+24
2020-04-25Bump rustfmt to most recently shippedMark Rousskov-7/+19
2020-04-25Bump bootstrap compilerMark Rousskov-147/+5
2020-04-25Fix comment in docstring example for Error::kindAskaholic-2/+2
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-9/+4
2020-04-25Rollup merge of #71535 - workingjubilee:jubilee-markdown-fix, r=Mark-SimulacrumDylan DPC-2/+2
2020-04-24Fix typos in docs for keyword "in"Jubilee Young-2/+2
2020-04-24Avoid unused Option::map resultsJosh Stone-5/+11
2020-04-22Rollup merge of #71256 - cuviper:must_use_replace, r=estebankDylan DPC-1/+1
2020-04-22Rollup merge of #71414 - phansch:more-diagnostic-items, r=ManishearthDylan DPC-0/+3
2020-04-22More diagnostic items for Clippy usagePhilipp Hansch-0/+3
2020-04-22Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnayYuki Okushi-12/+12
2020-04-20Use assoc float consts instead of module levelLinus Färnstrand-11/+11
2020-04-20Stop accessing module level int consts via crate::<Ty>Linus Färnstrand-1/+1
2020-04-20Rollup merge of #71328 - Mark-Simulacrum:stabilize-pathbuf-capacity, r=sfacklerDylan DPC-8/+7
2020-04-20Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrumbors-0/+2
2020-04-19Stabilize PathBuf capacity methodsMark Rousskov-8/+7
2020-04-18Change wording on read_vectored docsNathan Abel-2/+3
2020-04-17Rollup merge of #71167 - RalfJung:big-o, r=shepmasterDylan DPC-6/+6
2020-04-17Fix unused results from mem::replaceJosh Stone-1/+1
2020-04-16Dogfood or_patterns in the standard libraryJosh Stone-2/+3
2020-04-15Deprecate the asm! macroAmanieu d'Antras-0/+2
2020-04-15big-O notation: parenthesis, multiplication and backticksRalf Jung-6/+6
2020-04-15Use fcntl() to set nonblock for solarish socketsPatrick Mooney-0/+8
2020-04-14Add illumos triplePatrick Mooney-16/+275
2020-04-14Add missing commaYoungsuk Kim-1/+1
2020-04-12Rollup merge of #71029 - Mark-Simulacrum:cargo-build, r=Mark-SimulacrumDylan DPC-1/+1
2020-04-11Make panic-unwind a default feature for libstdLuca Barbieri-1/+1
2020-04-11Change issue number to point to tracking issueChai T. Rex-1/+1
2020-04-10Fixed doc tests for added methodsChai T. Rex-0/+1
2020-04-10Add or_insert_with_key to Entry of HashMap/BTreeMapChai T. Rex-0/+27
2020-04-09Rollup merge of #67705 - lzutao:wmemchr, r=wesleywiserMazdak Farrokhzad-2/+46
2020-04-08Rollup merge of #70565 - Zoxc:inlines-query-system, r=davidtwcoDylan DPC-0/+1
2020-04-08Rollup merge of #70134 - hermitcore:osstrext, r=dtolnayDylan DPC-1/+54
2020-04-07Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnayDylan DPC-1/+0
2020-04-07Rollup merge of #70201 - cuviper:clone_into, r=dtolnayDylan DPC-2/+30
2020-04-06Forward OsStr::clone_into to the inner VecJosh Stone-2/+13
2020-04-06Implement ToOwned::clone_into for CStrJosh Stone-0/+17