| Age | Commit message (Expand) | Author | Lines |
| 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-31 | Commit code for option size hint | Phlosioneer | -1/+6 |
| 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 |
| 2018-03-30 | Deprecate signed std::num::NonZeroI* with a call for use cases | Simon Sapin | -7/+25 |
| 2018-03-30 | Auto merge of #49425 - alexcrichton:disallow-inline-always, r=petrochenkov | bors | -1/+27 |
| 2018-03-30 | Revert "Add TryFrom and TryInto to the prelude" | Simon Sapin | -5/+0 |
| 2018-03-30 | Fix doctest | Steven Fackler | -0/+1 |
| 2018-03-30 | Add an explanation for the `create_depgraph_edges` | Oliver Schneider | -1/+12 |
| 2018-03-30 | Auto merge of #49403 - oli-obk:try2, r=eddyb | bors | -6/+38 |
| 2018-03-30 | Make UNIX_EPOCH an associated constant of SystemTime | Steven Fackler | -0/+22 |
| 2018-03-30 | Introduce an edge from a const eval to the MIR of all statics it depends on | Oliver Schneider | -1/+49 |
| 2018-03-30 | Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoerister | bors | -12/+50 |
| 2018-03-30 | Bump lockfile | Manish Goregaokar | -3/+24 |
| 2018-03-30 | Update clippy | Manish Goregaokar | -5/+19 |
| 2018-03-30 | Auto merge of #49422 - mbrubeck:fs_read, r=TimNN | bors | -6/+2 |
| 2018-03-30 | Auto merge of #49489 - kennytm:rollup, r=kennytm | bors | -30/+40 |
| 2018-03-30 | Auto merge of #49412 - GuillaumeGomez:hide-type-decl, r=QuietMisdreavus | bors | -138/+165 |
| 2018-03-30 | Rollup merge of #49484 - cuviper:ignore-ibm-stack-probes, r=alexcrichton | kennytm | -0/+5 |
| 2018-03-30 | Rollup merge of #49473 - joshtriplett:nonnull-size, r=steveklabnik | kennytm | -1/+1 |
| 2018-03-30 | Rollup merge of #49468 - glandium:cleanup, r=pnkfelix | kennytm | -2/+2 |
| 2018-03-30 | Rollup merge of #49466 - glandium:master, r=rkruppe | kennytm | -2/+2 |
| 2018-03-30 | Rollup merge of #49464 - ollie27:rustbuild_junction_handle_leak, r=alexcrichton | kennytm | -2/+5 |
| 2018-03-30 | Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomez | kennytm | -3/+3 |
| 2018-03-30 | Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavus | kennytm | -18/+18 |
| 2018-03-30 | Rollup merge of #49443 - GuillaumeGomez:fix-tooltip-position, r=QuietMisdreavus | kennytm | -2/+4 |
| 2018-03-29 | rustc: Group linked libraries where needed | Alex Crichton | -0/+154 |
| 2018-03-29 | apply pnkfelix nits | Niko Matsakis | -6/+20 |
| 2018-03-29 | document reason for #[inline(never)] annotation | Niko Matsakis | -1/+1 |
| 2018-03-29 | amortize dfs storage creation | Niko Matsakis | -31/+65 |
| 2018-03-29 | remove dependency map and instead use a linked list of constraints | Niko Matsakis | -17/+55 |
| 2018-03-29 | Ignore stack-probes tests on powerpc/s390x too | Josh Stone | -0/+5 |
| 2018-03-29 | Move the alloc::allocator module to core::heap | Simon Sapin | -11/+17 |
| 2018-03-29 | Rename main theme into light theme | Guillaume Gomez | -18/+18 |
| 2018-03-29 | Add primitive intra-links | Guillaume Gomez | -13/+91 |
| 2018-03-29 | Fix escaped backslash in windows file not found message | Phlosioneer | -1/+1 |
| 2018-03-29 | Update clippy | Manish Goregaokar | -19/+5 |
| 2018-03-29 | Hide the Bound type in docs at its deprecated location in std::collections | Simon Sapin | -0/+1 |
| 2018-03-29 | Hide the deprecated std::collections::range module from docs | Simon Sapin | -0/+1 |
| 2018-03-29 | impl RangeBounds<T> for Range{,From,To,Inclusive,ToInclusive}<&T> | Simon Sapin | -0/+60 |
| 2018-03-29 | Move RangeArguments to {core::std}::ops and rename to RangeBounds | Simon Sapin | -184/+183 |