| Age | Commit message (Expand) | Author | Lines |
| 2014-02-21 | Test nested `proc` can access outer owned data | Flavio Percoco | -0/+20 |
| 2014-02-21 | auto merge of #12326 : bjz/rust/integer, r=alexcrichton | bors | -0/+1 |
| 2014-02-21 | auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichton | bors | -0/+17 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -0/+1 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -0/+3 |
| 2014-02-20 | Re-work loading crates with nicer errors | Alex Crichton | -0/+73 |
| 2014-02-20 | auto merge of #12405 : kud1ing/rust/backticks, r=huonw | bors | -6/+6 |
| 2014-02-20 | auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakis | bors | -8/+12 |
| 2014-02-20 | auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichton | bors | -1/+70 |
| 2014-02-20 | auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmr | bors | -0/+85 |
| 2014-02-20 | rustc: avoid compiler generated `unsafe` blocks leaking. | Huon Wilson | -0/+17 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -44/+54 |
| 2014-02-20 | Resolve the vtables for method calls to generic Drop impls with trait bounds. | Eduard Burtescu | -8/+12 |
| 2014-02-19 | adjust to currently used style | kud1ing | -6/+6 |
| 2014-02-19 | auto merge of #12379 : alexcrichton/rust/fix-ar-thing, r=brson | bors | -0/+22 |
| 2014-02-19 | auto merge of #12375 : FlaPer87/rust/issue-7660, r=cmr | bors | -0/+24 |
| 2014-02-19 | Tweak how preference factors into linkage | Alex Crichton | -0/+85 |
| 2014-02-19 | debuginfo: Re-enable test case that should have worked all along. | Michael Woerister | -1/+0 |
| 2014-02-19 | debuginfo: Move test case from run-pass to debug-info directory so it does no... | Michael Woerister | -0/+0 |
| 2014-02-19 | debuginfo: Add support for simd types | Michael Woerister | -0/+70 |
| 2014-02-19 | auto merge of #12349 : edwardw/rust/debug-expansion, r=huonw | bors | -0/+18 |
| 2014-02-19 | Change the format_args! macro expansion for temporaries | Edward Wang | -0/+18 |
| 2014-02-19 | auto merge of #12370 : rcxdude/rust/macro_fix, r=alexcrichton | bors | -0/+19 |
| 2014-02-19 | rustdoc: Fix json output and input | Alex Crichton | -0/+29 |
| 2014-02-18 | auto merge of #12245 : nick29581/rust/priv2, r=alexcrichton | bors | -0/+281 |
| 2014-02-19 | Make priavcy checking aware that a `use` directive can point to two defintion... | Nick Cameron | -0/+281 |
| 2014-02-18 | Fix staticlib outputs linking to blank archives | Alex Crichton | -0/+22 |
| 2014-02-18 | Regression test closes #7660 | Flavio Percoco | -0/+24 |
| 2014-02-18 | auto merge of #12336 : kballard/rust/mutexarc-no-freeze, r=alexcrichton | bors | -26/+0 |
| 2014-02-18 | auto merge of #12330 : nick29581/rust/glue, r=huonw | bors | -0/+24 |
| 2014-02-18 | Avoid returning original macro if expansion fails. | Douglas Young | -0/+19 |
| 2014-02-18 | auto merge of #12351 : kud1ing/rust/backticks, r=alexcrichton | bors | -3/+3 |
| 2014-02-18 | Test ordering of glue_drop and glue_takew in self-re-assignment. Closes #3290. | Nick Cameron | -0/+24 |
| 2014-02-17 | auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichton | bors | -9/+3 |
| 2014-02-17 | auto merge of #12146 : gentlefolk/rust/issue-2404, r=alexcrichton | bors | -0/+45 |
| 2014-02-17 | Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif... | gentlefolk | -0/+45 |
| 2014-02-17 | backticks for syntax elements | kud1ing | -3/+3 |
| 2014-02-17 | Remove the compile-fail test that's now obsolete | Kevin Ballard | -26/+0 |
| 2014-02-17 | Forbid use of generics with foreign functions. Closes #10353. | Nick Cameron | -0/+15 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -1/+60 |
| 2014-02-16 | Update clients of the TaskBuilder API | Kevin Ballard | -9/+3 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -2/+2 |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -1/+1 |
| 2014-02-15 | auto merge of #12301 : FlaPer87/rust/issue-8893, r=alexcrichton | bors | -0/+19 |
| 2014-02-16 | Add test and close #8893 | Flavio Percoco | -0/+19 |
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -436/+426 |
| 2014-02-15 | auto merge of #12270 : bstrie/rust/pnoise, r=huonw | bors | -65/+49 |
| 2014-02-15 | Clean up the Perlin noise benchmark | Ben Striegel | -65/+49 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -68/+21 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -426/+426 |