about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-17/+3
2014-06-08Add detection of dead struct fieldsJakub Wieczorek-0/+9
2014-06-08Remove unused name_str_pair methodSteven Fackler-16/+0
2014-06-07Add visit_attribute to Visitor, use it for unused_attributeSteven Fackler-16/+46
2014-06-07Implement ToSource and ToToken for ast::ArgHanno Braun-0/+11
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-70/+0
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-3/+3
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-3/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-15/+13
2014-06-04syntax: use doc comments in the internerCorey Richardson-5/+5
2014-06-04syntax: methodify the lexerCorey Richardson-1186/+1194
2014-06-03Add comments for the token tableCorey Richardson-0/+4
2014-06-03syntax: shuffle some allocation out of binop_to_strCorey Richardson-13/+13
2014-06-03auto merge of #14627 : Indiv0/rust/fix-crateid-doc-typo, r=alexcrichtonbors-2/+2
2014-06-03Fix typo "gihub" in libsyntax/crateid.Nikita Pekin-2/+2
2014-06-04syntax: Make quasiquoter use absolute pathsklutzy-69/+54
2014-06-02auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichtonbors-7/+7
2014-06-02auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichtonbors-12/+40
2014-06-02syntax: Remove use of `pub use` globsklutzy-12/+40
2014-06-02docs: Stop using `notrust`Florian Gilcher-7/+7
2014-06-02Fix deriving Encodable trait for unit structsPiotr Jawniak-0/+8
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-98/+98
2014-05-31syntax: Fix an accidental hyperlink in a commentAlex Crichton-1/+1
2014-05-30syntax: Prepare for Total{Eq,Ord} => {Eq,Ord}Alex Crichton-6/+7
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-127/+126
2014-05-30libsyntax: Fix snake_case errors.Kevin Butler-68/+73
2014-05-30auto merge of #14517 : lucy/rust/issue-14499, r=alexcrichtonbors-1/+1
2014-05-29auto merge of #14427 : alexcrichton/rust/librand, r=huonwbors-2/+3
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+3
2014-05-29auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichtonbors-8/+8
2014-05-29syntax: Fix span on illegal ABI errorslucy-1/+1
2014-05-29auto merge of #14492 : alexcrichton/rust/totaleq, r=pnkfelixbors-4/+5
2014-05-29auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfacklerbors-2/+2
2014-05-28Parse macros in patternsKeegan McAllister-7/+20
2014-05-28Expand macros in patternsKeegan McAllister-5/+90
2014-05-28Add patterns to MacResultKeegan McAllister-0/+35
2014-05-28Add AST node for pattern macrosKeegan McAllister-1/+6
2014-05-28rustc: Accept PartialOrd/PartialOrdEq for Eq/OrdAlex Crichton-4/+5
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+2
2014-05-27Rename PatUniq to PatBox. Fixes part of #13910.Ahmed Charles-8/+8
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-18/+19
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-279/+279
2014-05-27std: Rename strbuf operations to stringRicho Healey-260/+260
2014-05-27std: Remove String's to_ownedRicho Healey-19/+19
2014-05-27syntax: desugar a `for` loop to a let binding to get better errorHuon Wilson-4/+32
2014-05-26syntax: Add a source field to `Local` for tracking if it comes from `let`s or...Huon Wilson-2/+17
2014-05-25Allow $foo:block nonterminals in expression positionKevin Ballard-7/+11
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-195/+195
2014-05-24Changes from feedbackSteven Fackler-42/+32
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-3/+4