summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-22native: Fix a possible deadlock in spawnAlex Crichton-107/+105
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-22syntax: allow `trace_macros!` and `log_syntax!` in item position.Huon Wilson-36/+92
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
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-1311/+1435
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-642/+628
2014-03-21libstd: Add some methods to `Vec<T>`.Patrick Walton-18/+21
2014-03-20Clean up marker types and Unsafe initializationSteven Fackler-16/+12
2014-03-20std: Implement Clone/TotalEq for ProcessExitAlex Crichton-1/+2
2014-03-20Remove RefCell::{with, with_mut}Steven Fackler-74/+11
2014-03-20std: Rename {push,read}_bytes to {push,read}_exactAlex Crichton-20/+21
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-54/+56
2014-03-20Added new attribute syntax with backward compatibility.Daniel Fagnan-11/+98
2014-03-21syntax: make OptVec immutable.Huon Wilson-126/+79
2014-03-20std: Update atomic documentation to remove 'mut'Alex Crichton-23/+23
2014-03-20auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichtonbors-4/+4
2014-03-20std: Remove AtomicU64Brian Anderson-52/+0
2014-03-20std: Make the generic atomics in `sync::atomics` privateBrian Anderson-10/+10
2014-03-20std: Make the generic atomics take unsafe pointersBrian Anderson-193/+170
2014-03-20Register new snapshotsAlex Crichton-160/+27
2014-03-20auto merge of #13020 : alexcrichton/rust/vec, r=brsonbors-231/+12
2014-03-20std: Make atomics immutable. #11583Brian Anderson-71/+1093
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-230/+10
2014-03-20rustc: Default the ~[] lint to allow for nowAlex Crichton-1/+1
2014-03-20std: Add Vec to the preludeAlex Crichton-0/+1
2014-03-20auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonwbors-19/+60
2014-03-20auto merge of #13015 : tbu-/rust/pr_remove_immut, r=alexcrichtonbors-6/+0
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-267/+500
2014-03-20auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestingerbors-1/+7