| Age | Commit message (Expand) | Author | Lines |
| 2013-12-29 | Add method .as_mut_slice() to MutableVector | Kevin Ballard | -0/+6 |
| 2013-12-29 | auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmr | bors | -42/+50 |
| 2013-12-28 | auto merge of #11177 : cmr/rust/native_and_green_docs, r=alexcrichton | bors | -3/+8 |
| 2013-12-29 | Fix rustdoc bug involving PatLit | Corey Richardson | -3/+8 |
| 2013-12-28 | Stop passing duplicate parameters in expand | Steven Fackler | -128/+92 |
| 2013-12-28 | Remove unecessary extern "Rust" specifiers | Steven Fackler | -17/+8 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -153/+152 |
| 2013-12-28 | Implement a Once primitive for initialization | Alex Crichton | -1/+145 |
| 2013-12-28 | auto merge of #11180 : alexcrichton/rust/fix-deferred-send, r=cmr | bors | -1/+1 |
| 2013-12-28 | auto merge of #11179 : alexcrichton/rust/update-gyp, r=cmr | bors | -0/+0 |
| 2013-12-28 | auto merge of #11150 : huonw/rust/moar-docs, r=alexcrichton | bors | -174/+189 |
| 2013-12-29 | std::hashmap: add an example with the basic methods. | Huon Wilson | -0/+39 |
| 2013-12-28 | auto merge of #11175 : klutzy/rust/ice, r=alexcrichton | bors | -11/+22 |
| 2013-12-28 | Guard a maybe_yield in Chan with can_resched | Alex Crichton | -1/+1 |
| 2013-12-28 | Update bundled gyp | Alex Crichton | -0/+0 |
| 2013-12-28 | auto merge of #11159 : alexcrichton/rust/native-io, r=pcwalton | bors | -342/+1109 |
| 2013-12-29 | rustc: Fix a borrow failure in `.ln_str()` | klutzy | -11/+22 |
| 2013-12-28 | auto merge of #11170 : alexcrichton/rust/fix-llvm-race, r=pcwalton | bors | -25/+25 |
| 2013-12-27 | Initialize LLVM only once | Alex Crichton | -25/+25 |
| 2013-12-27 | Implement native TCP I/O | Alex Crichton | -93/+825 |
| 2013-12-27 | auto merge of #11160 : octurion/rust/cloneable, r=alexcrichton | bors | -6/+6 |
| 2013-12-27 | Bring native process bindings up to date | Alex Crichton | -254/+288 |
| 2013-12-27 | auto merge of #11098 : erickt/rust/collect, r=alexcrichton | bors | -31/+98 |
| 2013-12-27 | auto merge of #11156 : luqmana/rust/trait-object-coercion, r=pcwalton | bors | -144/+604 |
| 2013-12-27 | auto merge of #11158 : alexcrichton/rust/green-bootstrap-task, r=pcwalton | bors | -34/+16 |
| 2013-12-27 | Renamed ClonableIterator to CloneableIterator | Alexandros Tasos | -6/+6 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -42/+50 |
| 2013-12-27 | Add tests for trait object coercion. | Luqman Aden | -2/+150 |
| 2013-12-27 | librustc: Implement coercion for traits. | Luqman Aden | -142/+454 |
| 2013-12-26 | Remove green scheduler bootstrap tasks | Alex Crichton | -34/+16 |
| 2013-12-26 | librustc: Fix tidy problem. | Patrick Walton | -1/+0 |
| 2013-12-26 | librustc: De-`@mut` the def map. | Patrick Walton | -117/+246 |
| 2013-12-26 | librustc: De-`@mut` the value and type ribs in the resolver | Patrick Walton | -30/+80 |
| 2013-12-26 | librustc: De-`@mut` `Module::imports` in the resolver | Patrick Walton | -14/+22 |
| 2013-12-26 | librustc: Fully de-`@mut` `trait_impls` in the type context | Patrick Walton | -11/+19 |
| 2013-12-26 | librustc: De-`@mut` the inherent implementations list | Patrick Walton | -9/+19 |
| 2013-12-26 | librustc: De-`@mut` the crate cache in the crate reader | Patrick Walton | -11/+16 |
| 2013-12-26 | librustc: De-`@mut` `populated_external_traits` in the type context | Patrick Walton | -5/+11 |
| 2013-12-26 | librustc: De-`@mut` `outputs` in the session | Patrick Walton | -6/+9 |
| 2013-12-26 | librustc: De-`@mut` the `users` list in liveness | Patrick Walton | -21/+27 |
| 2013-12-26 | librustc: De-`@mut` `BindingRscope::anon_bindings` | Patrick Walton | -4/+5 |
| 2013-12-26 | librustc: De-`@mut` `building_library` in the session | Patrick Walton | -17/+18 |
| 2013-12-26 | librustc: De-`@mut` `node_id` in the session | Patrick Walton | -4/+4 |
| 2013-12-26 | librustc: De-`@mut` the loop scope in liveness | Patrick Walton | -8/+15 |
| 2013-12-26 | librustc: De-`@mut` `label_ribs` in the resolver | Patrick Walton | -9/+24 |
| 2013-12-26 | librustc: De-`@mut` the `idstack` in constant checking | Patrick Walton | -6/+14 |
| 2013-12-26 | librustc: De-`@mut` the reachability worklist | Patrick Walton | -12/+29 |
| 2013-12-26 | librustc: De-`@mut` `DynamicFailureHandler::finished` | Patrick Walton | -4/+5 |
| 2013-12-26 | librustc: De-`@mut` `all_loans` in the borrow checker | Patrick Walton | -14/+20 |
| 2013-12-26 | librustc: De-`@mut` `inherent_candidates` and `extension_candidates` in | Patrick Walton | -15/+23 |