| Age | Commit message (Expand) | Author | Lines |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -320/+243 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -267/+85 |
| 2014-03-22 | syntax: add the OwnedSlice vector wrapper. | Huon Wilson | -0/+143 |
| 2014-03-22 | syntax: allow `trace_macros!` and `log_syntax!` in item position. | Huon Wilson | -35/+33 |
| 2014-03-21 | Rewrite rc::Rc using cell::Cell | Edward Wang | -8/+0 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -47/+41 |
| 2014-03-20 | Added new attribute syntax with backward compatibility. | Daniel Fagnan | -11/+51 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -60/+22 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -3/+3 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -84/+7 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -9/+1 |
| 2014-03-20 | auto merge of #13028 : thestinger/rust/vec_ng, r=huonw | bors | -76/+76 |
| 2014-03-20 | Relax interner's Share bound | Flavio Percoco | -12/+1 |
| 2014-03-20 | Replace Freeze bounds with Share bounds | Flavio Percoco | -5/+8 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -76/+76 |
| 2014-03-20 | auto merge of #12854 : nick29581/rust/parse-enum-struct, r=alexcrichton | bors | -10/+8 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -8/+8 |
| 2014-03-20 | Fix spans for enum-struct match arms | Nick Cameron | -10/+8 |
| 2014-03-19 | auto merge of #12770 : eddyb/rust/drop-tld, r=cmr | bors | -0/+19 |
| 2014-03-19 | Discard MTWT & interner tables from TLD after they stop being useful. | Eduard Burtescu | -0/+19 |
| 2014-03-18 | Docify std::vec_ng | Steven Fackler | -6/+6 |
| 2014-03-18 | libsyntax: librustdoc: ignore utf-8 BOM in .rs files | Liigo Zhuang | -1/+10 |
| 2014-03-18 | syntax: Don't parameterize the the pretty printer | Alex Crichton | -20/+21 |
| 2014-03-17 | rustc: disallow trailing parentheses for nullary enum variants | Laurent Bonnans | -3/+20 |
| 2014-03-17 | Fix rustdoc and tests. | Eduard Burtescu | -68/+48 |
| 2014-03-17 | Refactor pprust a bit. | Eduard Burtescu | -2107/+1963 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -215/+189 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -93/+75 |
| 2014-03-16 | auto merge of #12929 : sfackler/rust/automatically-derived, r=cmr | bors | -8/+4 |
| 2014-03-15 | Tag derived impls with #[automatically_derived] | Steven Fackler | -8/+4 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -18/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -36/+45 |
| 2014-03-14 | auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson | bors | -1/+1 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -1/+1 |
| 2014-03-14 | rustc: Fix cfg(not(a, b)) to be not(a && b) | Alex Crichton | -2/+2 |
| 2014-03-14 | auto merge of #12764 : Kimundi/rust/partial_typehint, r=nikomatsakis | bors | -3/+5 |
| 2014-03-14 | Added support for type placeholders (explicit requested type | Marvin Löbel | -3/+5 |
| 2014-03-14 | auto merge of #12874 : huonw/rust/printier-rustc, r=alexcrichton | bors | -10/+11 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+1 |
| 2014-03-13 | auto merge of #12798 : pczarn/rust/inline-asm, r=alexcrichton | bors | -50/+69 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-14 | rustc: make stack traces print for .span_bug/.bug. | Huon Wilson | -10/+11 |
| 2014-03-13 | Fix and improve inline assembly. | Piotr Czarnecki | -50/+69 |
| 2014-03-13 | auto merge of #12238 : ktt3ja/rust/lifetime-error-msg, r=nikomatsakis | bors | -0/+21 |
| 2014-03-13 | auto merge of #12849 : nick29581/rust/doubles, r=alexcrichton | bors | -0/+1 |
| 2014-03-13 | Apply @nikomatsakis' nits and comments patch. | Eduard Burtescu | -1/+1 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -5/+5 |
| 2014-03-12 | auto merge of #12822 : erickt/rust/cleanup, r=acrichto | bors | -3/+3 |
| 2014-03-12 | syntax: change the #[deriving(Hash)] typaram variable name | Erick Tryzelaar | -3/+3 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -18/+1 |