about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2015-04-21rollup merge of #24640: steveklabnik/new_unsafe_guideAlex Crichton-1/+1
2015-04-21rollup merge of #24563: kwantam/rfc_1054Alex Crichton-3/+2
2015-04-21rollup merge of #24439: alexcrichton/fix-archive-assemblerAlex Crichton-5/+10
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-3/+2
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-5/+10
2015-04-21Check for shadowing between lifetimes and loop labels in function bodies.Felix S. Klock II-12/+201
2015-04-21Refocus unsafe code chapter on unsafe itself.Steve Klabnik-1/+1
2015-04-20Make stability attributes an error. #22830Brian Anderson-3/+3
2015-04-20Auto merge of #24525 - GuillaumeGomez:check-const, r=pnkfelixbors-1/+23
2015-04-20Fix typosGuillaume Gomez-2/+2
2015-04-20Add long explanation for E0018Guillaume Gomez-1/+23
2015-04-19Add long diagnostics for E0133.Ricardo Martins-1/+15
2015-04-18Rollup merge of #24542 - michaelsproul:rollup, r=alexcrichtonManish Goregaokar-19/+96
2015-04-18Auto merge of #24209 - nikomatsakis:refactor-unification, r=nrcbors-1043/+75
2015-04-18Add long diagnostics for "bind by-ref and by-move"Guillaume Gomez-1/+48
2015-04-18Add long diagnostics for E0015Nick Hamann-1/+6
2015-04-18Add long diagnostics for E0020Nick Hamann-1/+5
2015-04-17Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturonbors-37/+54
2015-04-17Port to use the new Unify code, which has no UnifyValue traitNiko Matsakis-343/+52
2015-04-17Port to using the newer graph, which offers iterators instead of theNiko Matsakis-508/+19
2015-04-17Use the newer snapshot_vec, which has a simplified delegateNiko Matsakis-195/+6
2015-04-17Add librustc_data_structures crateNiko Matsakis-0/+1
2015-04-17Create a struct to represent early-bound regionsNiko Matsakis-37/+54
2015-04-17Rollup merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelixManish Goregaokar-4/+7
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-1/+3
2015-04-17Enforce 80 char lines in extended errors.Michael Sproul-6/+8
2015-04-17Update/add messages for E0{267,268,296,303}.Michael Sproul-10/+29
2015-04-16Fix broken links in the docsFlorian Hartwig-1/+1
2015-04-16Add Debug to MethodCalleePhilip Munksgaard-1/+1
2015-04-16rustc: Add long diagnostics for E0306 and E0307Chris Wong-2/+10
2015-04-16rustc: Add long diagnostics for E0170Chris Wong-1/+26
2015-04-16rustc: Add long diagnostics for E0161Chris Wong-1/+8
2015-04-16rustc: Add long diagnostics for E0158Chris Wong-1/+18
2015-04-16rustc: Add long diagnostics for E0152Chris Wong-1/+14
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-43/+43
2015-04-15Auto merge of #24481 - steveklabnik:rollup, r=steveklabnikbors-1/+1
2015-04-15Rollup merge of #24449 - richo:typo, r=alexcrichtonSteve Klabnik-1/+1
2015-04-15Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakisbors-17/+63
2015-04-15 make Repr of TraitRef more usefulAriel Ben-Yehuda-4/+7
2015-04-15Dataflow changes and associated borrowck fix.Felix S. Klock II-17/+63
2015-04-15rustc: fix a typo in letter to rustcRicho Healey-1/+1
2015-04-15Auto merge of #24431 - ruud-v-a:explain, r=alexcrichtonbors-5/+94
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-19/+19
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-24/+24
2015-04-14Test fixes and rebase conflictsAlex Crichton-1/+2
2015-04-14rustc: Add long diagnostics for E0165Ruud van Asseldonk-1/+20
2015-04-14rustc: Add long diagnostics for E0162Ruud van Asseldonk-1/+19
2015-04-14rollup merge of #24399: brson/stabAlex Crichton-28/+38
2015-04-14rollup merge of #24391: nrc/visit-visAlex Crichton-5/+5
2015-04-14rustc: Add long diagnostics for E0302Ruud van Asseldonk-1/+14