| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -4/+4 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -42/+41 |
| 2014-03-19 | rustc: Prevent false positives in crate loading | Alex Crichton | -0/+33 |
| 2014-03-19 | rustc: Fix x86 ffi for empty struct arguments | klutzy | -0/+55 |
| 2014-03-19 | rustc: Fix x86 ffi for struct arguments | klutzy | -6/+2 |
| 2014-03-18 | auto merge of #13006 : alexcrichton/rust/rollup, r=alexcrichton | bors | -0/+84 |
| 2014-03-18 | libsyntax: librustdoc: ignore utf-8 BOM in .rs files | Liigo Zhuang | -0/+13 |
| 2014-03-18 | Fix linkage1 test which fails due to --as-needed | Nick Cameron | -0/+9 |
| 2014-03-18 | Move syntax-extension-hexfloat.rs | Nick Cameron | -0/+0 |
| 2014-03-18 | rustc: test: don't silently ignore bad benches | Corey Richardson | -0/+36 |
| 2014-03-18 | rustc: disallow duplicate methods in trait impls | Corey Richardson | -0/+26 |
| 2014-03-18 | test: Fix android tests | Alex Crichton | -3/+2 |
| 2014-03-17 | auto merge of #12935 : lbonn/rust/nullenum, r=alexcrichton | bors | -4/+54 |
| 2014-03-17 | auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomats... | bors | -0/+36 |
| 2014-03-17 | auto merge of #12951 : cadencemarseille/rust/issue-12943-remove-AtomicFlag, r... | bors | -2/+0 |
| 2014-03-17 | rustc: disallow trailing parentheses for nullary enum variants | Laurent Bonnans | -4/+54 |
| 2014-03-16 | auto merge of #12937 : sinistersnare/rust/method-error-message, r=huonw | bors | -0/+34 |
| 2014-03-16 | Remove AtomicFlag | Cadence Marseille | -2/+0 |
| 2014-03-16 | Asked if missing (), then asks about an anonymous function. Also added test. | Davis Silverman | -0/+34 |
| 2014-03-16 | Fix a test that was missed in the liblog PR | Edward Wang | -0/+4 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -5/+6 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -777/+800 |
| 2014-03-14 | auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson | bors | -223/+13 |
| 2014-03-14 | auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -4/+4 |