summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-29Add method .as_mut_slice() to MutableVectorKevin Ballard-0/+6
2013-12-29auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmrbors-42/+50
2013-12-28auto merge of #11177 : cmr/rust/native_and_green_docs, r=alexcrichtonbors-3/+8
2013-12-29Fix rustdoc bug involving PatLitCorey Richardson-3/+8
2013-12-28Stop passing duplicate parameters in expandSteven Fackler-128/+92
2013-12-28Remove unecessary extern "Rust" specifiersSteven Fackler-17/+8
2013-12-28Stop using @ExtCtxtSteven Fackler-153/+152
2013-12-28Implement a Once primitive for initializationAlex Crichton-1/+145
2013-12-28auto merge of #11180 : alexcrichton/rust/fix-deferred-send, r=cmrbors-1/+1
2013-12-28auto merge of #11179 : alexcrichton/rust/update-gyp, r=cmrbors-0/+0
2013-12-28auto merge of #11150 : huonw/rust/moar-docs, r=alexcrichtonbors-174/+189
2013-12-29std::hashmap: add an example with the basic methods.Huon Wilson-0/+39
2013-12-28auto merge of #11175 : klutzy/rust/ice, r=alexcrichtonbors-11/+22
2013-12-28Guard a maybe_yield in Chan with can_reschedAlex Crichton-1/+1
2013-12-28Update bundled gypAlex Crichton-0/+0
2013-12-28auto merge of #11159 : alexcrichton/rust/native-io, r=pcwaltonbors-342/+1109
2013-12-29rustc: Fix a borrow failure in `.ln_str()`klutzy-11/+22
2013-12-28auto merge of #11170 : alexcrichton/rust/fix-llvm-race, r=pcwaltonbors-25/+25
2013-12-27Initialize LLVM only onceAlex Crichton-25/+25
2013-12-27Implement native TCP I/OAlex Crichton-93/+825
2013-12-27auto merge of #11160 : octurion/rust/cloneable, r=alexcrichtonbors-6/+6
2013-12-27Bring native process bindings up to dateAlex Crichton-254/+288
2013-12-27auto merge of #11098 : erickt/rust/collect, r=alexcrichtonbors-31/+98
2013-12-27auto merge of #11156 : luqmana/rust/trait-object-coercion, r=pcwaltonbors-144/+604
2013-12-27auto merge of #11158 : alexcrichton/rust/green-bootstrap-task, r=pcwaltonbors-34/+16
2013-12-27Renamed ClonableIterator to CloneableIteratorAlexandros Tasos-6/+6
2013-12-27std: uniform modules titles for docLuca Bruno-42/+50
2013-12-27Add tests for trait object coercion.Luqman Aden-2/+150
2013-12-27librustc: Implement coercion for traits.Luqman Aden-142/+454
2013-12-26Remove green scheduler bootstrap tasksAlex Crichton-34/+16
2013-12-26librustc: Fix tidy problem.Patrick Walton-1/+0
2013-12-26librustc: De-`@mut` the def map.Patrick Walton-117/+246
2013-12-26librustc: De-`@mut` the value and type ribs in the resolverPatrick Walton-30/+80
2013-12-26librustc: De-`@mut` `Module::imports` in the resolverPatrick Walton-14/+22
2013-12-26librustc: Fully de-`@mut` `trait_impls` in the type contextPatrick Walton-11/+19
2013-12-26librustc: De-`@mut` the inherent implementations listPatrick Walton-9/+19
2013-12-26librustc: De-`@mut` the crate cache in the crate readerPatrick Walton-11/+16
2013-12-26librustc: De-`@mut` `populated_external_traits` in the type contextPatrick Walton-5/+11
2013-12-26librustc: De-`@mut` `outputs` in the sessionPatrick Walton-6/+9
2013-12-26librustc: De-`@mut` the `users` list in livenessPatrick Walton-21/+27
2013-12-26librustc: De-`@mut` `BindingRscope::anon_bindings`Patrick Walton-4/+5
2013-12-26librustc: De-`@mut` `building_library` in the sessionPatrick Walton-17/+18
2013-12-26librustc: De-`@mut` `node_id` in the sessionPatrick Walton-4/+4
2013-12-26librustc: De-`@mut` the loop scope in livenessPatrick Walton-8/+15
2013-12-26librustc: De-`@mut` `label_ribs` in the resolverPatrick Walton-9/+24
2013-12-26librustc: De-`@mut` the `idstack` in constant checkingPatrick Walton-6/+14
2013-12-26librustc: De-`@mut` the reachability worklistPatrick Walton-12/+29
2013-12-26librustc: De-`@mut` `DynamicFailureHandler::finished`Patrick Walton-4/+5
2013-12-26librustc: De-`@mut` `all_loans` in the borrow checkerPatrick Walton-14/+20
2013-12-26librustc: De-`@mut` `inherent_candidates` and `extension_candidates` inPatrick Walton-15/+23