| Age | Commit message (Expand) | Author | Lines |
| 2015-06-02 | Extend dead code lint to detect more unused enum variants | Seo Sanghyeon | -0/+22 |
| 2015-06-02 | added test to ensure move_val_init still handles cleanups properly. | Felix S. Klock II | -0/+194 |
| 2015-05-30 | debuginfo: Create common debugger pretty printer module. | Michael Woerister | -2/+28 |
| 2015-05-29 | Rollup merge of #25876 - tshepang:patch-3, r=steveklabnik | Steve Klabnik | -4/+2 |
| 2015-05-29 | Rollup merge of #25873 - nham:update_E0015, r=Aatch | Steve Klabnik | -1/+1 |
| 2015-05-29 | New tests for cross-crate usages of const fn and so forth | Niko Matsakis | -0/+131 |
| 2015-05-29 | add const_fn features | Niko Matsakis | -1/+33 |
| 2015-05-29 | add a test for const fn methods, as suggested by @pnkfelix | Niko Matsakis | -0/+25 |
| 2015-05-29 | Add feature-gate to calling const fn | Niko Matsakis | -1/+6 |
| 2015-05-29 | remove the last mention of IoResult | Tshepang Lekhonkhobe | -4/+2 |
| 2015-05-28 | Convert mutable statics error to have error code and add explanation. | Nick Hamann | -1/+1 |
| 2015-05-28 | Auto merge of #25856 - bluss:binary-heap-hole, r=Gankro | bors | -0/+108 |
| 2015-05-28 | collections: Make BinaryHeap panic safe in sift_up / sift_down | Ulrik Sverdrup | -0/+108 |
| 2015-05-28 | Auto merge of #25840 - arielb1:ptr-compare-fixes, r=nrc | bors | -1/+33 |
| 2015-05-28 | Auto merge of #25824 - alexcrichton:fix-deadlocking-test-on-windows, r=nikoma... | bors | -3/+1 |
| 2015-05-28 | Prevent comparison and dereferencing of raw pointers in constexprs | Ariel Ben-Yehuda | -1/+33 |
| 2015-05-27 | Auto merge of #25796 - arielb1:default-assoc, r=eddyb | bors | -1/+84 |
| 2015-05-28 | Rollup merge of #25806 - nrc:20184-msg, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-05-27 | test fixes | Ariel Ben-Yehuda | -2/+2 |
| 2015-05-27 | test: Join child threads on windows in tests | Alex Crichton | -3/+1 |
| 2015-05-27 | Auto merge of #25797 - eddyb:const-trait-to-trait, r=luqmana | bors | -0/+31 |
| 2015-05-27 | Auto merge of #25762 - dotdash:codegen_test, r=alexcrichton | bors | -377/+192 |
| 2015-05-27 | Revamp codegen tests to check IR quality instead of quantity | Björn Steinbrink | -377/+192 |
| 2015-05-27 | Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichton | bors | -56/+55 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -56/+55 |
| 2015-05-27 | Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichton | bors | -0/+19 |
| 2015-05-27 | Auto merge of #25713 - Stebalien:pattern, r=alexcrichton | bors | -0/+30 |
| 2015-05-26 | Auto merge of #25688 - nham:E0055_E0192, r=alexcrichton | bors | -2/+2 |
| 2015-05-27 | Add a WONTFIX message to a failing test. | Nick Cameron | -1/+2 |
| 2015-05-26 | Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton | bors | -0/+36 |
| 2015-05-26 | Pluralize E0087-E0090 messages based on number of parameters. | Nick Hamann | -1/+1 |
| 2015-05-26 | Fix typo. | Nick Hamann | -1/+1 |
| 2015-05-26 | Auto merge of #24657 - aochagavia:rustdoc, r=alexcrichton | bors | -1/+7 |
| 2015-05-26 | Auto merge of #25593 - nham:E0210_E0326, r=alexcrichton | bors | -1/+1 |
| 2015-05-26 | Add tests for fixed issues | Ariel Ben-Yehuda | -0/+53 |
| 2015-05-26 | Auto merge of #25091 - quantheory:trait_associated_const_fixes, r=nikomatsakis | bors | -0/+61 |
| 2015-05-26 | Do not trip an assert when coercing &Trait to &Trait in constants. | Eduard Burtescu | -0/+31 |
| 2015-05-26 | Implement defaults for associated types | Ariel Ben-Yehuda | -0/+30 |
| 2015-05-26 | rustc_back: Don't pass 'u' to ar invocations | Alex Crichton | -0/+50 |
| 2015-05-26 | Auto merge of #25778 - econoplas:master, r=pnkfelix | bors | -0/+2 |
| 2015-05-26 | Associate each path in a `use` declaration with the item in the AST map | Barosl Lee | -0/+19 |
| 2015-05-25 | rustdoc: Show where clauses in type aliases | Ulrik Sverdrup | -0/+4 |
| 2015-05-25 | rustdoc: Fix associated types in signatures | Ulrik Sverdrup | -0/+22 |
| 2015-05-25 | Auto merge of #25773 - dotdash:deref_dst, r=eddyb | bors | -0/+26 |
| 2015-05-25 | Fix auto_ref for fat pointers | Björn Steinbrink | -0/+26 |
| 2015-05-25 | - Fix regression of literal out of range check for negative i64 values which ... | econoplas | -0/+2 |
| 2015-05-25 | Rustdoc: ignore deref-inherited static methods | Adolfo Ochagavía | -1/+7 |
| 2015-05-25 | Fix transmutes with boolean source values | Björn Steinbrink | -0/+20 |
| 2015-05-24 | Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix | bors | -4/+181 |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -0/+60 |