| Age | Commit message (Expand) | Author | Lines |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+1 |
| 2018-09-17 | Auto merge of #54247 - Munksgaard:better-error-message-in-no_lookup_host_dupl... | bors | -2/+3 |
| 2018-09-16 | Auto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapin | bors | -35/+5 |
| 2018-09-16 | Auto merge of #53804 - RalfJung:ptr-invalid, r=nagisa | bors | -1/+3 |
| 2018-09-15 | Improve output if no_lookup_host_duplicates fails | Philip Munksgaard | -2/+3 |
| 2018-09-14 | Move std::os::raw::c_void into libcore and re-export in libstd | Isaac Woods | -35/+5 |
| 2018-09-14 | Rollup merge of #54207 - QuietMisdreavus:never-docs-stab, r=kennytm | kennytm | -0/+1 |
| 2018-09-14 | Rollup merge of #54203 - cuviper:stable-os_str_str_ref_eq, r=estebank | kennytm | -2/+2 |
| 2018-09-14 | Rollup merge of #54194 - fintelia:patch-3, r=cramertj | kennytm | -2/+1 |
| 2018-09-13 | Auto merge of #54168 - kennytm:rollup, r=kennytm | bors | -30/+38 |
| 2018-09-13 | re-mark the never docs as unstable | QuietMisdreavus | -0/+1 |
| 2018-09-13 | Fix the stable release of os_str_str_ref_eq | Josh Stone | -2/+2 |
| 2018-09-13 | Eliminate unused variable warning | Jonathan Behrens | -1/+1 |
| 2018-09-13 | Remove println!() statement from HashMap unit test | Jonathan Behrens | -1/+0 |
| 2018-09-14 | Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister | kennytm | -0/+4 |
| 2018-09-14 | Rollup merge of #53976 - GuillaumeGomez:expect-world, r=steveklabnik | kennytm | -30/+34 |
| 2018-09-13 | Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichton | bors | -1/+63 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |
| 2018-09-12 | Rollup merge of #54107 - thevaleriemack:master, r=Mark-Simulacrum | kennytm | -4/+4 |
| 2018-09-12 | Rollup merge of #54064 - nagisa:tiny-typo, r=sfackler | kennytm | -2/+3 |
| 2018-09-12 | Rollup merge of #54046 - snaedis:issue-48022, r=steveklabnik | kennytm | -1/+2 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-10 | Add rustc SHA to released DWARF debuginfo | Alex Crichton | -0/+4 |
| 2018-09-10 | fix typos in growth algo description | Val | -4/+4 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -1/+1 |
| 2018-09-08 | `&CStr`, not `CStr`, is the counterpart of `&str` | Simonas Kazlauskas | -2/+3 |
| 2018-09-08 | Auto merge of #54051 - kennytm:rollup, r=kennytm | bors | -1/+6 |
| 2018-09-08 | Rollup merge of #53981 - fbernier:patch-1, r=sfackler | kennytm | -1/+6 |
| 2018-09-08 | Auto merge of #51366 - japaric:stable-panic-impl, r=Mark-Simulacrum | bors | -1/+0 |
| 2018-09-08 | Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum... | bors | -14/+4 |
| 2018-09-07 | Update documentation for fill_buf in std::io::BufRead | Alva Snædís | -1/+2 |
| 2018-09-07 | Fix tidy errors | Jordan Rhee | -1/+2 |
| 2018-09-07 | stabilize `#[panic_handler]` | Jorge Aparicio | -1/+0 |
| 2018-09-07 | Rollup merge of #53376 - frewsxcv:frewsxcv-copy, r=GuillaumeGomez | kennytm | -0/+11 |
| 2018-09-06 | Fix link | Guillaume Gomez | -3/+0 |
| 2018-09-06 | Fix invalid urls | Guillaume Gomez | -11/+4 |
| 2018-09-05 | Implement initializer() for FileDesc | François Bernier | -1/+6 |
| 2018-09-05 | Replace unwrap calls in example by expect | Guillaume Gomez | -30/+34 |
| 2018-09-05 | Auto merge of #53075 - Mark-Simulacrum:update-cargolock, r=alexcrichton | bors | -9/+10 |
| 2018-09-05 | Auto merge of #53027 - matklad:once_is_completed, r=alexcrichton | bors | -14/+59 |
| 2018-09-04 | Add target thumbv7a-pc-windows-msvc | Jordan Rhee | -1/+62 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -9/+10 |
| 2018-09-02 | Auto merge of #53725 - tbu-:pr_getrandom_syscalls, r=alexcrichton | bors | -40/+26 |
| 2018-09-02 | Fix an endless loop when `getrandom` is not available | Tobias Bucher | -0/+1 |
| 2018-09-01 | Auto merge of #53533 - withoutboats:error-source, r=withoutboats | bors | -1/+66 |
| 2018-09-01 | Auto merge of #53884 - kennytm:rollup, r=kennytm | bors | -21/+21 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -21/+21 |
| 2018-08-31 | use cfg(rustdoc) instead of cfg(dox) in std and friends | QuietMisdreavus | -21/+21 |
| 2018-08-31 | Make `Condvar::new` and `RWLock::new` min const fn for cloudabi | Oliver Schneider | -6/+10 |
| 2018-08-31 | Libstd only has `min_const_fn` const fns | Oliver Schneider | -1/+2 |