about summary refs log tree commit diff
path: root/src/libextra/future.rs
AgeCommit message (Expand)AuthorLines
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-5/+5
2013-08-07Forbid `priv` where it has no effectAlex Crichton-1/+1
2013-07-24auto merge of #7996 : erickt/rust/cleanup-strs, r=ericktbors-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-1/+1
2013-07-23clean up warningsErick Tryzelaar-1/+1
2013-07-19Added a new method to extra::future (unwrap) + a testMatthijs Hofstra-0/+19
2013-07-17librustc: Remove the `Copy` bound from the language.Patrick Walton-1/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2/+2
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-9/+8
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-2/+2
2013-06-27auto merge of #7361 : brson/rust/incoming, r=brsonbors-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-22replaced some 'std::' with 'extra::' in commentsreus-1/+1
2013-06-16Add copies to type params with Copy boundNiko Matsakis-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-3/+3
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-4/+4
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-27syntax highlight code examples in docstringsDaniel Micay-1/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+210