| Age | Commit message (Expand) | Author | Lines |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -509/+497 |
| 2013-09-30 | Prevent leakage of fmt! into the compiler | Alex Crichton | -49/+62 |
| 2013-09-30 | auto merge of #9643 : thestinger/rust/immediate, r=alexcrichton | bors | -49/+84 |
| 2013-10-01 | fix dropping non-primitive immediates | Daniel Micay | -16/+4 |
| 2013-09-30 | rustdoc: Don't ignore dox on impl blocks | Alex Crichton | -12/+36 |
| 2013-09-30 | rustdoc: Stop ignoring dox on fields/variants | Alex Crichton | -11/+34 |
| 2013-09-30 | rustdoc: Use a BufferedWriter when emitting source | Alex Crichton | -3/+13 |
| 2013-09-30 | rustdoc: Detect repeated keys and fix width | Alex Crichton | -4/+4 |
| 2013-09-30 | rustdoc: Update the man page | Alex Crichton | -3/+4 |
| 2013-09-30 | rustdoc: Add the ability to input json | Alex Crichton | -57/+141 |
| 2013-10-01 | add -Z soft-float option | Jyun-Yan You | -3/+13 |
| 2013-09-30 | Clarify format! implicit positional references | Alex Crichton | -19/+42 |
| 2013-09-30 | Add test for issue #9446. | David Creswick | -0/+40 |
| 2013-10-01 | Revise error message to use phrase "all caps" instead of "uppercase". | Felix S. Klock II | -4/+4 |
| 2013-10-01 | Workaround conflict between all-uppercase static and NaN definition. | Felix S. Klock II | -0/+2 |
| 2013-09-30 | rustpkg: Make test_rustpkg_test_output more permissive | Tim Chevalier | -3/+5 |
| 2013-10-01 | Expanded test to clarify that the constants *are* matching when they should. | Felix S. Klock II | -0/+15 |
| 2013-10-01 | Fix typo in comment. | Felix S. Klock II | -1/+1 |
| 2013-10-01 | Throwing in another interesting test case: There is no need to warn | Felix S. Klock II | -0/+9 |
| 2013-10-01 | Add new lint: non_uppercase_pattern_statics, for #7526. | Felix S. Klock II | -0/+129 |
| 2013-09-30 | rm only use of type_is_immediate outside of trans | Daniel Micay | -36/+43 |
| 2013-09-30 | auto merge of #9628 : alexcrichton/rust/tidy-binaries, r=thestinger | bors | -0/+18 |
| 2013-09-30 | testsuite: Un-xfail unit-like-struct-drop-run on Windows | Tim Chevalier | -2/+1 |
| 2013-09-30 | rustdoc: Generate valid code for struct-variants | Alex Crichton | -5/+9 |
| 2013-09-30 | std::iter: Introduce .by_ref() adaptor | blake2-ppc | -0/+44 |
| 2013-09-30 | auto merge of #9630 : blake2-ppc/rust/de-at-smaller, r=huonw | bors | -178/+191 |
| 2013-09-30 | trans::build: Change @mut Block to &Block or &mut Block | blake2-ppc | -116/+129 |
| 2013-09-30 | trans: Change @ast::Pat and @mut CrateContext in a few places | blake2-ppc | -6/+6 |
| 2013-09-30 | trans: Change @ast::Expr -> &ast::Expr where possible | blake2-ppc | -56/+56 |
| 2013-09-30 | Expand tidy to prevent binaries from being checked | Alex Crichton | -0/+18 |
| 2013-09-30 | auto merge of #9619 : toffaletti/rust/mmap, r=huonw | bors | -7/+7 |
| 2013-09-30 | auto merge of #9616 : klutzy/rust/win32-uv-test, r=huonw | bors | -4/+0 |
| 2013-09-30 | auto merge of #9614 : blake2-ppc/rust/lang-item-iter, r=alexcrichton | bors | -51/+52 |
| 2013-09-29 | reduce heap allocations for MemoryMap | Jason Toffaletti | -7/+7 |
| 2013-09-30 | std::rt::uv::net: Enable tests on Win32 | klutzy | -4/+0 |
| 2013-09-30 | rustc: Convert lang_item to use an iterator | blake2-ppc | -5/+6 |
| 2013-09-30 | rustc: Convert lang_items hashmap to use &'static str keys | blake2-ppc | -46/+46 |
| 2013-09-29 | auto merge of #9612 : alexcrichton/rust/rc-crate2, r=huonw | bors | -228/+179 |
| 2013-09-29 | auto merge of #9609 : alexcrichton/rust/fix-logging-newline, r=catamorphism | bors | -1/+1 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -224/+175 |
| 2013-09-29 | Require &Crate instead of @Crate | Alex Crichton | -4/+4 |
| 2013-09-29 | Put a newline after each logging message | Alex Crichton | -1/+1 |
| 2013-09-29 | Add get_opt to std::vec | Harry Marr | -0/+18 |
| 2013-09-28 | Don't redirect output in rustpkg test | Steven Fackler | -8/+2 |
| 2013-09-28 | Fix single-line-style paragraph fills with code immediately before or after | Micah Chalmer | -1/+31 |
| 2013-09-28 | auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmr | bors | -131/+313 |
| 2013-09-28 | rustdoc: Show type parameters on external paths | Alex Crichton | -59/+34 |
| 2013-09-28 | auto merge of #9583 : blake2-ppc/rust/connect-vec, r=huonw | bors | -54/+45 |
| 2013-09-27 | auto merge of #9574 : FlaPer87/rust/suppress_warnings, r=metajack | bors | -1/+0 |
| 2013-09-27 | auto merge of #9562 : alexcrichton/rust/snapshots, r=thestinger | bors | -50/+8 |