| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2018-08-21 | Rollup merge of #53213 - tmccombs:stable-ipconstructors, r=KodrAus | kennytm | -20/+5 |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -4/+4 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -6/+6 |
| 2018-08-18 | Auto merge of #53436 - cuviper:trace_fn-stop, r=alexcrichton | bors | -24/+30 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -1/+1 |
| 2018-08-16 | std: stop backtracing when the frames are full | Josh Stone | -24/+30 |
| 2018-08-17 | Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmaster | kennytm | -19/+11 |
| 2018-08-17 | Rollup merge of #53377 - cuviper:pointer-elf_size, r=alexcrichton | kennytm | -1/+2 |
| 2018-08-15 | Start adding an `aarch64-pc-windows-msvc` target | Alex Crichton | -4/+94 |
| 2018-08-15 | Make cloudapi enums #[non_exhaustive] | varkor | -9/+9 |