| Age | Commit message (Expand) | Author | Lines |
| 2018-03-20 | Remove StdioRaw doc additions, add backticks | Phlosioneer | -10/+1 |
| 2018-03-19 | Simplify PATH key comparison | Bryan Drewery | -1/+1 |
| 2018-03-20 | Rollup merge of #49139 - sfackler:bufreader-buffer, r=SimonSapin | kennytm | -1/+29 |
| 2018-03-19 | Don't use posix_spawn() if PATH was modified in the environment. | Bryan Drewery | -0/+16 |
| 2018-03-19 | Merge branch 'update-beta-freebsd' into freebsd-posix-spawn | Bryan Drewery | -840/+1185 |
| 2018-03-19 | Auto merge of #49108 - SimonSapin:sip, r=TimNN | bors | -2/+1 |
| 2018-03-19 | Stabilize termination_trait | Tyler Mandry | -1/+1 |
| 2018-03-19 | Address review comments | Tatsuyuki Ishi | -9/+34 |
| 2018-03-18 | Add BufReader::buffer | Steven Fackler | -1/+29 |
| 2018-03-18 | num::NonZero* types now have their own tracking issue: #49137 | Simon Sapin | -2/+2 |
| 2018-03-18 | rustc_driver: get rid of extra thread on Unix | Tatsuyuki Ishi | -0/+12 |
| 2018-03-17 | elide elidable lifetime in Path::strip_prefix | Michael Lamparski | -4/+4 |
| 2018-03-17 | Add 12 num::NonZero* types for each primitive integer | Simon Sapin | -0/+12 |
| 2018-03-17 | remove FIXME(#39119) and allow running test on emscripten | Niv Kaminer | -1/+0 |
| 2018-03-17 | Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap. | Simon Sapin | -2/+1 |
| 2018-03-16 | Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoerister | bors | -1/+2 |
| 2018-03-16 | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton | bors | -1/+56 |
| 2018-03-16 | Fix Issue #48345, is_file, is_dir, and is_symlink note mutual exclusion | Maxwell Powlison | -3/+32 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -4/+19 |
| 2018-03-16 | Rollup merge of #48853 - Songbird0:addrparseerror_documentation_improvement, ... | kennytm | -0/+19 |
| 2018-03-15 | Improve `AddrParseError` documentation. | Anthony Defranceschi | -0/+19 |
| 2018-03-15 | setting ABORTING_MALLOC for asmjs backend | snf | -4/+0 |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -1/+0 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -1/+0 |
| 2018-03-15 | Auto merge of #48648 - snf:fallible_allocation, r=Kimundi | bors | -29/+132 |
| 2018-03-15 | replace `convert::Infallible` with `!` | Andrew Cann | -9/+0 |
| 2018-03-14 | try_reserve: disabling tests for asmjs, blocked by #48968 | snf | -0/+4 |
| 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 |