| Age | Commit message (Expand) | Author | Lines |
| 2020-04-01 | Auto merge of #70414 - lopsided98:armv6-gcc-8, r=pietroalbini | bors | -743/+1035 |
| 2020-04-01 | Rollup merge of #70632 - tspiteri:vec-new, r=sfackler | Dylan DPC | -0/+6 |
| 2020-04-01 | Rollup merge of #70630 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-04-01 | Rollup merge of #70605 - Amanieu:pthread_msvcrt, r=varkor | Dylan DPC | -0/+2 |
| 2020-04-01 | Rollup merge of #70556 - Centril:fix-70552, r=estebank | Dylan DPC | -0/+12 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -176/+559 |
| 2020-04-01 | Rollup merge of #68770 - ssomers:btree_drain_filter, r=Amanieu | Dylan DPC | -14/+671 |
| 2020-03-31 | expand vec![] to Vec::new() | Trevor Spiteri | -0/+6 |
| 2020-03-31 | Update books. | Eric Huss | -0/+0 |
| 2020-03-31 | Rollup merge of #70614 - RalfJung:cons-prop-reloc, r=wesleywiser | Dylan DPC | -7/+4 |
| 2020-03-31 | Rollup merge of #70606 - GuillaumeGomez:cleanup-e0466, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-31 | Rollup merge of #70600 - danielframpton:aarch64-windows-tests, r=alexcrichton | Dylan DPC | -17/+0 |
| 2020-03-31 | Rollup merge of #70268 - tmiasko:sanitizer-docs, r=steveklabnik | Dylan DPC | -86/+150 |
| 2020-03-31 | Rollup merge of #69458 - Luro02:master, r=GuillaumeGomez,ollie27 | Dylan DPC | -40/+63 |
| 2020-03-31 | Rollup merge of #69425 - lcnr:make_contiguous, r=Amanieu | Dylan DPC | -53/+235 |
| 2020-03-31 | update unused_braces wording | Bastian Kauschke | -21/+20 |
| 2020-03-31 | add tests for `unused_braces` | Bastian Kauschke | -0/+134 |
| 2020-03-31 | update tests | Bastian Kauschke | -25/+31 |
| 2020-03-31 | fix internal lint fallout | Bastian Kauschke | -14/+15 |
| 2020-03-31 | fix docs | Bastian Kauschke | -1/+1 |
| 2020-03-31 | Rollup merge of #70613 - matthiaskrgr:cl5ppy_squashed, r=Centril | Mazdak Farrokhzad | -124/+102 |
| 2020-03-31 | Rollup merge of #70588 - Coder-256:str-split-at-docs, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-03-31 | Rollup merge of #70585 - alexcrichton:fix-wasi-align-alloc, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | Rollup merge of #70562 - lcnr:const-arr_len, r=Centril | Mazdak Farrokhzad | -23/+151 |
| 2020-03-31 | Rollup merge of #70561 - tshepang:obsolete-comment, r=petrochenkov | Mazdak Farrokhzad | -3/+0 |
| 2020-03-31 | Rollup merge of #70555 - Centril:fix-70549, r=petrochenkov | Mazdak Farrokhzad | -9/+82 |
| 2020-03-31 | Rollup merge of #70548 - Ersikan:master, r=GuillaumeGomez | Mazdak Farrokhzad | -3/+24 |
| 2020-03-31 | Rollup merge of #69784 - benesch:fast-strip-prefix-suffix, r=kennytm | Mazdak Farrokhzad | -30/+107 |
| 2020-03-31 | update `VecDeque::as_(mut)_slice` docs | Bastian Kauschke | -4/+4 |
| 2020-03-31 | remove unnecessary relocation check in const_prop | Ralf Jung | -7/+4 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -124/+102 |
| 2020-03-31 | Clean up E0466 explanation | Guillaume Gomez | -1/+1 |
| 2020-03-31 | improve folder name for persistent doc tests | Luro02 | -40/+63 |
| 2020-03-31 | Add missing -lmsvcrt on mingw after -lpthread | Amanieu d'Antras | -0/+2 |
| 2020-03-30 | Deduplicate crosstool-ng.sh | Ben Wolsieffer | -30/+6 |
| 2020-03-30 | Fix incorrect documentation for `str::{split_at, split_at_mut}` | Jacob Greenfield | -2/+2 |
| 2020-03-30 | std: Fix over-aligned allocations on wasm32-wasi | Alex Crichton | -1/+1 |
| 2020-03-30 | Auto merge of #70574 - matthiaskrgr:submodule_upd, r=Centril | bors | -12/+8 |
| 2020-03-30 | update tests, improve variable names | Bastian Kauschke | -12/+40 |
| 2020-03-30 | add test for array len inference | Bastian Kauschke | -0/+32 |
| 2020-03-30 | dedup docs | Bastian Kauschke | -1/+0 |
| 2020-03-30 | Correct long error message according to reviews | Julien Philippon | -2/+3 |
| 2020-03-30 | Document ThreadSanitizer in unstable-book | Tomasz Miąsko | -86/+150 |
| 2020-03-30 | infer arr len from pattern | Bastian Kauschke | -21/+90 |
| 2020-03-30 | submodules: update clippy from 70b93aab to e170c849 | Matthias Krüger | -12/+8 |
| 2020-03-30 | Optimize strip_prefix and strip_suffix with str patterns | Nikhil Benesch | -30/+107 |
| 2020-03-30 | Rollup merge of #70567 - JOE1994:patch-3, r=Centril | Dylan DPC | -1/+1 |
| 2020-03-30 | Rollup merge of #70559 - RalfJung:btree-test-miri, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -12/+18 |
| 2020-03-30 | Rollup merge of #70479 - RalfJung:win-env, r=Mark-Simulacrum | Dylan DPC | -1/+1 |