| Age | Commit message (Expand) | Author | Lines |
| 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 | Fix tests and update issue number | Jonathan Behrens | -138/+156 |
| 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 | Fix formatting | Jonathan Behrens | -1/+2 |
| 2018-09-12 | Fix `thread` `park`/`unpark` synchronization | James Duley | -18/+11 |
| 2018-09-12 | Document `if` keyword. | iirelu | -0/+78 |
| 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 | Document `for` keyword | iirelu | -0/+71 |
| 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 | Expand fn keyword docs | iirelu | -7/+59 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -1/+1 |
| 2018-09-09 | Add docs on `extern` keyword | iirelu | -0/+42 |
| 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 | Cleanup API somewhat | Jonathan Behrens | -218/+195 |
| 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-06 | Add keyword docs on `enum` | iirelu | -0/+55 |
| 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 | Add docs for `crate` keyword | iirelu | -0/+34 |
| 2018-09-05 | disambiguate hashes | Alexis Beingessner | -3/+3 |
| 2018-09-05 | fixup Debug bounds | Alexis Beingessner | -2/+2 |
| 2018-09-05 | progress on raw_entry | Alexis Beingessner | -230/+233 |
| 2018-09-05 | WIP: add raw_entry API to HashMap | Alexis Beingessner | -37/+704 |
| 2018-09-05 | Add doc for impl From for Std Error | Son | -0/+9 |
| 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-03 | Fix a few small things, re-word others | iirelu | -6/+5 |
| 2018-09-03 | Add keyword docs on const | iirelu | -1/+56 |
| 2018-09-03 | Add docs for `as` keyword | iirelu | -0/+27 |