| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -40/+23 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -11/+1 |
| 2014-06-24 | auto merge of #15118 : stepancheg/rust/concat, r=alexcrichton | bors | -2/+5 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -1/+2 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -1/+2 |
| 2014-06-24 | auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson | bors | -4/+17 |
| 2014-06-24 | auto merge of #15105 : alexcrichton/rust/snapshots, r=luqmana | bors | -1/+0 |
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -14/+16 |
| 2014-06-23 | Allow trailing comma in `concat!` | Stepan Koltsov | -2/+5 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-22 | libsyntax: don't allow enum structs with no fields | Benjamin Herr | -0/+5 |
| 2014-06-21 | auto merge of #15062 : pcwalton/rust/trailing-plus, r=brson | bors | -0/+6 |
| 2014-06-21 | auto merge of #15029 : aturon/rust/stability-index, r=brson | bors | -1/+2 |
| 2014-06-20 | libsyntax: Stop parsing `+` with no bounds after it. | Patrick Walton | -0/+6 |
| 2014-06-20 | auto merge of #14988 : pcwalton/rust/unsafe-destructor-feature-gate, r=alexcr... | bors | -2/+3 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -2/+3 |
| 2014-06-20 | syntax: Parse GT tokens from `>=` and `>>=` | Alex Crichton | -1/+13 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -1/+2 |
| 2014-06-19 | auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmr | bors | -68/+195 |
| 2014-06-18 | Handle CRLF properly in the lexer | Kevin Ballard | -23/+140 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Revert bytes!() docstring change, and fix a typo. | Simon Sapin | -1/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -0/+8 |
| 2014-06-18 | Don't require mutable StringReader to emit lexer errors | Kevin Ballard | -42/+52 |
| 2014-06-18 | Fix spans for doc comments | Kevin Ballard | -3/+3 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-18 | auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton | bors | -96/+230 |
| 2014-06-18 | auto merge of #14869 : nick29581/rust/tstore, r=nmatsakis | bors | -2/+6 |
| 2014-06-17 | auto merge of #14956 : nathantypanski/rust/master, r=alexcrichton | bors | -15/+0 |
| 2014-06-18 | Remove TraitStore from ty_trait | Nick Cameron | -2/+6 |
| 2014-06-18 | Fix some violations of stronger guarantees for mutable borrows. | Simon Sapin | -9/+17 |
| 2014-06-17 | Refactor backslash-escape parsing to share similar code. | Simon Sapin | -151/+69 |
| 2014-06-17 | Add br##"xx"## raw byte string literals. | Simon Sapin | -3/+61 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -66/+128 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -4/+92 |
| 2014-06-17 | librustc: Make addresses of immutable statics insignificant unless | Patrick Walton | -9/+14 |
| 2014-06-17 | libsyntax: remove dead code find_linkage_metas | Nathan Typanski | -15/+0 |
| 2014-06-16 | Update repo location | Brian Anderson | -3/+3 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -7/+16 |
| 2014-06-16 | rustc: Start accepting `*const T` | Alex Crichton | -4/+17 |
| 2014-06-16 | auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw | bors | -91/+11 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -1/+14 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -91/+11 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -19/+40 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -18/+1 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -88/+166 |
| 2014-06-13 | syntax: parse outer attributes in `quote_item!` calls. | Huon Wilson | -7/+9 |
| 2014-06-13 | syntax: fix quote_pat! & unignore a quotation test. | Huon Wilson | -3/+1 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -58/+112 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -77/+127 |