| Age | Commit message (Expand) | Author | Lines |
| 2014-02-21 | auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichton | bors | -18/+29 |
| 2014-02-21 | auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichton | bors | -1/+1 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -22/+60 |
| 2014-02-20 | auto merge of #12164 : alexcrichton/rust/rlibs-and-dylibs, r=cmr | bors | -94/+167 |
| 2014-02-20 | Re-work loading crates with nicer errors | Alex Crichton | -94/+167 |
| 2014-02-20 | auto merge of #12401 : alexcrichton/rust/if-ok-2-try, r=brson | bors | -31/+31 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -31/+31 |
| 2014-02-20 | auto merge of #12405 : kud1ing/rust/backticks, r=huonw | bors | -1/+1 |
| 2014-02-20 | auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakis | bors | -153/+110 |
| 2014-02-20 | auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichton | bors | -1/+7 |
| 2014-02-20 | auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmr | bors | -84/+138 |
| 2014-02-20 | rustc: avoid compiler generated `unsafe` blocks leaking. | Huon Wilson | -18/+29 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -24/+24 |
| 2014-02-20 | move enum_set to libcollections. #8784 | HeroesGrave | -1/+1 |
| 2014-02-19 | auto merge of #12244 : pcwalton/rust/deuniquevectorpatterns, r=pcwalton | bors | -12/+23 |
| 2014-02-19 | auto merge of #12394 : huonw/rust/transmute--, r=pnkfelix | bors | -12/+4 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -12/+23 |
| 2014-02-19 | auto merge of #12387 : cmr/rust/ast-json, r=alexcrichton | bors | -7/+30 |
| 2014-02-20 | Resolve the vtables for method calls to generic Drop impls with trait bounds. | Eduard Burtescu | -16/+31 |
| 2014-02-19 | adjust to currently used style | kud1ing | -1/+1 |
| 2014-02-19 | Replaced method_map_entry with method_origin and cleaned up vtable checking a... | Eduard Burtescu | -133/+79 |
| 2014-02-19 | Don't recurse twice into ExprParen in vtable checking. | Eduard Burtescu | -4/+0 |
| 2014-02-19 | rustc: support dumping the AST as JSON | Corey Richardson | -7/+30 |
| 2014-02-19 | auto merge of #12379 : alexcrichton/rust/fix-ar-thing, r=brson | bors | -0/+1 |
| 2014-02-19 | Tweak how preference factors into linkage | Alex Crichton | -84/+138 |
| 2014-02-19 | debuginfo: Add support for simd types | Michael Woerister | -1/+7 |
| 2014-02-20 | rustc: remove some unnecessary `transmute`s. | Huon Wilson | -12/+4 |
| 2014-02-19 | Change the format_args! macro expansion for temporaries | Edward Wang | -7/+7 |
| 2014-02-18 | auto merge of #12245 : nick29581/rust/priv2, r=alexcrichton | bors | -108/+268 |
| 2014-02-19 | Make priavcy checking aware that a `use` directive can point to two defintion... | Nick Cameron | -108/+268 |
| 2014-02-18 | Fix staticlib outputs linking to blank archives | Alex Crichton | -0/+1 |
| 2014-02-18 | auto merge of #12351 : kud1ing/rust/backticks, r=alexcrichton | bors | -2/+2 |
| 2014-02-17 | auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichton | bors | -2/+1 |
| 2014-02-17 | auto merge of #12146 : gentlefolk/rust/issue-2404, r=alexcrichton | bors | -12/+29 |
| 2014-02-17 | Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif... | gentlefolk | -12/+29 |
| 2014-02-17 | backticks for syntax elements | kud1ing | -2/+2 |
| 2014-02-17 | auto merge of #12337 : nick29581/rust/generic_extern, r=alexcrichton | bors | -94/+110 |
| 2014-02-17 | Forbid use of generics with foreign functions. Closes #10353. | Nick Cameron | -94/+110 |
| 2014-02-17 | Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun... | Brendan Zabarauskas | -1/+1 |
| 2014-02-16 | Update clients of the TaskBuilder API | Kevin Ballard | -2/+1 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -2/+2 |
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -13/+13 |
| 2014-02-15 | Declare by-value on-stack parameters to be noalias | Björn Steinbrink | -1/+9 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -3/+2 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -13/+13 |
| 2014-02-14 | auto merge of #12276 : alexcrichton/rust/issue-8449, r=kballard | bors | -7/+7 |
| 2014-02-14 | Enable 64-bit checked multiplication on 32-bit | Alex Crichton | -7/+7 |
| 2014-02-14 | auto merge of #12267 : alexcrichton/rust/rollup, r=alexcrichton | bors | -84/+64 |
| 2014-02-14 | auto merge of #12205 : alexcrichton/rust/nodefaultlibs, r=brson | bors | -0/+11 |
| 2014-02-14 | Invoke gcc with -nodefaultlibs | Alex Crichton | -0/+11 |