| Age | Commit message (Expand) | Author | Lines |
| 2018-03-25 | Use a more conservative way to deinit stack guard | Tatsuyuki Ishi | -5/+15 |
| 2018-03-25 | Minor formatting consistency fix. | Alexander Ronald Altman | -1/+1 |
| 2018-03-25 | Auto merge of #49315 - TheDan64:smaller_unsafe_block, r=joshtriplett | bors | -7/+5 |
| 2018-03-24 | Add backticks | Phlosioneer | -7/+7 |
| 2018-03-25 | Rollup merge of #49254 - Tacklebox:atan2_doc, r=QuietMisdreavus | kennytm | -8/+10 |
| 2018-03-25 | Rollup merge of #49229 - Centril:doc/format_args_display_debug, r=steveklabnik | kennytm | -0/+12 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -3/+4 |
| 2018-03-25 | Rollup merge of #49076 - bobdavelisafrank:filetype-metadata-docfix, r=bluss | kennytm | -3/+32 |
| 2018-03-24 | Fix build on non-Unix platforms | Tatsuyuki Ishi | -0/+5 |
| 2018-03-23 | Reduce scope of unsafe block in sun_path_offset | Daniel Kolsoi | -7/+5 |
| 2018-03-23 | Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichton | Alex Crichton | -28/+171 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -0/+12 |
| 2018-03-22 | Command::env_saw_path() may be unused on platforms not using posix_spawn() | Bryan Drewery | -0/+1 |
| 2018-03-22 | Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapin | kennytm | -9/+0 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -1/+0 |
| 2018-03-22 | Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichton | kennytm | -11/+24 |
| 2018-03-21 | termination_trait: Make error message more helpful | Tyler Mandry | -2/+3 |
| 2018-03-21 | Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64 | Maxwell Borden | -8/+10 |
| 2018-03-21 | termination_trait: Put examples in error help, not label | Tyler Mandry | -1/+1 |
| 2018-03-21 | Deprecate the AsciiExt trait in favor of inherent methods | Simon Sapin | -11/+24 |
| 2018-03-21 | document format_args! further wrt. Debug & Display" | Mazdak Farrokhzad | -0/+12 |
| 2018-03-21 | termination_trait: Add () example to error message | Tyler Mandry | -1/+1 |
| 2018-03-20 | Refactor the stack addr aligning code into a function | Tatsuyuki Ishi | -16/+16 |
| 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 |