about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-09-03Fix spelling errors and capitalization.Joseph Crail-7/+7
2014-09-03Print file permissions in octal form.Jonas Hietala-2/+23
2014-09-03Remove cross-borrowing for traits.Nick Cameron-2/+2
2014-09-02std: Split hashmap.rs into modulesPiotr Czarnecki-1660/+1743
2014-09-02std: RawTable exposes a safe interface for HashMapPiotr Czarnecki-528/+883
2014-09-02std: branchless bucket distance for hashmapPiotr Czarnecki-9/+1
2014-09-01Updated to new extern crate syntax.wickerwaka-4/+4
2014-08-31Have std::io::TempDir::new and new_in return IoResultSimon Sapin-9/+13
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-165/+0
2014-08-29Register new snapshotsAlex Crichton-165/+0
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-6/+6
2014-08-29Relax lifetime bounds on Reader/Writer impls for trait boxesBrian Koropoff-0/+16
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-4/+4
2014-08-28auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brsonbors-279/+200
2014-08-28libstd: Wrap duration.rs at 100 characters.Ruud van Asseldonk-3/+6
2014-08-28Fallout from stabilizing core::optionAaron Turon-4/+4
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-13/+152
2014-08-26auto merge of #16742 : vhbit/rust/ios-ffi-fix, r=alexcrichtonbors-0/+1
2014-08-26DST coercions and DST structsNick Cameron-78/+100
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-54/+91
2014-08-25Adopting FFI changes for iOSValerii Hiora-0/+1
2014-08-24native: clone/close_accept for win32 pipesAlex Crichton-2/+3
2014-08-24native: Implement clone/close_accept for unixAlex Crichton-0/+227
2014-08-24auto merge of #16703 : bluss/rust/assert-bloat, r=huonwbors-1/+1
2014-08-23std: Use concat! and stringify! to simplify the most common assert! case.root-1/+1
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-7/+7
2014-08-23Remove stage0 attributes.Vadim Chugunov-2/+0
2014-08-22auto merge of #16647 : vhbit/rust/ios-build-fixes, r=alexcrichtonbors-2/+2
2014-08-21auto merge of #16499 : cmr/rust/struct-undef-repr, r=pcwaltonbors-1/+33
2014-08-21libstd: Limit Duration range to i64 milliseconds.Ruud van Asseldonk-54/+52
2014-08-21iOS compilation fixValerii Hiora-2/+2
2014-08-21auto merge of #16362 : nham/rust/std_rand_pi_example, r=huonwbors-0/+43
2014-08-21Use unicode pi symbol in pi estimation example. Additional tweaksnham-7/+7
2014-08-21Surround formula in a 'notrust' code blocknham-0/+2
2014-08-21auto merge of #16443 : steveklabnik/rust/fix_path_docs, r=kballardbors-4/+22
2014-08-20Stage #[repr(packed)] in std::rtCorey Richardson-1/+32
2014-08-20liblibc: don't use int/uint for intptr_t/uintptr_tCorey Richardson-1/+1
2014-08-20Add #[repr(C)] to all the things!Corey Richardson-0/+1
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-1/+1
2014-08-20Fix error message for WindowsPath::newSteve Klabnik-4/+22
2014-08-20libstd: Refactor Duration.Ruud van Asseldonk-288/+208
2014-08-19libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.Patrick Walton-0/+1
2014-08-18auto merge of #16578 : steveklabnik/rust/gh16239, r=pcwaltonbors-1/+6
2014-08-18Explain EOF behavior in File.eof().Steve Klabnik-1/+6
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-23/+23
2014-08-17auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichtonbors-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-13/+5
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-1/+1
2014-08-16auto merge of #16513 : sfackler/rust/io-util-cleanup, r=alexcrichtonbors-18/+38
2014-08-15Derive Clone for std::time::DurationAndrew Poelstra-1/+1