| Age | Commit message (Expand) | Author | Lines |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-08-09 | Make `str::as_bytes_mut` private | Tobias Bucher | -3/+3 |
| 2015-08-09 | Make `slice::transmute*` private | Tobias Bucher | -2/+1 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -20/+23 |
| 2015-08-09 | Mark round_up_to_next as inline | Ariel Ben-Yehuda | -0/+1 |
| 2015-08-07 | Trim trailing newline from FormatMessageW | diaphore | -3/+7 |
| 2015-08-06 | Auto merge of #27557 - Manishearth:rollup, r=Manishearth | bors | -0/+2 |
| 2015-08-06 | Rollup merge of #27550 - tshepang:missing-info, r=brson | Manish Goregaokar | -0/+2 |
| 2015-08-06 | doc: add info about the u64 wrapped in Result | Tshepang Lekhonkhobe | -0/+2 |
| 2015-08-06 | fs: indicate that we only copy regular files | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-05 | Better FFI discipline | Tamir Duberstein | -5/+3 |
| 2015-08-05 | Auto merge of #27393 - alexcrichton:no-std-changes, r=brson | bors | -41/+104 |
| 2015-08-04 | Auto merge of #26470 - l0kod:process-session-leader, r=alexcrichton | bors | -3/+19 |
| 2015-08-04 | syntax: Don't assume `std` exists for tests | Alex Crichton | -10/+4 |
| 2015-08-04 | std: Ignore test_process_mask on OSX | Alex Crichton | -0/+4 |
| 2015-08-04 | Rollup merge of #27398 - tshepang:patch-5, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -32/+101 |
| 2015-08-03 | Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichton | bors | -131/+532 |
| 2015-08-02 | Fix compile errors for ARM. | Vadim Chugunov | -2/+4 |
| 2015-08-03 | Rollup merge of #27473 - brson:stddocs, r=Gankro | Manish Goregaokar | -11/+6 |
| 2015-08-02 | std: Tighten up crate docs | Brian Anderson | -11/+6 |
| 2015-08-02 | Docs: clarify return value of std::io::Seek::seek | Simon Sapin | -2/+3 |
| 2015-08-01 | std: Allow to spawn a process as a session leader on UNIX | Mickaël Salaün | -3/+19 |
| 2015-07-31 | trpl: fix link error | FuGangqiang | -1/+1 |
| 2015-07-31 | Auto merge of #27370 - alexcrichton:stabilize-easy, r=brson | bors | -19/+100 |
| 2015-07-31 | Auto merge of #26897 - RalfJung:stdin-mut, r=alexcrichton | bors | -1/+1 |
| 2015-07-30 | Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brson | bors | -44/+27 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -129/+528 |
| 2015-07-30 | doc: prelude nits | Tshepang Lekhonkhobe | -3/+3 |
| 2015-07-29 | Auto merge of #27383 - Manishearth:rollup, r=Manishearth | bors | -23/+19 |
| 2015-07-29 | std: Remove the curious inner module | Alex Crichton | -44/+27 |
| 2015-07-30 | Rollup merge of #27373 - alexcrichton:fix-wait-timeout-ms, r=brson | Manish Goregaokar | -13/+14 |
| 2015-07-30 | Rollup merge of #27369 - brson:realstd, r=alexcrichton | Manish Goregaokar | -10/+5 |
| 2015-07-29 | Auto merge of #27368 - alexcrichton:deprecate-net-methods, r=aturon | bors | -0/+24 |
| 2015-07-29 | std: Fix sub-second Condvar::wait_timeout_ms | Alex Crichton | -13/+14 |
| 2015-07-29 | Rollup merge of #27345 - killercup:patch-15, r=alexcrichton | Steve Klabnik | -4/+2 |
| 2015-07-29 | Rollup merge of #27342 - steveklabnik:fix_links, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2015-07-29 | Rollup merge of #27341 - steveklabnik:remove_warning, r=alexcrichton | Steve Klabnik | -4/+0 |
| 2015-07-29 | Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -32/+63 |
| 2015-07-29 | Auto merge of #27360 - dhuseby:fixing_freebsd_stat_structs_and_tests, r=alexc... | bors | -67/+124 |
| 2015-07-29 | Auto merge of #27339 - alexcrichton:remove-old-rt, r=brson | bors | -44/+3 |
| 2015-07-28 | std: Stabilize a number of small APIs | Alex Crichton | -19/+100 |
| 2015-07-28 | std: Remove some old #[cfg(test) hacks | Brian Anderson | -10/+5 |
| 2015-07-28 | std: Deprecate extra TcpStream/UdpSocket methods | Alex Crichton | -0/+24 |
| 2015-07-28 | Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro | bors | -9/+1 |
| 2015-07-28 | Fixes #25155 and fixes #27359 by fixing the stat defines for both freebsd 10.... | Dave Huseby | -67/+124 |
| 2015-07-28 | Auto merge of #27319 - diaphore:pr_debug_osstr_escape, r=alexcrichton | bors | -15/+25 |
| 2015-07-28 | Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton | bors | -11/+4 |
| 2015-07-28 | Implement Clone for Box<[T]> where T: Clone | Jonathan Reem | -9/+1 |