about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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
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-16rustc: Start accepting `*const T`Alex Crichton-4/+17
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