| Age | Commit message (Expand) | Author | Lines |
| 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 | Add a generic CAS loop to std::sync::Atomic* | Andre Bogus | -0/+185 |
| 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 | Tweak `Clause` definition and HRTBs | scalexm | -53/+88 |
| 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 | Also protect first attempt | nabijaczleweli | -1/+5 |
| 2018-03-29 | Flush executables to disk after linkage | nabijaczleweli | -3/+33 |
| 2018-03-29 | Move the alloc::allocator module to core::heap | Simon Sapin | -11/+17 |
| 2018-03-29 | Remove unneeded trait implementations titles | Guillaume Gomez | -11/+34 |
| 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 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -63/+64 |
| 2018-03-29 | Auto merge of #49471 - matklad:cargo-rustdoc, r=alexcrichton | bors | -1/+14 |
| 2018-03-29 | src/libcore/ptr.rs: Fix documentation for size of `Option<NonNull<T>>` | Josh Triplett | -1/+1 |
| 2018-03-29 | add `#[inline(never)]` annotations | Niko Matsakis | -0/+2 |
| 2018-03-29 | Update Cargo | Aleksey Kladov | -1/+14 |
| 2018-03-29 | tidy | QuietMisdreavus | -2/+8 |
| 2018-03-29 | Fix test | Manish Goregaokar | -1/+1 |
| 2018-03-29 | Add easy edition feature flag | Manish Goregaokar | -13/+30 |
| 2018-03-28 | Take the original extra-filename passed to a crate into account when | Chris Manchester | -14/+57 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -244/+97 |
| 2018-03-29 | Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr... | bors | -9/+120 |
| 2018-03-29 | Remove unnecessary use core::hash in liballoc/boxed.rs | Mike Hommey | -2/+2 |
| 2018-03-29 | Auto merge of #49458 - cramertj:stable-underscore-lt, r=nikomatsakis | bors | -82/+27 |