| Age | Commit message (Expand) | Author | Lines |
| 2015-05-15 | Don't use <Duration as Display>::display() in time passes | Nick Cameron | -4/+9 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -4/+5 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -4/+5 |
| 2015-05-13 | Rollup merge of #25365 - meqif:error-markdown, r=huonw | Steve Klabnik | -2/+2 |
| 2015-05-13 | Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakis | bors | -11/+16 |
| 2015-05-13 | Markdown formatting for error explanations. | Ricardo Martins | -2/+2 |
| 2015-05-13 | Auto merge of #25024 - nrc:mulit-decor, r=sfackler | bors | -2/+4 |
| 2015-05-13 | Merge branch 'master' into mulit-decor | Nick Cameron | -234/+259 |
| 2015-05-13 | Fix binder skipping | Nick Cameron | -5/+26 |
| 2015-05-13 | Rebasing | Nick Cameron | -7/+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/+388 |
| 2015-05-12 | Create a FreshFloatTy separate from FreshIntTy | Ariel Ben-Yehuda | -11/+16 |
| 2015-05-12 | Rollup merge of #25331 - michaelsproul:err-idx-doc-link, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-05-12 | Add a link to the error index to the main doc page. | Michael Sproul | -2/+2 |
| 2015-05-12 | Auto merge of #25323 - eddyb:coherent-coherence, r=pnkfelix | bors | -159/+142 |
| 2015-05-12 | Auto merge of #23424 - arielb1:ambiguous-project, r=nikomatsakis | bors | -67/+103 |
| 2015-05-12 | rustc_typeck: remove the "preload all impls ever" workaround in coherence. | Eduard Burtescu | -19/+0 |
| 2015-05-12 | Fix ty::populate_implementations_for_trait_if_necessary to load the trait's i... | Eduard Burtescu | -17/+54 |
| 2015-05-12 | rustc: rename ty::populate_implementations_for_type_if_necessary to make it c... | Eduard Burtescu | -40/+19 |
| 2015-05-12 | rustc::metadata: use u64 for DefId's instead of strings. | Eduard Burtescu | -85/+71 |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -277/+677 |
| 2015-05-11 | Markdown formatting for error explanations. | Michael Sproul | -0/+6 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -6/+6 |
| 2015-05-10 | Rollup merge of #25261 - nham:obsolete_assoc_space_comment, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-05-09 | Remove obsolete comment in rustc::middle::subst. | Nick Hamann | -1/+0 |
| 2015-05-09 | Add long diagnostic for E0137 | Nick Hamann | -1/+6 |
| 2015-05-09 | Auto merge of #24728 - GuillaumeGomez:type-mismatch, r=pnkfelix | bors | -1/+136 |
| 2015-05-09 | Use of @pnkfelix code and fix typos | Guillaume Gomez | -1/+136 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -2/+2 |
| 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 | -2/+69 |
| 2015-05-07 | Rollup merge of #24576 - cactorium:errorcodes, r=pnkfelix | Steve Klabnik | -3/+55 |
| 2015-05-07 | Auto merge of #24964 - tamird:cleanup-bitflags, r=alexcrichton | bors | -10/+8 |
| 2015-05-06 | improve comment | Ariel Ben-Yehuda | -2/+4 |
| 2015-05-06 | Fix #25076 | Ariel Ben-Yehuda | -3/+10 |
| 2015-05-06 | Reword with pnkfelix's suggestion | Kelvin Ly | -12/+14 |
| 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-06 | Auto merge of #25134 - alexcrichton:fix-issue-25072-for-realsies, r=brson | bors | -3/+47 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -3/+47 |
| 2015-05-05 | Markdown edits for diagnostic errors. | Michael Sproul | -22/+26 |
| 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 | -6/+6 |
| 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 | -197/+276 |
| 2015-05-01 | Remove Managed | Simonas Kazlauskas | -23/+1 |