| Age | Commit message (Expand) | Author | Lines |
| 2015-05-13 | Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakis | bors | -10/+14 |
| 2015-05-13 | Fix binder skipping | Nick Cameron | -5/+26 |
| 2015-05-13 | Rebasing | Nick Cameron | -5/+6 |
| 2015-05-13 | Fix a bunch of bugs | Nick Cameron | -2/+1 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -34/+355 |
| 2015-05-12 | Create a FreshFloatTy separate from FreshIntTy | Ariel Ben-Yehuda | -10/+14 |
| 2015-05-12 | Auto merge of #25323 - eddyb:coherent-coherence, r=pnkfelix | bors | -36/+16 |
| 2015-05-12 | Auto merge of #23424 - arielb1:ambiguous-project, r=nikomatsakis | bors | -67/+103 |
| 2015-05-12 | Fix ty::populate_implementations_for_trait_if_necessary to load the trait's i... | Eduard Burtescu | -5/+7 |
| 2015-05-12 | rustc: rename ty::populate_implementations_for_type_if_necessary to make it c... | Eduard Burtescu | -31/+9 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -5/+5 |
| 2015-05-09 | Remove obsolete comment in rustc::middle::subst. | Nick Hamann | -1/+0 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -1/+1 |
| 2015-05-07 | Auto merge of #25123 - arielb1:self-inhibiting-error, r=nikomatsakis | bors | -3/+12 |
| 2015-05-07 | Select projections over impls in case of ambiguity. Fixes #23336. | Ariel Ben-Yehuda | -67/+103 |
| 2015-05-07 | Rollup merge of #25138 - tshepang:typos, r=sanxiyn | Steve Klabnik | -3/+3 |
| 2015-05-07 | Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelix | Steve Klabnik | -1/+1 |
| 2015-05-06 | improve comment | Ariel Ben-Yehuda | -2/+4 |
| 2015-05-06 | Fix #25076 | Ariel Ben-Yehuda | -3/+10 |
| 2015-05-05 | Use `empty()` instead of a special const | Tamir Duberstein | -10/+8 |
| 2015-05-06 | fix typos caught by codespell | Tshepang Lekhonkhobe | -3/+3 |
| 2015-05-04 | Changing Vec to Box<[T]> | Carol Nichols | -1/+1 |
| 2015-05-04 | Fix spelling errors in documentation. | Joseph Crail | -2/+2 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -5/+5 |
| 2015-05-01 | Auto merge of #24778 - nagisa:managed-removal, r=huonw | bors | -23/+1 |
| 2015-05-01 | Auto merge of #24965 - arielb1:instant-reject, r=nikomatsakis | bors | -166/+243 |
| 2015-05-01 | Remove Managed | Simonas Kazlauskas | -23/+1 |
| 2015-04-30 | address review comments | Ariel Ben-Yehuda | -14/+23 |
| 2015-04-30 | Use hash-tables in trait selection | Ariel Ben-Yehuda | -92/+158 |
| 2015-04-30 | Stop using Rc in TraitRef and TraitDef | Ariel Ben-Yehuda | -74/+76 |
| 2015-04-30 | Add long diagnostics for enum repr errors. | Michael Sproul | -1/+3 |
| 2015-04-30 | rustc: Improve misleading error message for E0282 | Ruud van Asseldonk | -1/+1 |
| 2015-04-29 | Fallout | Tamir Duberstein | -80/+84 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -122/+491 |
| 2015-04-25 | Re-enable test | Tamir Duberstein | -13/+14 |
| 2015-04-24 | Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelix | bors | -175/+714 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -4/+34 |
| 2015-04-23 | Fix dead code check for associated const impls. | Sean Patrick Santos | -22/+32 |
| 2015-04-23 | Fix a number of bugs that interfered with cross-crate usage of associated con... | Sean Patrick Santos | -10/+21 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -58/+312 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -40/+104 |
| 2015-04-23 | Auto merge of #24615 - arielb1:rapid-reject, r=nikomatsakis | bors | -27/+20 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -9/+11 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -9/+11 |
| 2015-04-21 | Check for shadowing between lifetimes and loop labels in function bodies. | Felix S. Klock II | -12/+201 |
| 2015-04-20 | Make stability attributes an error. #22830 | Brian Anderson | -3/+3 |
| 2015-04-19 | Call skolemize_late_bound_regions only after fast rejection | Ariel Ben-Yehuda | -27/+20 |
| 2015-04-18 | Rather than storing the relations between free-regions in a global | Niko Matsakis | -175/+714 |
| 2015-04-18 | Auto merge of #24209 - nikomatsakis:refactor-unification, r=nrc | bors | -855/+74 |
| 2015-04-17 | Port to use the new Unify code, which has no UnifyValue trait | Niko Matsakis | -343/+52 |