| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-08-21 | Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung | kennytm | -4/+4 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -6/+6 |
| 2018-08-21 | Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj | kennytm | -1/+1 |
| 2018-08-21 | Add doc for impl From for Addr | Son | -0/+8 |
| 2018-08-21 | Correctly parenthesize dyn Error + 'static. | Without Boats | -1/+1 |
| 2018-08-20 | Fix feature name. | Without Boats | -1/+1 |
| 2018-08-20 | document the platform-specific behavior of Command::current_dir | Jack O'Connor | -0/+10 |
| 2018-08-20 | Add Error::source method per RFC 2504. | Without Boats | -1/+66 |