summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-10-15path2: Rename pop_opt() to pop() and add each_parent()Kevin Ballard-18/+152
2013-10-15path2: Implement stat supportKevin Ballard-0/+393
2013-10-15path2: Implement IterBytes for PathKevin Ballard-0/+16
2013-10-15path2: Implement .as_display_str() and .to_display_str()Kevin Ballard-1/+94
2013-10-15path2: Add opt variants for from_vec/from_strKevin Ballard-0/+73
2013-10-15path2: Rename Path::new() to Path::from_vec()Kevin Ballard-77/+77
2013-10-15path2: Implement WindowsPathKevin Ballard-28/+2314
2013-10-15path2: Update for changes from masterKevin Ballard-13/+13
2013-10-15path2: Add more tests to posix implKevin Ballard-3/+11
2013-10-15path2: Extract posix/windows into their own filesKevin Ballard-1639/+1693
2013-10-15path2: Add tests for the [u8]-based methodsKevin Ballard-270/+560
2013-10-15path2: Update all the tests for the new [u8]-based approachKevin Ballard-179/+189
2013-10-15path2: Reimplement PosixPath in terms of ~[u8]Kevin Ballard-138/+154
2013-10-15path2: Start reimplementing in terms of ~[u8] instead of ~strKevin Ballard-88/+357
2013-10-15path2: Implement PosixPathKevin Ballard-1/+770
2013-10-15Initial sketching out of the new path moduleKevin Ballard-0/+286
2013-10-15Remove extra::flatpipesSteven Fackler-980/+0
2013-10-15remove executable flag from source fileDaniel Micay-0/+0
2013-10-15use element count in slices, not size in bytesDaniel Micay-76/+154
2013-10-15fix overflow on bounds checksDaniel Micay-4/+21
2013-10-15fix bounds checking failure messageDaniel Micay-41/+1
2013-10-14add an `abort` intrinsicDaniel Micay-0/+9
2013-10-14rustdoc: Don't abort if there's nothing to documentAlex Crichton-1/+1
2013-10-14rustdoc: Use privacy visibility for pruningAlex Crichton-87/+166
2013-10-14std::rt: Fix the set up of the main thread so that it doesn't try to steal workBrian Anderson-2/+8
2013-10-14Refine privacy error messages to be more accurateAlex Crichton-45/+95
2013-10-14Only use padded test names to calculate the target padding size.Felix S. Klock II-3/+12
2013-10-14Issue 7655: align the bench printouts so that the numbers tend to be aligned.Felix S. Klock II-12/+51
2013-10-14auto merge of #9606 : steveklabnik/rust/abi_removal, r=alexcrichtonbors-70/+0
2013-10-14auto merge of #9848 : huonw/rust/move-trait-doc, r=alexcrichtonbors-302/+303
2013-10-14Removing ccdeclSteve Klabnik-52/+52
2013-10-14std::vec: move documentation from impls to traits.Huon Wilson-302/+303
2013-10-14Remove unused abi attributes.Steve Klabnik-122/+52
2013-10-13auto merge of #9844 : bytbox/rust/master, r=alexcrichtonbors-3/+2
2013-10-14extra: implement Encodable/Decodable for UuidCorey Richardson-0/+15
2013-10-13Make Rustdoc strip private fieldsSteven Fackler-9/+27
2013-10-14std::libc: rustdoc indicates reexports nowScott Lawrence-3/+2
2013-10-12auto merge of #9832 : luqmana/rust/sps, r=alexcrichtonbors-28/+26
2013-10-12librustc: Combine C_struct and C_packed_struct.Luqman Aden-32/+20
2013-10-12auto merge of #9608 : hmarr/rust/vec-get-opt, r=huonwbors-0/+18
2013-10-12Update test for packed structs to also test being placed in statics.Luqman Aden-0/+5
2013-10-12librustc: Don't ICE on packed structs in statics.Luqman Aden-1/+6
2013-10-12rc: fix docstringDaniel Micay-1/+1
2013-10-11auto merge of #9815 : thestinger/rust/type, r=huonwbors-59/+16
2013-10-11have LLVM print type strings for usDaniel Micay-59/+16
2013-10-11rustpkg: Set exit codes properly and make tests take advantage of thatTim Chevalier-27/+72
2013-10-11auto merge of #9809 : fhahn/rust/remove-old-cratemap-code, r=alexcrichtonbors-170/+10
2013-10-11auto merge of #9794 : thestinger/rust/rc, r=alexcrichtonbors-89/+114
2013-10-11clean up the `Rc`/`RcMut` types and move to libstdDaniel Micay-89/+114
2013-10-11Remove support for older CrateMap versionsFlorian Hahn-170/+10