| Age | Commit message (Expand) | Author | Lines |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -28/+28 |
| 2014-03-27 | auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakis | bors | -0/+1 |
| 2014-03-27 | test/run-pass/out-of-stack: prevent tco | Corey Richardson | -0/+1 |
| 2014-03-27 | auto merge of #13034 : edwardw/rust/match, r=nikomatsakis | bors | -0/+199 |
| 2014-03-27 | _match.rs: prune sub-match tree too aggressively | Edward Wang | -0/+199 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -8/+35 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -21/+1 |
| 2014-03-26 | syntax: Tweak parsing bounds on generics paths | Alex Crichton | -8/+35 |
| 2014-03-26 | rustc: Relax restriction on privacy for fields | Alex Crichton | -21/+1 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -68/+13 |
| 2014-03-25 | auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko... | bors | -0/+7 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -298/+54 |
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -298/+54 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -63/+4 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -5/+9 |
| 2014-03-24 | rustc: Completely forbid borrows of unsafe statics | Flavio Percoco | -0/+7 |
| 2014-03-24 | auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichton | bors | -1/+59 |
| 2014-03-23 | auto merge of #13074 : pczarn/rust/build-rlib, r=alexcrichton | bors | -1/+3 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -20/+1 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -20/+1 |
| 2014-03-23 | rustc: Change the filename of compressed bitcode | Piotr Czarnecki | -1/+3 |
| 2014-03-23 | auto merge of #13090 : thestinger/rust/iter, r=Aatch | bors | -3/+3 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -3/+3 |
| 2014-03-22 | auto merge of #13088 : thestinger/rust/hashmap, r=cmr | bors | -2/+4 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -2/+4 |
| 2014-03-22 | auto merge of #13089 : thestinger/rust/managed, r=Aatch | bors | -68/+0 |
| 2014-03-22 | make std::managed private | Daniel Micay | -68/+0 |
| 2014-03-23 | Implement cross-crate support for autoderef. | Eduard Burtescu | -0/+55 |
| 2014-03-22 | Implement vtable support for autoderef. | Eduard Burtescu | -0/+42 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -117/+32 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -2/+2 |
| 2014-03-22 | test: Fix fallout of removing get() | Alex Crichton | -12/+12 |
| 2014-03-22 | test: Remove Freeze / NoFreeze from tests | Flavio Percoco | -117/+32 |
| 2014-03-21 | auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichton | bors | -48/+34 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -66/+74 |
| 2014-03-22 | syntax: allow `trace_macros!` and `log_syntax!` in item position. | Huon Wilson | -1/+59 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -261/+24 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -654/+650 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -642/+628 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -7/+10 |
| 2014-03-20 | Added new attribute syntax with backward compatibility. | Daniel Fagnan | -0/+47 |
| 2014-03-20 | std: Make the generic atomics take unsafe pointers | Brian Anderson | -48/+34 |
| 2014-03-20 | auto merge of #13020 : alexcrichton/rust/vec, r=brson | bors | -5/+0 |
| 2014-03-20 | std: Make atomics immutable. #11583 | Brian Anderson | -26/+26 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -5/+0 |
| 2014-03-20 | auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonw | bors | -0/+33 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -62/+85 |
| 2014-03-20 | Allow static items that don't fulfill `Freeze` | Flavio Percoco | -24/+0 |
| 2014-03-20 | Forbid borrow of static items with unsafe interior | Flavio Percoco | -0/+47 |
| 2014-03-20 | Replace Freeze bounds with Share bounds | Flavio Percoco | -38/+38 |