| Age | Commit message (Expand) | Author | Lines |
| 2013-12-04 | rewrite of shootout-reverse-complement.rs | Guillaume Pinot | -142/+70 |
| 2013-12-03 | auto merge of #10768 : Blei/rust/logging-enabled-macros, r=alexcrichton | bors | -0/+44 |
| 2013-12-03 | Resume propagation of linking to native dylibs | Alex Crichton | -7/+1 |
| 2013-12-03 | Add test to check for debug logging disabled at compile time | Philipp Brüschweiler | -0/+21 |
| 2013-12-02 | auto merge of #10772 : alexcrichton/rust/issue-3053, r=alexcrichton | bors | -0/+26 |
| 2013-12-02 | auto merge of #10742 : alexcrichton/rust/frameworks, r=cmr | bors | -0/+59 |
| 2013-12-02 | Add a macro to check if logging at a given label is enabled | Philipp Brüschweiler | -0/+23 |
| 2013-12-02 | auto merge of #10728 : sanxiyn/rust/proc, r=cmr | bors | -0/+18 |
| 2013-12-02 | Add test for #3053. Fixes #3053. | Niko Matsakis | -0/+26 |
| 2013-12-02 | Fix type inference for proc expressions | Seo Sanghyeon | -0/+18 |
| 2013-12-01 | rustc: filter out empty linker args | Philipp Brüschweiler | -0/+7 |
| 2013-11-30 | Rewrite the issue-10734 rpass file | Kevin Ballard | -3/+27 |
| 2013-11-30 | Support OSX frameworks | Alex Crichton | -0/+59 |
| 2013-11-30 | auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwalton | bors | -8/+458 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -2/+4 |
| 2013-11-30 | auto merge of #10727 : erickt/rust/json, r=huonw | bors | -2/+2 |
| 2013-11-30 | auto merge of #10735 : alexcrichton/rust/issue-10734, r=cmr | bors | -0/+20 |
| 2013-11-30 | Don't run cleanups twice in "if true" blocks | Alex Crichton | -0/+20 |
| 2013-11-30 | Wrap the return value of the type_id intrinsic in an opaque box | Corey Richardson | -18/+41 |
| 2013-11-29 | Make -Z gen-crate-map usable for I/O | Alex Crichton | -0/+50 |
| 2013-11-29 | Add a new run-make test directory | Alex Crichton | -0/+370 |
| 2013-11-29 | Statically link librustrt to libstd | Alex Crichton | -8/+36 |
| 2013-11-29 | extra: Rename json constructors into *::init | Erick Tryzelaar | -2/+2 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -13/+13 |
| 2013-11-28 | Fix initial debug statements printing twice | Alex Crichton | -0/+36 |
| 2013-11-28 | auto merge of #10709 : alexcrichton/rust/snapshot, r=pcwalton | bors | -66/+64 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -66/+64 |
| 2013-11-28 | shootout-spectralnorm resurection with parallelization | Guillaume Pinot | -31/+66 |
| 2013-11-28 | auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv... | bors | -0/+43 |
| 2013-11-28 | Test that reborrowing contents of an `&'a mut &'b mut` pointer can only | Niko Matsakis | -0/+43 |
| 2013-11-27 | auto merge of #10621 : Florob/rust/unicode63, r=cmr | bors | -50/+48 |
| 2013-11-27 | auto merge of #10642 : cmr/rust/strict_doccomment, r=alexcrichton | bors | -0/+18 |
| 2013-11-27 | Be more strict about doc comments | Corey Richardson | -0/+18 |
| 2013-11-27 | Fix handling of upper/lowercase, and whitespace | Florian Zeitz | -9/+7 |
| 2013-11-27 | Update Unicode data to version 6.3 | Florian Zeitz | -44/+44 |
| 2013-11-27 | auto merge of #10680 : alexcrichton/rust/relax-feature-gate, r=thestinger | bors | -3/+17 |
| 2013-11-27 | Relax restrictions on unknown feature directives | Alex Crichton | -3/+17 |
| 2013-11-26 | Support multiple item macros | Steven Fackler | -1/+31 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -7/+17 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -62/+60 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -60/+58 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -310/+226 |
| 2013-11-26 | libsyntax: Remove the old-style borrowed closure type syntax from the | Patrick Walton | -6/+6 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -45/+47 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -256/+249 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -12/+12 |
| 2013-11-25 | auto merge of #10316 : klutzy/rust/attr-lint, r=cmr | bors | -5/+48 |
| 2013-11-26 | rustc: Add crate-level attribute lint | klutzy | -0/+2 |
| 2013-11-26 | rustc: Update obsolete attribute list | klutzy | -1/+2 |
| 2013-11-26 | Add test for unknown attribute lint | klutzy | -0/+18 |