| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-31 | auto merge of #13221 : thestinger/rust/append, r=alexcrichton | bors | -29/+14 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -29/+14 |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -3/+3 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -111/+117 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -98/+0 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -444/+400 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -98/+0 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -15/+17 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -16/+13 |
| 2014-03-28 | Remove a RefCell from pprust::State. | Eduard Burtescu | -10/+9 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -8/+10 |
| 2014-03-28 | De-@ NamedMatch. | Eduard Burtescu | -26/+27 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -17/+26 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -388/+333 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -3/+3 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -16/+205 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -4/+4 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -65/+24 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -9/+18 |
| 2014-03-26 | syntax: Tweak parsing bounds on generics paths | Alex Crichton | -65/+24 |
| 2014-03-26 | auto merge of #13152 : huonw/rust/wtf-are-things-in-spans, r=alexcrichton | bors | -4/+27 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -9/+18 |
| 2014-03-27 | syntax: add a missing span rewrite in fold. | Huon Wilson | -1/+1 |
| 2014-03-27 | syntax: add a some docs/clarification to the fields of ExpnInfo. | Huon Wilson | -3/+26 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -11/+9 |
| 2014-03-24 | auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichton | bors | -35/+33 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -12/+17 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -12/+17 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -89/+92 |
| 2014-03-22 | auto merge of #13085 : edwardw/rust/saddest-cell, r=cmr | bors | -9/+8 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -1/+1 |
| 2014-03-23 | Get rid of @Cell | Edward Wang | -9/+8 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -209/+159 |
| 2014-03-22 | doc: Remove Freeze / NoFreeze from docs | Flavio Percoco | -1/+1 |
| 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 |