about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-06-18Don't require mutable StringReader to emit lexer errorsKevin Ballard-42/+52
2014-06-18Fix spans for doc commentsKevin Ballard-3/+3
2014-06-18auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichtonbors-96/+230
2014-06-18auto merge of #14869 : nick29581/rust/tstore, r=nmatsakisbors-2/+6
2014-06-17auto merge of #14956 : nathantypanski/rust/master, r=alexcrichtonbors-15/+0
2014-06-18Remove TraitStore from ty_traitNick Cameron-2/+6
2014-06-18Fix some violations of stronger guarantees for mutable borrows.Simon Sapin-9/+17
2014-06-17Refactor backslash-escape parsing to share similar code.Simon Sapin-151/+69
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-3/+61
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-66/+128
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-4/+92
2014-06-17librustc: Make addresses of immutable statics insignificant unlessPatrick Walton-9/+14
2014-06-17libsyntax: remove dead code find_linkage_metasNathan Typanski-15/+0
2014-06-16Update repo locationBrian Anderson-3/+3
2014-06-16rustc: Improve span for error about using a method as a field.Kevin Butler-7/+16
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-91/+11
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-1/+14
2014-06-15Register new snapshotsAlex Crichton-91/+11
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-19/+40
2014-06-14Register new snapshotsAlex Crichton-18/+1
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-88/+166
2014-06-13syntax: parse outer attributes in `quote_item!` calls.Huon Wilson-7/+9
2014-06-13syntax: fix quote_pat! & unignore a quotation test.Huon Wilson-3/+1
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-58/+112
2014-06-13librustc: Fix the issue with labels shadowing variable names by makingPatrick Walton-77/+127
2014-06-13Introduce VecPerParamSpace and use it to represent sets of types andNiko Matsakis-8/+0
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-188/+91
2014-06-13Dump results of analysis phase as CSVNick Cameron-35/+35
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-0/+13
2014-06-12Basic iOS supportValerii Hiora-1/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-188/+91
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-6/+12
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-33/+34
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-1167/+1278
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-9/+9
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-17/+12
2014-06-10Fix more misspelled comments and strings.Joseph Crail-9/+9
2014-06-09librustc: Implement sugar for the `FnMut` traitPatrick Walton-29/+176
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-0/+7
2014-06-09Implement #[plugin_registrar]Keegan McAllister-196/+34
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-2/+2
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