about summary refs log tree commit diff
path: root/src/libstd/arc.rs
AgeCommit message (Expand)AuthorLines
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-03-11libstd: Remove all newtype enums from std and core.Patrick Walton-13/+38
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-8/+8
2013-03-07test: Fix tests.Patrick Walton-1/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-30/+30
2013-03-07De-implicit-self libstdBen Striegel-3/+3
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-21/+34
2013-03-04Remove unused imports throughout src/Alex Crichton-6/+0
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-3/+3
2013-02-28auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakisbors-65/+1
2013-02-28core: Remove unwrap_shared_mutable_state. #4436Brian Anderson-65/+1
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-0/+1
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-6/+6
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-3/+4
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-10/+10
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-18/+18
2013-02-15libstd: Get rid of `move`.Luqman Aden-42/+42
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-3/+3
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-4/+4
2013-02-12Adjust borrow checker algorithm to address #4856 unsoundness,Niko Matsakis-35/+50
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-4/+4
2013-01-29std: Stop using oldcommBrian Anderson-1/+0
2013-01-29libstd: De-export libstd. rs=deexportPatrick Walton-15/+13
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-7/+7
2013-01-25Declare std::arc::unwrap to be pubCody Schroeder-1/+1
2013-01-24librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...Patrick Walton-12/+19
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-6/+8
2013-01-15Swap return value order in pipes::oneshot Issue #4496Nick Desaulniers-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+4
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-4/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+4
2012-12-28libstd: Fix tests. rs=bustagePatrick Walton-0/+2
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-1/+7
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-6/+11
2012-12-13Rename Send trait to OwnedBrian Anderson-25/+25
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-6/+6
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-27core: Add Clone traitBrian Anderson-4/+16
2012-11-14Convert libstd to use the Drop traitBen Striegel-1/+4
2012-11-14Revert "Convert libstd to use the Drop trait"Brian Anderson-4/+1
2012-11-14Convert libstd to use the Drop traitBen Striegel-1/+4
2012-10-23core: Use PortOne instead of Future in future_resultBrian Anderson-1/+1
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-6/+6
2012-10-12Make moves explicit in std testsTim Chevalier-22/+23
2012-10-11Remove comment that is now falseTim Chevalier-2/+2
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-1/+1
2012-10-03Remove uses of + mode from libstdTim Chevalier-11/+11
2012-09-28De-export std::{arc,comm,sync}. Part of #3583.Graydon Hoare-17/+12