about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2014-06-25remove unneccessary pubs, shorten namesJohn Clements-9/+9
2014-06-25remove unneeded visit_ty methodsJohn Clements-9/+0
2014-06-25add unit test for match var hygieneJohn Clements-0/+12
2014-06-25enrich and rename crate_idents test caseJohn Clements-6/+12
2014-06-25comments onlyJohn Clements-4/+9
2014-06-25revive old commented-out test cases as ignored test cases for hygieneJohn Clements-6/+58
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-1/+0
2014-06-24Allow splicing more things in quotesKeegan McAllister-0/+16
2014-06-24Use macros to implement syntax::ext::quote::ToSourceKeegan McAllister-125/+74
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-1/+0
2014-06-23Allow trailing comma in `concat!`Stepan Koltsov-2/+5
2014-06-18Revert bytes!() docstring change, and fix a typo.Simon Sapin-1/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-0/+8
2014-06-18auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichtonbors-0/+7
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-0/+7
2014-06-17librustc: Make addresses of immutable statics insignificant unlessPatrick Walton-9/+1
2014-06-16rustc: Improve span for error about using a method as a field.Kevin Butler-2/+10
2014-06-15Register new snapshotsAlex Crichton-25/+2
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-6/+11
2014-06-14Register new snapshotsAlex Crichton-10/+0
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-1/+2
2014-06-13syntax: parse outer attributes in `quote_item!` calls.Huon Wilson-5/+3
2014-06-13syntax: fix quote_pat! & unignore a quotation test.Huon Wilson-3/+1
2014-06-13librustc: Fix the issue with labels shadowing variable names by makingPatrick Walton-5/+44
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-184/+33
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-13/+14
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-452/+532
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-4/+4
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-12/+3
2014-06-10Fix more misspelled comments and strings.Joseph Crail-4/+4
2014-06-09Implement #[plugin_registrar]Keegan McAllister-195/+34
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-12/+3
2014-06-07Implement ToSource and ToToken for ast::ArgHanno Braun-0/+7
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-2/+2
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-8/+7
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/+39
2014-06-02syntax: Remove use of `pub use` globsklutzy-12/+39
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-3/+3
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-16/+15
2014-05-30libsyntax: Fix snake_case errors.Kevin Butler-20/+27
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 #14492 : alexcrichton/rust/totaleq, r=pnkfelixbors-4/+5