| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | rollup merge of #24640: steveklabnik/new_unsafe_guide | Alex Crichton | -1/+1 |
| 2015-04-21 | rollup merge of #24563: kwantam/rfc_1054 | Alex Crichton | -3/+2 |
| 2015-04-21 | rollup merge of #24439: alexcrichton/fix-archive-assembler | Alex Crichton | -5/+10 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -3/+2 |
| 2015-04-21 | rustc: Handle duplicate names merging archives | Alex Crichton | -5/+10 |
| 2015-04-21 | Check for shadowing between lifetimes and loop labels in function bodies. | Felix S. Klock II | -12/+201 |
| 2015-04-21 | Refocus unsafe code chapter on unsafe itself. | Steve Klabnik | -1/+1 |
| 2015-04-20 | Make stability attributes an error. #22830 | Brian Anderson | -3/+3 |
| 2015-04-20 | Auto merge of #24525 - GuillaumeGomez:check-const, r=pnkfelix | bors | -1/+23 |
| 2015-04-20 | Fix typos | Guillaume Gomez | -2/+2 |
| 2015-04-20 | Add long explanation for E0018 | Guillaume Gomez | -1/+23 |
| 2015-04-19 | Add long diagnostics for E0133. | Ricardo Martins | -1/+15 |
| 2015-04-18 | Rollup merge of #24542 - michaelsproul:rollup, r=alexcrichton | Manish Goregaokar | -19/+96 |
| 2015-04-18 | Auto merge of #24209 - nikomatsakis:refactor-unification, r=nrc | bors | -1043/+75 |
| 2015-04-18 | Add long diagnostics for "bind by-ref and by-move" | Guillaume Gomez | -1/+48 |
| 2015-04-18 | Add long diagnostics for E0015 | Nick Hamann | -1/+6 |
| 2015-04-18 | Add long diagnostics for E0020 | Nick Hamann | -1/+5 |
| 2015-04-17 | Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturon | bors | -37/+54 |
| 2015-04-17 | Port to use the new Unify code, which has no UnifyValue trait | Niko Matsakis | -343/+52 |
| 2015-04-17 | Port to using the newer graph, which offers iterators instead of the | Niko Matsakis | -508/+19 |
| 2015-04-17 | Use the newer snapshot_vec, which has a simplified delegate | Niko Matsakis | -195/+6 |
| 2015-04-17 | Add librustc_data_structures crate | Niko Matsakis | -0/+1 |
| 2015-04-17 | Create a struct to represent early-bound regions | Niko Matsakis | -37/+54 |
| 2015-04-17 | Rollup merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelix | Manish Goregaokar | -4/+7 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -1/+3 |
| 2015-04-17 | Enforce 80 char lines in extended errors. | Michael Sproul | -6/+8 |
| 2015-04-17 | Update/add messages for E0{267,268,296,303}. | Michael Sproul | -10/+29 |
| 2015-04-16 | Fix broken links in the docs | Florian Hartwig | -1/+1 |
| 2015-04-16 | Add Debug to MethodCallee | Philip Munksgaard | -1/+1 |
| 2015-04-16 | rustc: Add long diagnostics for E0306 and E0307 | Chris Wong | -2/+10 |
| 2015-04-16 | rustc: Add long diagnostics for E0170 | Chris Wong | -1/+26 |
| 2015-04-16 | rustc: Add long diagnostics for E0161 | Chris Wong | -1/+8 |
| 2015-04-16 | rustc: Add long diagnostics for E0158 | Chris Wong | -1/+18 |
| 2015-04-16 | rustc: Add long diagnostics for E0152 | Chris Wong | -1/+14 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -43/+43 |
| 2015-04-15 | Auto merge of #24481 - steveklabnik:rollup, r=steveklabnik | bors | -1/+1 |
| 2015-04-15 | Rollup merge of #24449 - richo:typo, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-15 | Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakis | bors | -17/+63 |
| 2015-04-15 | make Repr of TraitRef more useful | Ariel Ben-Yehuda | -4/+7 |
| 2015-04-15 | Dataflow changes and associated borrowck fix. | Felix S. Klock II | -17/+63 |
| 2015-04-15 | rustc: fix a typo in letter to rustc | Richo Healey | -1/+1 |
| 2015-04-15 | Auto merge of #24431 - ruud-v-a:explain, r=alexcrichton | bors | -5/+94 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -19/+19 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -24/+24 |
| 2015-04-14 | Test fixes and rebase conflicts | Alex Crichton | -1/+2 |
| 2015-04-14 | rustc: Add long diagnostics for E0165 | Ruud van Asseldonk | -1/+20 |
| 2015-04-14 | rustc: Add long diagnostics for E0162 | Ruud van Asseldonk | -1/+19 |
| 2015-04-14 | rollup merge of #24399: brson/stab | Alex Crichton | -28/+38 |
| 2015-04-14 | rollup merge of #24391: nrc/visit-vis | Alex Crichton | -5/+5 |
| 2015-04-14 | rustc: Add long diagnostics for E0302 | Ruud van Asseldonk | -1/+14 |