| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -59/+31 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -45/+56 |
| 2014-03-29 | auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoerister | bors | -7/+74 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -12/+12 |
| 2014-03-27 | Initial support for emitting DWARF for static vars. | gentlefolk | -7/+74 |
| 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-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -110/+1 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -3/+3 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -110/+1 |
| 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 | -4/+4 |
| 2014-03-22 | auto merge of #13087 : eddyb/rust/fix-autoderef, r=cmr | bors | -24/+13 |
| 2014-03-22 | Implement vtable support for autoderef. | Eduard Burtescu | -24/+13 |
| 2014-03-23 | Get rid of @Cell | Edward Wang | -2/+2 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -17/+17 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -616/+409 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -4/+5 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -9/+7 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -26/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -54/+54 |
| 2014-03-19 | auto merge of #12772 : thestinger/rust/slice, r=alexcrichton | bors | -12/+12 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -12/+12 |
| 2014-03-19 | auto merge of #13013 : huonw/rust/tytrait, r=cmr | bors | -4/+6 |
| 2014-03-19 | rustc: put ty_closure behind some indirection. | Huon Wilson | -1/+1 |
| 2014-03-19 | rustc: put ty_trait behind some indirection. | Huon Wilson | -3/+5 |
| 2014-03-19 | rustc: Fix x86 ffi for empty struct arguments | klutzy | -2/+33 |
| 2014-03-19 | rustc: Fix x86 ffi for struct arguments | klutzy | -2/+8 |
| 2014-03-18 | rustc: remove linker_private/linker_private_weak | Ben Noordhuis | -2/+0 |
| 2014-03-17 | auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomats... | bors | -3/+6 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -31/+27 |
| 2014-03-17 | De-@ move maps and rework parts of trans. | Eduard Burtescu | -932/+890 |
| 2014-03-17 | De-@ CStore uses. | Eduard Burtescu | -8/+8 |
| 2014-03-17 | De-@ reachable. | Eduard Burtescu | -46/+20 |
| 2014-03-17 | De-@ trans contexts. | Eduard Burtescu | -70/+70 |
| 2014-03-17 | De-@ ty::ctxt usage. | Eduard Burtescu | -41/+41 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -248/+235 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -171/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+1 |
| 2014-03-13 | rustc: Prevent collisions in names of closures | Alex Crichton | -1/+6 |
| 2014-03-13 | Apply @nikomatsakis' nits and comments patch. | Eduard Burtescu | -15/+48 |
| 2014-03-13 | Introduce a common recursion limit for auto-dereference and monomorphization. | Eduard Burtescu | -4/+4 |
| 2014-03-13 | Implement automatic overloaded dereference. | Eduard Burtescu | -252/+234 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -14/+4 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -1/+1 |
| 2014-03-11 | rustc: Support various flavors of linkages | Alex Crichton | -37/+101 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -336/+550 |