| Age | Commit message (Expand) | Author | Lines |
| 2020-04-29 | Rollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wording, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2020-04-27 | Rollup merge of #67841 - sfackler:can-vector, r=Amaneiu | Dylan DPC | -0/+565 |
| 2020-04-27 | fix wasi | Steven Fackler | -2/+2 |
| 2020-04-26 | fix wasm build | Steven Fackler | -0/+8 |
| 2020-04-26 | Suppress file length check temporarily | Steven Fackler | -0/+1 |
| 2020-04-26 | Fix stragglers | Steven Fackler | -9/+9 |
| 2020-04-26 | Update name | Steven Fackler | -158/+158 |
| 2020-04-26 | Add Read/Write::can_read/write_vectored | Steven Fackler | -0/+556 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-04-25 | Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC | bors | -11/+6 |
| 2020-04-25 | Rollup merge of #71545 - Askaholic:patch-1, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -9/+4 |
| 2020-04-25 | Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievink | bors | -154/+24 |
| 2020-04-25 | Bump rustfmt to most recently shipped | Mark Rousskov | -7/+19 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -147/+5 |
| 2020-04-25 | Fix comment in docstring example for Error::kind | Askaholic | -2/+2 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -9/+4 |
| 2020-04-25 | Rollup merge of #71535 - workingjubilee:jubilee-markdown-fix, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-04-24 | Fix typos in docs for keyword "in" | Jubilee Young | -2/+2 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -5/+11 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -1/+1 |
| 2020-04-22 | Rollup merge of #71414 - phansch:more-diagnostic-items, r=Manishearth | Dylan DPC | -0/+3 |
| 2020-04-22 | More diagnostic items for Clippy usage | Philipp Hansch | -0/+3 |
| 2020-04-22 | Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnay | Yuki Okushi | -12/+12 |
| 2020-04-20 | Use assoc float consts instead of module level | Linus Färnstrand | -11/+11 |
| 2020-04-20 | Stop accessing module level int consts via crate::<Ty> | Linus Färnstrand | -1/+1 |
| 2020-04-20 | Rollup merge of #71328 - Mark-Simulacrum:stabilize-pathbuf-capacity, r=sfackler | Dylan DPC | -8/+7 |
| 2020-04-20 | Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-04-19 | Stabilize PathBuf capacity methods | Mark Rousskov | -8/+7 |
| 2020-04-18 | Change wording on read_vectored docs | Nathan Abel | -2/+3 |
| 2020-04-17 | Rollup merge of #71167 - RalfJung:big-o, r=shepmaster | Dylan DPC | -6/+6 |
| 2020-04-17 | Fix unused results from mem::replace | Josh Stone | -1/+1 |
| 2020-04-16 | Dogfood or_patterns in the standard library | Josh Stone | -2/+3 |
| 2020-04-15 | Deprecate the asm! macro | Amanieu d'Antras | -0/+2 |
| 2020-04-15 | big-O notation: parenthesis, multiplication and backticks | Ralf Jung | -6/+6 |
| 2020-04-15 | Use fcntl() to set nonblock for solarish sockets | Patrick Mooney | -0/+8 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -16/+275 |
| 2020-04-14 | Add missing comma | Youngsuk Kim | -1/+1 |
| 2020-04-12 | Rollup merge of #71029 - Mark-Simulacrum:cargo-build, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-04-11 | Make panic-unwind a default feature for libstd | Luca Barbieri | -1/+1 |
| 2020-04-11 | Change issue number to point to tracking issue | Chai T. Rex | -1/+1 |
| 2020-04-10 | Fixed doc tests for added methods | Chai T. Rex | -0/+1 |
| 2020-04-10 | Add or_insert_with_key to Entry of HashMap/BTreeMap | Chai T. Rex | -0/+27 |
| 2020-04-09 | Rollup merge of #67705 - lzutao:wmemchr, r=wesleywiser | Mazdak Farrokhzad | -2/+46 |
| 2020-04-08 | Rollup merge of #70565 - Zoxc:inlines-query-system, r=davidtwco | Dylan DPC | -0/+1 |
| 2020-04-08 | Rollup merge of #70134 - hermitcore:osstrext, r=dtolnay | Dylan DPC | -1/+54 |
| 2020-04-07 | Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay | Dylan DPC | -1/+0 |
| 2020-04-07 | Rollup merge of #70201 - cuviper:clone_into, r=dtolnay | Dylan DPC | -2/+30 |
| 2020-04-06 | Forward OsStr::clone_into to the inner Vec | Josh Stone | -2/+13 |
| 2020-04-06 | Implement ToOwned::clone_into for CStr | Josh Stone | -0/+17 |