about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-10-15path2: Replace the path module outrightKevin Ballard-1975/+1189
2013-10-15path2: Add format helpers .display() and .filename_display()Kevin Ballard-0/+83
2013-10-15path2: Convert typedefs to `pub use`sKevin Ballard-15/+15
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-14add an `abort` intrinsicDaniel Micay-0/+3
2013-10-14auto merge of #9606 : steveklabnik/rust/abi_removal, r=alexcrichtonbors-33/+0
2013-10-14auto merge of #9848 : huonw/rust/move-trait-doc, r=alexcrichtonbors-302/+303
2013-10-14Removing ccdeclSteve Klabnik-28/+28
2013-10-14std::vec: move documentation from impls to traits.Huon Wilson-302/+303
2013-10-14Remove unused abi attributes.Steve Klabnik-61/+28
2013-10-14std::libc: rustdoc indicates reexports nowScott Lawrence-3/+2
2013-10-12auto merge of #9608 : hmarr/rust/vec-get-opt, r=huonwbors-0/+18
2013-10-12rc: fix docstringDaniel Micay-1/+1
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-0/+384
2013-10-11clean up the `Rc`/`RcMut` types and move to libstdDaniel Micay-0/+384
2013-10-11Remove support for older CrateMap versionsFlorian Hahn-170/+10
2013-10-11auto merge of #9803 : alexcrichton/rust/less-pub2, r=brsonbors-98/+113
2013-10-11De-pub some private runtime componentsAlex Crichton-98/+113
2013-10-10Fix usage of <float> in docsVolker Mische-1/+1
2013-10-10auto merge of #9749 : alexcrichton/rust/less-io, r=brsonbors-977/+1336
2013-10-10Make the file::DirectoryInfo trait publicAlex Crichton-1/+1
2013-10-10Remove some users of io::file_readerAlex Crichton-4/+24
2013-10-10Remove usage of io::FILE_writerAlex Crichton-49/+13
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-101/+40
2013-10-10Move std::run off of std::ioAlex Crichton-769/+65
2013-10-10Implement BufferedReader.{read_until, read_line}Alex Crichton-7/+65
2013-10-10Implement rt::io::stdioAlex Crichton-26/+84
2013-10-09auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichtonbors-1/+1
2013-10-09auto merge of #9774 : sebcrozet/rust/master, r=huonwbors-2/+1
2013-10-09auto merge of #9742 : alexcrichton/rust/issue-9739, r=brsonbors-40/+8
2013-10-09Don't abort if the runtime is run twice.Alex Crichton-40/+8
2013-10-09Implement io::native::processAlex Crichton-0/+752
2013-10-09Implement io::native::stdioAlex Crichton-0/+67
2013-10-09Implement io::native::fileAlex Crichton-25/+230