about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-22auto merge of #13087 : eddyb/rust/fix-autoderef, r=cmrbors-85/+264
2014-03-23Implement cross-crate support for autoderef.Eduard Burtescu-20/+147
2014-03-22auto merge of #13085 : edwardw/rust/saddest-cell, r=cmrbors-11/+10
2014-03-22Implement vtable support for autoderef.Eduard Burtescu-66/+118
2014-03-22auto merge of #13084 : Havvy/rust/master, r=alexcrichtonbors-7/+7
2014-03-22auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichtonbors-224/+72
2014-03-22Unindent stringifier() in tasks guideRyan Scheel (Havvy)-7/+7
2014-03-23Get rid of @CellEdward Wang-11/+10
2014-03-22auto merge of #12995 : Kroisse/rust/vec_ng_mut_slices, r=alexcrichtonbors-0/+122
2014-03-23Add Vec::mut_slice_from(), mut_slice_to(), and mut_split_at()Eunchong Yu-0/+122
2014-03-22auto merge of #13053 : alexcrichton/rust/removing-ref-cell-get, r=huonwbors-2639/+1587
2014-03-22rustuv: Remove usage of get()Alex Crichton-6/+3
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-68/+61
2014-03-22test: Fix fallout of removing get()Alex Crichton-12/+12
2014-03-22rustdoc: Fix fallout of removing get()Alex Crichton-7/+5
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-2312/+1343
2014-03-22arena: Fix fallout of removing get()Alex Crichton-2/+2
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-209/+159
2014-03-22std: Remove the get() method from RefCell wrappersAlex Crichton-27/+6
2014-03-22auto merge of #13078 : klutzy/rust/issue-13075, r=alexcrichtonbors-3/+8
2014-03-22std::os: Handle FormatMessage failureklutzy-3/+8
2014-03-22doc: Remove Freeze / NoFreeze from docsFlavio Percoco-29/+14
2014-03-22test: Remove Freeze / NoFreeze from testsFlavio Percoco-117/+32
2014-03-22std: Remove the Freeze kind and the NoFreeze markerFlavio Percoco-15/+1
2014-03-22cell: Remove Freeze / NoFreezeFlavio Percoco-10/+6
2014-03-22std::comm: Remove Freeze / NoFreezeFlavio Percoco-6/+4
2014-03-22sync: Remove Freeze / NoFreezeFlavio Percoco-13/+11
2014-03-22arena: Remove Freeze / NoFreezeFlavio Percoco-3/+0
2014-03-22rustc: Remove special treatment for Freeze and NoFreezeFlavio Percoco-31/+4
2014-03-22auto merge of #13062 : mbrubeck/rust/doc-edit, r=alexcrichtonbors-1/+1
2014-03-22auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichtonbors-90/+23
2014-03-22auto merge of #12907 : alexcrichton/rust/issue-12892, r=brsonbors-20/+21
2014-03-21auto merge of #13051 : alexcrichton/rust/issue-13047, r=thestingerbors-1/+2
2014-03-21auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichtonbors-206/+1153
2014-03-21auto merge of #13016 : huonw/rust/new-opt-vec, r=cmrbors-451/+369
2014-03-21auto merge of #12833 : alexcrichton/rust/libnative, r=brsonbors-239/+280
2014-03-21auto merge of #13043 : alexcrichton/rust/fix-rustdoc-windows, r=brsonbors-3/+13
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-340/+162
2014-03-21Copy-edit a sentence about borrowing referencesMatt Brubeck-1/+1
2014-03-21rand: Fix a bug acquiring a context on windowsAlex Crichton-1/+39
2014-03-21rand: Rewrite OsRng in Rust for windowsAlex Crichton-155/+112
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-84/+130
2014-03-21rustdoc: Fix file locking on windowsAlex Crichton-3/+13
2014-03-21auto merge of #13056 : huonw/rust/devecing-tests, r=pnkfelixbors-2027/+1897
2014-03-22syntax: add the OwnedSlice vector wrapper.Huon Wilson-0/+143
2014-03-22Add #[deny(deprecated_owned_vector)] to several modules.Huon Wilson-6/+13
2014-03-22getopts: remove all uses of `~[]`.Huon Wilson-11/+11
2014-03-22Remove nearly all uses of `~[]` from libtest.Huon Wilson-27/+24
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-273/+26
2014-03-21Rewrite rc::Rc using cell::CellEdward Wang-42/+65