| Age | Commit message (Expand) | Author | Lines |
| 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 | collections: fix a couple of typos | Ivan Ukhov | -3/+3 |
| 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 | style: typo fix | Tshepang Lekhonkhobe | -1/+1 |
| 2015-06-16 | Add regression tests for #22864 | Corey Farwell | -0/+30 |
| 2015-06-17 | Auto merge of #22681 - mzabaluev:extend-faster, r=huonw | bors | -39/+39 |
| 2015-06-16 | Fix error message for E0256 in certain cases. | Nick Hamann | -4/+32 |
| 2015-06-16 | Auto merge of #26280 - Marwes:deriving_discriminant, r=pcwalton | bors | -42/+90 |
| 2015-06-17 | Document behavior of bitwise operators with boolean arguments | Vadim Petrochenkov | -5/+7 |
| 2015-06-16 | Remove unused type InteriorSafety. | Eli Friedman | -37/+8 |
| 2015-06-16 | Auto merge of #25952 - alexcrichton:fix-scoped-tls, r=aturon | bors | -32/+48 |
| 2015-06-16 | Remove superfluous variable | Simonas Kazlauskas | -2/+0 |
| 2015-06-16 | Add a test for issue 26322 | Simonas Kazlauskas | -0/+36 |
| 2015-06-16 | Fix file!(), line!() and column!() macros | Simonas Kazlauskas | -72/+72 |
| 2015-06-16 | Auto merge of #24738 - joliv:patch-2, r=steveklabnik | bors | -2/+5 |
| 2015-06-16 | Fix merge errors | Niko Matsakis | -2/+3 |
| 2015-06-16 | One more consistency fix in the reference | Steve Klabnik | -3/+14 |
| 2015-06-16 | Avoid deref/ref cycles for no-op coercions between unsafe pointers | Björn Steinbrink | -7/+40 |
| 2015-06-16 | test: Fix a bug in bench result formatting | Ulrik Sverdrup | -4/+4 |
| 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 | This new caching sometimes suppresses duplicate errors that occur in | Niko Matsakis | -20/+31 |
| 2015-06-15 | Rather than expanding the where-clauses in the environment over and over | Niko Matsakis | -23/+79 |
| 2015-06-15 | Add a (somewhat hacky) cache to the tcx that tracks "global" trait refs | Niko Matsakis | -17/+142 |
| 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 | src/rt/arch/i386/morestack.S: call rust_stack_exhausted via plt | Steven Walter | -3/+2 |
| 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 | remove confusing 1i32 | Steve Klabnik | -1/+1 |
| 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 |