summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-32/+26
2014-06-25don't expand subexprs of for loop, just re-expand whole thing.John Clements-5/+6
2014-06-25remove misleading and unnecessary underscoresJohn Clements-2/+3
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/+59
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-11/+1
2014-06-24Make parse_expr_res publicKeegan McAllister-1/+1
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-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-40/+23
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-11/+1
2014-06-24auto merge of #15118 : stepancheg/rust/concat, r=alexcrichtonbors-2/+5
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-1/+2
2014-06-24Added Mipsel architecture supportPawel Olzacki-1/+2
2014-06-24auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brsonbors-4/+17
2014-06-24auto merge of #15105 : alexcrichton/rust/snapshots, r=luqmanabors-1/+0
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-14/+16
2014-06-23Allow trailing comma in `concat!`Stepan Koltsov-2/+5
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-22libsyntax: don't allow enum structs with no fieldsBenjamin Herr-0/+5
2014-06-21auto merge of #15062 : pcwalton/rust/trailing-plus, r=brsonbors-0/+6
2014-06-21auto merge of #15029 : aturon/rust/stability-index, r=brsonbors-1/+2
2014-06-20libsyntax: Stop parsing `+` with no bounds after it.Patrick Walton-0/+6
2014-06-20auto merge of #14988 : pcwalton/rust/unsafe-destructor-feature-gate, r=alexcr...bors-2/+3
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-2/+3
2014-06-20syntax: Parse GT tokens from `>=` and `>>=`Alex Crichton-1/+13
2014-06-18Add stability inheritanceAaron Turon-1/+2
2014-06-19auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmrbors-68/+195
2014-06-18Handle CRLF properly in the lexerKevin Ballard-23/+140
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
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-18Don't require mutable StringReader to emit lexer errorsKevin Ballard-42/+52
2014-06-18Fix spans for doc commentsKevin Ballard-3/+3
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
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