summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-2/+2
2013-06-30Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.Huon Wilson-2/+2
2013-06-30simplify the exchange allocatorDaniel Micay-3/+3
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-1/+1
2013-06-28librustc: Fix even *MORE* merge fallout!Patrick Walton-1/+1
2013-06-28Rewrite each_path to allow performance improvements in the future.Patrick Walton-1/+5
2013-06-27auto merge of #7430 : huonw/rust/vec-kill, r=thestingerbors-4/+3
2013-06-28Convert vec::{push, push_all, push_all_move} to methods.Huon Wilson-3/+2
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-1/+1
2013-06-27auto merge of #7361 : brson/rust/incoming, r=brsonbors-1/+1
2013-06-25Merge remote-tracking branch 'mozilla/master' into incomingBrian Anderson-1/+1
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-13/+8
2013-06-24Merge remote-tracking branch 'reusee/master' into HEADBrian Anderson-1/+1
2013-06-24libc: (u)int => c_(u)int for constsFedor Indutny-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-6/+7
2013-06-22replaced some 'std::' with 'extra::' in commentsreus-1/+1
2013-06-21libstd: cleanup warningsJames Miller-6/+4
2013-06-16auto merge of #7123 : huonw/rust/more-str, r=thestingerbors-1/+1
2013-06-15fix testDaniel Micay-3/+4
2013-06-16std: convert str::to_utf16 to a method.Huon Wilson-1/+1
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-2/+2
2013-06-11option: remove redundant old_iter implsDaniel Micay-1/+1
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-6/+7
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-3/+3
2013-06-08rm some uses of to_mut_unsafe_ptrDaniel Micay-1/+1
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-3/+2
2013-05-30Require documentation by default for libstdAlex Crichton-2/+28
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from s...Patrick Walton-13/+11
2013-05-28Silence various warnings throughout test modulesAlex Crichton-2/+2
2013-05-27Refactor core::run in order to address many of the issuesgareth-1/+1
2013-05-25testsuite: Add a test for listing the root directory...Tim Chevalier-1/+15
2013-05-25core: Fail with a better error message when list_dir gets an empty pathTim Chevalier-0/+11
2013-05-23cleanup warnings from libstdErick Tryzelaar-23/+23
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+1670