| Age | Commit message (Expand) | Author | Lines |
| 2014-06-25 | tidy macro just a bit | John Clements | -13/+13 |
| 2014-06-25 | Add extra ignore directives. | Steve Klabnik | -4/+4 |
| 2014-06-25 | auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brson | bors | -32/+52 |
| 2014-06-25 | Guide: Hello, world! | Steve Klabnik | -0/+180 |
| 2014-06-25 | auto merge of #15173 : Sawyer47/rust/de-to-string, r=alexcrichton | bors | -95/+77 |
| 2014-06-25 | auto merge of #15121 : steveklabnik/rust/matching_docs, r=alexcrichton | bors | -3/+8 |
| 2014-06-25 | thanks @sfackler | Steve Klabnik | -1/+1 |
| 2014-06-25 | fix feedback from @huonw | Steve Klabnik | -3/+7 |
| 2014-06-25 | Guide: install instructions | Steve Klabnik | -1/+96 |
| 2014-06-25 | Make an example more clear with sample code. | Steve Klabnik | -3/+8 |
| 2014-06-25 | auto merge of #15174 : alco/rust/patch-1, r=alexcrichton | bors | -3/+3 |
| 2014-06-25 | Fix wrong type name: IoError<()> -> IoResult<()> | Alexei Sholik | -1/+1 |
| 2014-06-25 | Fix a typo in fmt.rs | Alexei Sholik | -2/+2 |
| 2014-06-25 | auto merge of #15164 : pcwalton/rust/vector-cast-weirdness, r=alexcrichton | bors | -129/+191 |
| 2014-06-24 | librustc: Don't try to perform the magical | Patrick Walton | -129/+191 |
| 2014-06-25 | auto merge of #15165 : zookoatleastauthoritycom/rust/14148-Optimize-out-exhor... | bors | -35/+33 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -32/+52 |
| 2014-06-25 | compiletest: Remove superfluous to_string calls | Piotr Jawniak | -95/+77 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -74/+4 |
| 2014-06-24 | Test fixes from the rollup | Alex Crichton | -7/+13 |
| 2014-06-25 | reflow with emacs fill-paragraph (fill-column 71) | Zooko Wilcox-O'Hearn | -5/+6 |
| 2014-06-25 | add "(see below)" to a reference to a new concept | Zooko Wilcox-O'Hearn | -1/+1 |
| 2014-06-25 | Optimize out exhortations about being careful. | Zooko Wilcox-O'Hearn | -35/+33 |
| 2014-06-24 | Stabilize version output for rustc and rustdoc | Robert Buonpastore | -13/+39 |
| 2014-06-24 | rustc: Don't register syntax crates twice | Alex Crichton | -1/+16 |
| 2014-06-24 | test: Add a test for regions, traits, and variance. | Patrick Walton | -0/+52 |
| 2014-06-24 | librustc: Check function argument patterns for legality of by-move | Patrick Walton | -0/+22 |
| 2014-06-24 | Make parse_expr_res public | Keegan McAllister | -1/+1 |
| 2014-06-24 | Allow splicing more things in quotes | Keegan McAllister | -0/+16 |
| 2014-06-24 | Use macros to implement syntax::ext::quote::ToSource | Keegan McAllister | -125/+74 |
| 2014-06-24 | Avoid unnecessary temporary on assignments | Björn Steinbrink | -2/+2 |
| 2014-06-24 | Remove few FIXMEs | Piotr Jawniak | -19/+7 |
| 2014-06-24 | Fix grammar in tutorial | Michael Zhou | -1/+1 |
| 2014-06-24 | std: Add stability attributes to primitive numeric modules | Brian Anderson | -0/+44 |
| 2014-06-24 | Move core::bool tests to run-pass | Brian Anderson | -99/+77 |
| 2014-06-24 | core: Remove bool::to_bit | Brian Anderson | -24/+1 |
| 2014-06-24 | core: Add stability attributes to Clone | Brian Anderson | -0/+14 |
| 2014-06-24 | added xfailed test for issue 9737 | John Clements | -0/+20 |
| 2014-06-24 | added xfailed tests for two other flavors of var hygiene | John Clements | -0/+47 |
| 2014-06-24 | Add the Guide, add warning to tutorial. | Steve Klabnik | -0/+17 |
| 2014-06-24 | Fix #15129 | Jakub Wieczorek | -11/+89 |
| 2014-06-24 | Improve ambiguous pronoun. | Steve Klabnik | -3/+4 |
| 2014-06-24 | rustc: Always include the morestack library | Alex Crichton | -14/+40 |
| 2014-06-24 | Remove the cheat sheet. | Steve Klabnik | -281/+0 |
| 2014-06-24 | Add tests for #12470 and #14285 | Edward Wang | -0/+67 |
| 2014-06-24 | Add more description to c_str::unwrap(). | Steve Klabnik | -1/+4 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2050/+2229 |
| 2014-06-24 | std: Bring back half of Add on String | Alex Crichton | -0/+17 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -74/+4 |
| 2014-06-24 | auto merge of #15024 : kmcallister/rust/lint, r=alexcrichton | bors | -2138/+2892 |