| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-09-03 | Flesh out struct keyword docs | iirelu | -8/+96 |
| 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-09-01 | Update to a new pinning API. | Without Boats | -11/+11 |
| 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 | fix some uses of pointer intrinsics with invalid pointers | Ralf Jung | -1/+3 |
| 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 |
| 2018-08-23 | add top-level documentation to the std pin module | Niv Kaminer | -1/+80 |
| 2018-08-23 | move PinBox into pin module and export through std | Niv Kaminer | -0/+2 |
| 2018-08-23 | move PinMut into pin module and export through std | Niv Kaminer | -3/+19 |
| 2018-08-22 | Allow panicking with string literal messages inside constants | Oliver Schneider | -0/+1 |