| Age | Commit message (Expand) | Author | Lines |
| 2014-06-18 | auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton | bors | -1/+140 |
| 2014-06-18 | Fix expected error message in a test. | Simon Sapin | -1/+1 |
| 2014-06-17 | Add br##"xx"## raw byte string literals. | Simon Sapin | -1/+40 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -0/+36 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -0/+64 |
| 2014-06-17 | auto merge of #14977 : pcwalton/rust/address-insignificant-reform, r=brson | bors | -1/+4 |
| 2014-06-17 | auto merge of #14976 : luqmana/rust/focwtc, r=pcwalton | bors | -0/+48 |
| 2014-06-17 | librustc: Make addresses of immutable statics insignificant unless | Patrick Walton | -1/+4 |
| 2014-06-17 | librustc: Check regions for overloaded calls. | Luqman Aden | -0/+48 |
| 2014-06-16 | std: Chunk writing to stdout on windows | Alex Crichton | -0/+24 |
| 2014-06-17 | auto merge of #14955 : alexcrichton/rust/rollup, r=alexcrichton | bors | -19/+64 |
| 2014-06-16 | Fix --disable-rpath and tests | Alex Crichton | -12/+12 |
| 2014-06-16 | rustc: Don't mark type parameters as exported | Alex Crichton | -0/+15 |
| 2014-06-16 | Change prints: @T -> Gc<T> , ~T -> Box<T> | John Schmidt | -5/+26 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -2/+11 |
| 2014-06-17 | auto merge of #14855 : TeXitoi/rust/relicense-shootout-binarytrees, r=brson | bors | -8/+38 |
| 2014-06-16 | auto merge of #14852 : TeXitoi/rust/relicense-shootout-pidigits, r=brson | bors | -8/+38 |
| 2014-06-16 | std: Improve pipe() functionality | Alex Crichton | -5/+5 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -36/+36 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -473/+793 |
| 2014-06-14 | auto merge of #14884 : huonw/rust/getoptsfail, r=alexcrichton | bors | -1/+1 |
| 2014-06-14 | auto merge of #14874 : pcwalton/rust/enum-to-float-casts-part-deux, r=alexcri... | bors | -15/+5 |
| 2014-06-13 | Add new tests for uses of mutably borrowed paths | Cameron Zwarich | -0/+150 |
| 2014-06-13 | Enforce stronger guarantees for mutable borrows | Cameron Zwarich | -3/+3 |
| 2014-06-13 | Make analyze_move_out_from more field-sensitive | Cameron Zwarich | -17/+16 |
| 2014-06-14 | getopts: format failure messages with `Show`. | Huon Wilson | -1/+1 |
| 2014-06-13 | Rolling up PRs in the queue | Alex Crichton | -5/+10 |
| 2014-06-13 | syntax: parse outer attributes in `quote_item!` calls. | Huon Wilson | -0/+3 |
| 2014-06-13 | syntax: fix quote_pat! & unignore a quotation test. | Huon Wilson | -5/+3 |
| 2014-06-13 | librustc: Forbid `transmute` from being called on types whose size is | Patrick Walton | -0/+75 |
| 2014-06-13 | librustc: Take in account mutability when casting array to raw ptr. | Luqman Aden | -0/+24 |
| 2014-06-13 | Fix the unused struct field lint for struct variants | Jakub Wieczorek | -0/+20 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -42/+60 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -5/+24 |
| 2014-06-13 | librustc: Forbid enum-to-float casts. | Patrick Walton | -15/+5 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -25/+24 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -99/+6 |
| 2014-06-13 | Dump results of analysis phase as CSV | Nick Cameron | -0/+61 |
| 2014-06-12 | Relicense shootout-binarytrees.rs | Guillaume Pinot | -8/+38 |
| 2014-06-12 | Relicense shootout-pidigits.rs | Guillaume Pinot | -8/+38 |
| 2014-06-12 | debuginfo: Generate cross-crate unique type identifiers for debuginfo types. | Michael Woerister | -0/+50 |
| 2014-06-12 | auto merge of #14801 : pcwalton/rust/name-shadowing-in-one-pattern, r=alexcri... | bors | -0/+18 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -99/+6 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -41/+5 |
| 2014-06-11 | librustc: Forbid identifiers that shadow in the same pattern in let | Patrick Walton | -0/+18 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -53/+22 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -53/+22 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -14/+22 |
| 2014-06-11 | auto merge of #14788 : Sawyer47/rust/issue-13214, r=huonw | bors | -0/+29 |
| 2014-06-10 | auto merge of #14786 : pcwalton/rust/enum-to-float-casts, r=alexcrichton | bors | -0/+35 |