| Age | Commit message (Expand) | Author | Lines |
| 2015-06-17 | std: Stabilize the sync_poison feature | Alex Crichton | -6/+6 |
| 2015-06-17 | std: Deprecate Vec::from_raw_buf | Alex Crichton | -0/+2 |
| 2015-06-17 | std: Deprecate all permutation-related slice methods | Alex Crichton | -0/+6 |
| 2015-06-17 | std: Stabilize the remaining wrapping_* functions | Alex Crichton | -10/+10 |
| 2015-06-17 | std: Deprecate f{32,64}::consts::PI_2 | Alex Crichton | -0/+2 |
| 2015-06-17 | std: Remove two internal `str_internals` functions | Alex Crichton | -29/+2 |
| 2015-06-17 | std: Deprecate the IntSliceExt trait | Alex Crichton | -0/+4 |
| 2015-06-17 | std: Deprecate result::fold | Alex Crichton | -0/+3 |
| 2015-06-17 | std: Deprecate the copy_{,mut_}lifetime functions | Alex Crichton | -0/+8 |
| 2015-06-17 | std: Deprecate iter::{Unfold, Iterate} | Alex Crichton | -0/+12 |
| 2015-06-17 | std: Deprecate the RandomAccessIterator trait | Alex Crichton | -0/+4 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -338/+364 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -117/+92 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -155/+197 |
| 2015-06-17 | alloc: Split apart the global `alloc` feature | Alex Crichton | -35/+53 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -288/+379 |
| 2015-06-17 | Auto merge of #25961 - sanxiyn:dead-variant-2, r=huonw | bors | -7/+95 |
| 2015-06-17 | Add a test | Seo Sanghyeon | -0/+22 |
| 2015-06-17 | Auto merge of #26261 - tshepang:more-brief-example, r=huonw | bors | -11/+2 |
| 2015-06-17 | Auto merge of #26126 - Nashenas88:sync-send-libcore-iter, r=huonw | bors | -3/+76 |
| 2015-06-17 | Auto merge of #26025 - alexcrichton:update-llvm, r=brson | bors | -108/+301 |
| 2015-06-16 | rustc: Update LLVM | Alex Crichton | -108/+301 |
| 2015-06-17 | Auto merge of #22681 - mzabaluev:extend-faster, r=huonw | bors | -39/+39 |
| 2015-06-16 | Auto merge of #26280 - Marwes:deriving_discriminant, r=pcwalton | bors | -42/+90 |
| 2015-06-16 | Auto merge of #25952 - alexcrichton:fix-scoped-tls, r=aturon | bors | -32/+48 |
| 2015-06-16 | Auto merge of #24738 - joliv:patch-2, r=steveklabnik | bors | -2/+5 |
| 2015-06-16 | Auto merge of #26323 - steveklabnik:gh26320, r=alexcrichton | bors | -10/+9 |
| 2015-06-16 | Auto merge of #26318 - steveklabnik:gh26268, r=alexcrichton | bors | -2/+2 |
| 2015-06-16 | Auto merge of #26317 - steveklabnik:gh25956, r=alexcrichton | bors | -4/+0 |
| 2015-06-16 | Auto merge of #24719 - :patch-1, r=steveklabnik | bors | -0/+1 |
| 2015-06-15 | Add unit type info and update associated link | joliv | -2/+5 |
| 2015-06-16 | Auto merge of #26313 - steveklabnik:fix_str_docs, r=alexcrichton | bors | -10/+10 |
| 2015-06-15 | Auto merge of #26311 - jooert:fix25855, r=steveklabnik | bors | -33/+13 |
| 2015-06-15 | Auto merge of #26282 - arielb1:probe-leak, r=nikomatsakis | bors | -21/+114 |
| 2015-06-15 | Significantly simplify generic example | Steve Klabnik | -10/+9 |
| 2015-06-15 | Auto merge of #26275 - arielb1:unconstrained-projection, r=nikomatsakis | bors | -3/+46 |
| 2015-06-15 | Auto merge of #26293 - mihneadb:rustdoc-search-orphan-methods, r=alexcrichton | bors | -1/+3 |
| 2015-06-15 | Clarify that the following will error | Steve Klabnik | -2/+2 |
| 2015-06-15 | Remove confusing paragraph from Trait Objects | Steve Klabnik | -4/+0 |
| 2015-06-15 | Update example in "Rust Inside Other Languages" | Johannes Oertel | -33/+13 |
| 2015-06-15 | Fix up Split docs | Steve Klabnik | -10/+10 |
| 2015-06-15 | Make impl-trait-ref associated types work in methods | Ariel Ben-Yehuda | -28/+85 |
| 2015-06-15 | Don't call instantiate_type_scheme during method probing | Ariel Ben-Yehuda | -1/+37 |
| 2015-06-15 | Auto merge of #26302 - aidanhs:aphs-fix-musl-libc, r=alexcrichton | bors | -1/+4 |
| 2015-06-15 | When building libc crate with musl, don't look for libc.a | Aidan Hobson Sayers | -1/+4 |
| 2015-06-15 | Auto merge of #26307 - nrc:save-bugs, r=cmr | bors | -6/+8 |
| 2015-06-15 | Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichton | bors | -33/+161 |
| 2015-06-15 | save-analysis: fix a couple of span bugs | Nick Cameron | -6/+8 |
| 2015-06-15 | Auto merge of #25359 - thepowersgang:result-expect-2, r=alexcrichton | bors | -0/+34 |
| 2015-06-15 | libcore/Result - RFC#1119 Add an 'expect' method to Result | John Hodge | -0/+34 |