| Age | Commit message (Expand) | Author | Lines |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -261/+261 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -4/+4 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -94/+94 |
| 2014-03-27 | auto merge of #13108 : pongad/rust/lintraw, r=huonw | bors | -0/+35 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -6/+7 |
| 2014-03-27 | Added lint for #[deriving] structs and enums with unsafe pointers. #13032. | Michael Darakananda | -0/+35 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -2/+2 |
| 2014-03-26 | syntax: Tweak parsing bounds on generics paths | Alex Crichton | -2/+2 |
| 2014-03-26 | rustc: Relax restriction on privacy for fields | Alex Crichton | -21/+1 |
| 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 | -245/+10 |
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -245/+10 |
| 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/+29 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -99/+14 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -1/+1 |
| 2014-03-22 | test: Fix fallout of removing get() | Alex Crichton | -4/+4 |
| 2014-03-22 | test: Remove Freeze / NoFreeze from tests | Flavio Percoco | -99/+14 |
| 2014-03-22 | syntax: allow `trace_macros!` and `log_syntax!` in item position. | Huon Wilson | -1/+29 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -30/+5 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -192/+104 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -127/+107 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -4/+4 |
| 2014-03-20 | Added new attribute syntax with backward compatibility. | Daniel Fagnan | -0/+14 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -50/+73 |
| 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 | -26/+26 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-18 | auto merge of #13006 : alexcrichton/rust/rollup, r=alexcrichton | bors | -0/+62 |
| 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/+16 |
| 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-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -102/+102 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -63/+4 |
| 2014-03-14 | Added support for type placeholders (explicit requested type | Marvin Löbel | -0/+191 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+23 |
| 2014-03-13 | auto merge of #12798 : pczarn/rust/inline-asm, r=alexcrichton | bors | -0/+41 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+23 |
| 2014-03-13 | Fix and improve inline assembly. | Piotr Czarnecki | -0/+41 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -14/+14 |