| Age | Commit message (Expand) | Author | Lines |
| 2015-05-27 | TRPL: fix typo, borow for borrow | Rein Henrichs | -1/+1 |
| 2015-05-28 | Auto merge of #25840 - arielb1:ptr-compare-fixes, r=nrc | bors | -8/+61 |
| 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 | -8/+61 |
| 2015-05-28 | Auto merge of #25805 - jooert:colorized_tests, r=alexcrichton | bors | -1/+1 |
| 2015-05-27 | Auto merge of #25796 - arielb1:default-assoc, r=eddyb | bors | -120/+222 |
| 2015-05-28 | Rollup merge of #25806 - nrc:20184-msg, r=alexcrichton | Manish Goregaokar | -4/+5 |
| 2015-05-28 | Rollup merge of #25726 - nham:cell_docs, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-05-28 | Rollup merge of #25668 - steveklabnik:doc_const, r=alexcrichton | Manish Goregaokar | -0/+54 |
| 2015-05-28 | Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-05-27 | Address review comments | Ariel Ben-Yehuda | -0/+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 | -3/+36 |
| 2015-05-27 | Auto merge of #25762 - dotdash:codegen_test, r=alexcrichton | bors | -519/+209 |
| 2015-05-27 | Revamp codegen tests to check IR quality instead of quantity | Björn Steinbrink | -519/+209 |
| 2015-05-27 | Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichton | bors | -1878/+441 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -525/+417 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -1353/+14 |
| 2015-05-27 | Register snapshots (2015-05-24 ba0e1cd). | Eduard Burtescu | -0/+10 |
| 2015-05-27 | Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichton | bors | -0/+29 |
| 2015-05-27 | Auto merge of #25749 - richo:python3, r=alexcrichton | bors | -177/+42 |
| 2015-05-27 | Auto merge of #25741 - richo:backtrace-message, r=alexcrichton | bors | -1/+4 |
| 2015-05-27 | Auto merge of #25713 - Stebalien:pattern, r=alexcrichton | bors | -1/+32 |
| 2015-05-26 | Auto merge of #25688 - nham:E0055_E0192, r=alexcrichton | bors | -95/+240 |
| 2015-05-26 | Add note about filesystems to fs::rename | Steve Klabnik | -0/+2 |
| 2015-05-27 | Add a WONTFIX message to a failing test. | Nick Cameron | -4/+5 |
| 2015-05-26 | Enable colored test output when capturing output of tests | Johannes Oertel | -1/+1 |
| 2015-05-26 | Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton | bors | -28/+83 |
| 2015-05-26 | Convert 15 diagnostics to have error codes (E0380-E0394). | Nick Hamann | -66/+94 |
| 2015-05-26 | Pluralize E0087-E0090 messages based on number of parameters. | Nick Hamann | -12/+23 |
| 2015-05-26 | Fix typo. | Nick Hamann | -2/+2 |
| 2015-05-26 | Small improvements for explanations of E0250, E0368, E0372. | Nick Hamann | -8/+5 |
| 2015-05-26 | Add error explanations for E0055, E0089, E0192, E0261, E0262, E0263, E0318. | Nick Hamann | -7/+116 |
| 2015-05-26 | Auto merge of #24657 - aochagavia:rustdoc, r=alexcrichton | bors | -23/+44 |
| 2015-05-26 | etc: use codecs in featureck | Richo Healey | -9/+5 |
| 2015-05-26 | Auto merge of #25593 - nham:E0210_E0326, r=alexcrichton | bors | -30/+82 |
| 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 | -15/+133 |
| 2015-05-26 | Document std::env::const values | Steve Klabnik | -0/+54 |
| 2015-05-26 | Do not trip an assert when coercing &Trait to &Trait in constants. | Eduard Burtescu | -3/+36 |
| 2015-05-26 | Implement defaults for associated types | Ariel Ben-Yehuda | -120/+167 |
| 2015-05-26 | rustc_back: Don't pass 'u' to ar invocations | Alex Crichton | -1/+51 |
| 2015-05-26 | Auto merge of #25785 - arielb1:cleanup-201505, r=eddyb | bors | -490/+210 |
| 2015-05-26 | Auto merge of #25778 - econoplas:master, r=pnkfelix | bors | -2/+6 |
| 2015-05-26 | Remove ObjectCastMap | Ariel Ben-Yehuda | -53/+7 |
| 2015-05-26 | Use lookup_locally_or_in_crate_store more often | Ariel Ben-Yehuda | -88/+54 |
| 2015-05-26 | Associate each path in a `use` declaration with the item in the AST map | Barosl Lee | -0/+29 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -97/+150 |
| 2015-05-26 | Clean-up some junk | Ariel Ben-Yehuda | -255/+2 |