| Age | Commit message (Expand) | Author | Lines |
| 2018-09-14 | Add comments and assertion to `park`/`unpark` | James Duley | -2/+12 |
| 2018-09-12 | Fix `thread` `park`/`unpark` synchronization | James Duley | -18/+11 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -1/+1 |
| 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 | 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 | 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 | 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 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -28/+30 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -7/+7 |
| 2018-08-30 | Rollup merge of #53756 - dmerejkowsky:fix-comment, r=KodrAus | Pietro Albini | -1/+1 |
| 2018-08-30 | Rollup merge of #53743 - oconnor663:target_env, r=kennytm | Pietro Albini | -27/+27 |
| 2018-08-30 | Rollup merge of #53389 - RalfJung:thread-join, r=sfackler | Pietro Albini | -0/+6 |
| 2018-08-29 | Don't leak the file descriptor in `rand` | Tobias Bucher | -44/+11 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -7/+7 |
| 2018-08-28 | Fix typo in comment | Dimitri Merejkowsky | -1/+1 |
| 2018-08-28 | split paragraph | Ralf Jung | -3/+5 |
| 2018-08-28 | Auto merge of #53404 - oconnor663:current_dir_behavior, r=alexcrichton | bors | -0/+10 |
| 2018-08-28 | Auto merge of #53272 - mark-i-m:anon_param_error_now, r=nikomatsakis | bors | -1/+8 |
| 2018-08-27 | Auto merge of #53227 - nivkner:pin_move, r=RalfJung | bors | -3/+5 |
| 2018-08-27 | fix a typo: taget_env -> target_env | Jack O'Connor | -27/+27 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | Fix anon param + make it allow-by-def | Mark Mansi | -1/+8 |
| 2018-08-27 | Auto merge of #53640 - alexcrichton:more-symbol-tweaks, r=michaelwoerister | bors | -4/+4 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -4/+4 |
| 2018-08-26 | Reduce number of syscalls in `rand` | Tobias Bucher | -39/+57 |
| 2018-08-26 | Rollup merge of #53651 - GuillaumeGomez:struct-keyword, r=QuietMisdreavus | Guillaume Gomez | -0/+21 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -2/+4 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -0/+2 |
| 2018-08-24 | Rollup merge of #53311 - RalfJung:windows-mutex, r=retep998 | kennytm | -0/+2 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -1/+0 |
| 2018-08-23 | Add struct keyword doc | Guillaume Gomez | -0/+21 |
| 2018-08-23 | add #[panic_handler]; deprecate #[panic_implementation] | Jorge Aparicio | -2/+4 |
| 2018-08-23 | move pin module to liballoc and reexport that | Niv Kaminer | -97/+2 |