| Age | Commit message (Expand) | Author | Lines |
| 2018-04-02 | Use Alloc and Layout from core::heap. | Mike Hommey | -17/+19 |
| 2018-04-02 | Fixed error message from PR review #49392 | Peter Hrvola | -1/+1 |
| 2018-04-02 | Auto merge of #49574 - tmccombs:stabilize-getpid, r=sfackler | bors | -2/+1 |
| 2018-04-01 | Stabilize String::replace_range | Thayne McCombs | -21/+20 |
| 2018-04-01 | Stabilize `Option::filter`. | Thayne McCombs | -1/+1 |
| 2018-04-01 | Stabilize `std::process::id()` | Thayne McCombs | -2/+1 |
| 2018-04-02 | Reject huge alignments on macos with system allocator only | Mike Hommey | -14/+15 |
| 2018-04-02 | Add vec!['\0'; n] optimization, like vec![0; n] | Mike Hommey | -0/+2 |
| 2018-04-02 | Add vec![ptr::null{,_mut}(); n] optimization, like vec![0; n] | Mike Hommey | -26/+53 |
| 2018-04-01 | Update drop.rs | Anders Pitman | -1/+1 |
| 2018-04-02 | avoid IdxSets containing garbage above the universe length | Ariel Ben-Yehuda | -3/+75 |
| 2018-04-01 | add a dist-thumb builder to build rust-std for the THUMB targets | Jorge Aparicio | -35/+87 |
| 2018-04-01 | Fix miri Discriminant() for non-ADT | bjorn3 | -10/+19 |
| 2018-04-01 | Rollup merge of #49549 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichton | Mark Simulacrum | -19/+8 |
| 2018-04-01 | Rollup merge of #49498 - Manishearth:clippyup, r=oli-obk | Mark Simulacrum | -8/+43 |
| 2018-04-01 | Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez | Mark Simulacrum | -17/+70 |
| 2018-04-01 | Auto merge of #49478 - Phlosioneer:fix-windows-file-not-found, r=petrochenkov | bors | -1/+1 |
| 2018-04-01 | Remove filetime dep from build_helper | Mark Simulacrum | -19/+8 |
| 2018-04-01 | Auto merge of #49418 - frewsxcv:frewsxcv-network-order, r=TimNN | bors | -2/+80 |
| 2018-04-01 | Inline most of the code paths for conversions with boxed slices | Anthony Ramine | -1/+11 |
| 2018-04-01 | Fixed nits from PR review #49392 | Peter Hrvola | -6/+10 |
| 2018-04-01 | Auto merge of #49545 - alexcrichton:proc-macro-fixes, r=eddyb | bors | -54/+164 |
| 2018-03-31 | Deprecate offset_to; switch core&alloc to using offset_from instead | Scott McMurray | -13/+19 |
| 2018-04-01 | Auto merge of #49530 - petrhosek:empty-extra-flags, r=cramertj | bors | -1/+3 |
| 2018-04-01 | Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapin | bors | -7/+8 |
| 2018-03-31 | Unignore borrowck test | Phlosioneer | -1/+0 |
| 2018-04-01 | Auto merge of #49527 - petrhosek:fast-submodules, r=alexcrichton | bors | -1/+5 |
| 2018-03-31 | proc_macro: Tweak doc comments and negative literals | Alex Crichton | -54/+164 |
| 2018-03-31 | Special-case OutputType::Metadata | varkor | -1/+4 |
| 2018-03-31 | Shorten deprecation note | varkor | -3/+3 |
| 2018-03-31 | Add ignore reason | Phlosioneer | -1/+1 |
| 2018-03-31 | Remove whitespace | Phlosioneer | -2/+2 |
| 2018-03-31 | Auto merge of #49521 - mbrubeck:fs_read_write_bytes, r=TimNN | bors | -2/+2 |
| 2018-03-31 | Open the file as write before trying to flush it | nabijaczleweli | -1/+1 |
| 2018-03-31 | Auto merge of #49501 - sfackler:unix-epoch-assoc-const, r=alexcrichton | bors | -0/+23 |
| 2018-03-31 | Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoerister | bors | -1/+60 |
| 2018-03-31 | Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton | bors | -11/+17 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+117 |
| 2018-03-30 | Add #[must_use] to a few standard library methods | Scott McMurray | -1/+4 |
| 2018-03-31 | Fix tidy trailing newlines | Phlosioneer | -2/+0 |
| 2018-03-31 | Commit code for option size hint | Phlosioneer | -1/+6 |
| 2018-03-31 | Add test for rustdoc ignore test | Phlosioneer | -0/+17 |
| 2018-03-31 | Auto merge of #49472 - nikomatsakis:nll-optimize-constraint-prop-1, r=pnkfelix | bors | -48/+136 |
| 2018-03-30 | Only include space in RUSTFLAGS extra flags if not empty | Petr Hosek | -1/+3 |
| 2018-03-31 | Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavus | bors | -13/+91 |
| 2018-03-30 | Handle fast-submodules option correctly | Petr Hosek | -1/+5 |
| 2018-03-30 | Auto merge of #49324 - SimonSapin:unsigned, r=alexcrichton | bors | -7/+25 |
| 2018-03-30 | Rename fs::read_string to read_to_string and stabilize | Matt Brubeck | -7/+8 |
| 2018-03-30 | fs_read_write_bytes stabilized in 1.26.0 | Matt Brubeck | -2/+2 |
| 2018-03-30 | Auto merge of #49518 - SimonSapin:prelude, r=alexcrichton | bors | -5/+0 |