| Age | Commit message (Expand) | Author | Lines |
| 2018-03-14 | implementing fallible allocation API (try_reserve) for Vec, String and HashMap | snf | -29/+128 |
| 2018-03-14 | change never_type stabilisation version | Andrew Cann | -1/+1 |
| 2018-03-14 | Fix version number | Andrew Cann | -1/+1 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -8/+8 |
| 2018-03-13 | Auto merge of #48735 - 1011X:master, r=alexcrichton | bors | -477/+2 |
| 2018-03-13 | rustc: Embed LLVM bitcode by default on iOS | Alex Crichton | -1/+2 |
| 2018-03-13 | rustbuild: Tweak CFLAGS to various libstd pieces | Alex Crichton | -1/+1 |
| 2018-03-13 | Rollup merge of #48480 - jethrogb:patch-5, r=alexcrichton | kennytm | -0/+4 |
| 2018-03-11 | Remove "and may change between Rust releases" | Phlosioneer | -11/+11 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -1/+96 |
| 2018-03-11 | Document when types have OS-dependent sizes | Phlosioneer | -0/+33 |
| 2018-03-08 | Rollup merge of #48857 - Songbird0:improve_column_macro_documentation, r=josh... | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Rollup merge of #48856 - Songbird0:improve_line_macro_documentation, r=joshtr... | Manish Goregaokar | -1/+1 |
| 2018-03-09 | Modify part of `column!` documentation. | Anthony Defranceschi | -1/+1 |
| 2018-03-09 | Modify part of `line!` documentation. | Anthony Defranceschi | -1/+1 |
| 2018-03-08 | Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcri... | Manish Goregaokar | -0/+27 |
| 2018-03-07 | Make `assert` macro a built-in procedural macro | Shotaro Yamada | -1/+56 |
| 2018-03-06 | Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichton | Alex Crichton | -31/+107 |
| 2018-03-06 | Merge branch 'master' of https://github.com/rust-lang/rust | 1011X | -61/+57 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -19/+18 |
| 2018-03-06 | Rollup merge of #48507 - GuillaumeGomez:cstr-note, r=steveklabnik | kennytm | -0/+2 |
| 2018-03-06 | Rollup merge of #48754 - leodasvacas:while-let-all-the-things, r=rkruppe | kennytm | -14/+9 |
| 2018-03-05 | Remove unnecessary imports | 1011X | -4/+0 |
| 2018-03-05 | Move tests, re-export items from core::ascii | 1011X | -474/+3 |
| 2018-03-05 | while let all the things | leonardo.yvens | -14/+9 |
| 2018-03-05 | Remove a couple of `isize` references from hashmap docs | Tobias Bucher | -29/+29 |
| 2018-03-06 | Implement FromStr for PathBuf | topecongiro | -0/+27 |
| 2018-03-03 | Move process::ExitCode internals to sys | Scott McMurray | -24/+72 |
| 2018-03-04 | Rollup merge of #48513 - alexcrichton:simd, r=JoshTriplett | kennytm | -0/+30 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -18/+18 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -18/+17 |
| 2018-03-02 | Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa... | Manish Goregaokar | -14/+134 |
| 2018-03-02 | std: Add `arch` and `simd` modules | Alex Crichton | -0/+30 |
| 2018-03-02 | Support posix_spawn() for Linux glibc 2.24+. | Bryan Drewery | -2/+16 |
| 2018-03-02 | Move glibc version lookup handling to sys::os and add a simpler glibc_version() | Bryan Drewery | -28/+37 |
| 2018-03-02 | Use _ | Bryan Drewery | -1/+1 |
| 2018-03-01 | Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, r=alexcrichton | Manish Goregaokar | -134/+38 |
| 2018-03-01 | Add comment explaining when posix_spawn() can be supported. | Bryan Drewery | -0/+2 |
| 2018-03-01 | posix_spawn() on OSX supports returning ENOENT. | Bryan Drewery | -2/+2 |
| 2018-02-28 | Fix linkchecker | Scott McMurray | -2/+2 |
| 2018-02-28 | posix_spawn() always returns its error rather than setting errno. | Bryan Drewery | -1/+1 |
| 2018-02-28 | Support posix_spawn() for FreeBSD. | Bryan Drewery | -2/+2 |
| 2018-02-28 | Remove excess newline | Bryan Drewery | -1/+0 |
| 2018-02-28 | Pass proper pointer for envp. | Bryan Drewery | -1/+1 |
| 2018-02-28 | No need to zero when an initializer for the object is already used. | Bryan Drewery | -3/+3 |
| 2018-02-28 | Avoid error for unused variables | Bryan Drewery | -1/+1 |
| 2018-02-28 | Support posix_spawn() when possible. | Alex Crichton | -0/+102 |
| 2018-02-28 | Rollup merge of #48420 - teiesti:path_parents, r=BurntSushi | Manish Goregaokar | -0/+75 |
| 2018-02-28 | Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichto | Manish Goregaokar | -2/+4 |
| 2018-03-01 | Fix a bug introduced in previous commit | Stjepan Glavina | -8/+5 |