| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -110/+55 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -103/+128 |
| 2014-03-29 | auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton | bors | -2/+1 |
| 2014-03-29 | auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoerister | bors | -7/+74 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -180/+132 |
| 2014-03-28 | auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakis | bors | -3/+7 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -180/+132 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -26/+26 |
| 2014-03-28 | collections: remove List | Erick Tryzelaar | -2/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -11/+11 |
| 2014-03-28 | auto merge of #13107 : seanmonstar/rust/encoder-errors, r=erickt | bors | -169/+231 |
| 2014-03-27 | auto merge of #13108 : pongad/rust/lintraw, r=huonw | bors | -0/+42 |
| 2014-03-27 | Initial support for emitting DWARF for static vars. | gentlefolk | -7/+74 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -169/+231 |
| 2014-03-27 | rustc: Stop adding the Send bound implicitly | Alex Crichton | -6/+3 |
| 2014-03-27 | auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakis | bors | -3/+49 |
| 2014-03-27 | Address review | Corey Richardson | -9/+9 |
| 2014-03-27 | rustc: mark references w/anonymous lifetime nocapture | Corey Richardson | -3/+49 |
| 2014-03-27 | _match.rs: prune sub-match tree too aggressively | Edward Wang | -41/+81 |
| 2014-03-27 | Added lint for #[deriving] structs and enums with unsafe pointers. #13032. | Michael Darakananda | -0/+42 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -11/+6 |
| 2014-03-26 | auto merge of #13071 : ktt3ja/rust/deterministic-lifetime-suggestion, r=cmr | bors | -3/+29 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -7/+6 |
| 2014-03-26 | rustc: Relax restriction on privacy for fields | Alex Crichton | -4/+0 |
| 2014-03-26 | Fix Repr impl for method::Candidate to include the method_ty. | Felix S. Klock II | -1/+2 |
| 2014-03-26 | Fix #13140: Early/Late Bound related ICEs. | Felix S. Klock II | -2/+5 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -113/+2 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -3/+3 |
| 2014-03-25 | auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=niko... | bors | -74/+93 |
| 2014-03-24 | Prefer lifetime suggestion over generic error | Kiet Tran | -3/+29 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -113/+2 |
| 2014-03-24 | rustc: Completely forbid borrows of unsafe statics | Flavio Percoco | -74/+93 |
| 2014-03-23 | auto merge of #13090 : thestinger/rust/iter, r=Aatch | bors | -4/+3 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -4/+3 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -42/+44 |
| 2014-03-22 | auto merge of #13087 : eddyb/rust/fix-autoderef, r=cmr | bors | -85/+167 |
| 2014-03-23 | Implement cross-crate support for autoderef. | Eduard Burtescu | -20/+92 |
| 2014-03-22 | auto merge of #13085 : edwardw/rust/saddest-cell, r=cmr | bors | -2/+2 |
| 2014-03-22 | Implement vtable support for autoderef. | Eduard Burtescu | -66/+76 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -37/+9 |
| 2014-03-23 | Get rid of @Cell | Edward Wang | -2/+2 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -41/+36 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -2092/+1226 |
| 2014-03-22 | doc: Remove Freeze / NoFreeze from docs | Flavio Percoco | -12/+5 |
| 2014-03-22 | rustc: Remove special treatment for Freeze and NoFreeze | Flavio Percoco | -25/+4 |
| 2014-03-21 | auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichton | bors | -21/+9 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -110/+99 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -53/+51 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -1/+1 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -64/+55 |