about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-09-05auto merge of #16843 : bkoropoff/rust/reader-writer-box, r=alexcrichtonbors-0/+16
2014-09-04auto merge of #16986 : bjz/rust/bitflags, r=alexcrichtonbors-117/+136
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-7/+7
2014-09-05Use {} for bitflags! definition and invocationsBrendan Zabarauskas-27/+27
2014-09-05Attach documentation to the bitflags! macro itselfBrendan Zabarauskas-97/+98
2014-09-05Test attributesBrendan Zabarauskas-0/+8
2014-09-05Allow trailing commas in bitflags! macroBrendan Zabarauskas-4/+14
2014-09-04auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichtonbors-4/+4
2014-09-04Center alignment for fmtwickerwaka-1/+2
2014-09-04auto merge of #16976 : treeman/rust/issue-16943, r=kballardbors-2/+23
2014-09-04Print file permissions with 4 digits.Jonas Hietala-10/+10
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-01Updated to new extern crate syntax.wickerwaka-4/+4
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