about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-06-05auto merge of #14644 : alexcrichton/rust/more-no-runtime-use-cases, r=brsonbors-156/+218
2014-06-05Adding examples and possible failures for getcwd.Axel Viala-2/+36
2014-06-05auto merge of #14568 : erickt/rust/slice-update, r=alexcrichtonbors-0/+49
2014-06-04auto merge of #14610 : alexcrichton/rust/issue-14008, r=brsonbors-182/+4
2014-06-04auto merge of #14633 : huonw/rust/nodylibc, r=alexcrichtonbors-0/+5
2014-06-04std: Improve non-task-based usageAlex Crichton-156/+218
2014-06-04Add code example to std::os::getenv for unix.Axel Viala-0/+10
2014-06-04libc: only provide an rlib.Huon Wilson-0/+5
2014-06-03std: Remove generics from Option::expectAlex Crichton-182/+4
2014-06-03Add next_permutation and prev_permutation onto MutableOrdVector<T>.Thomas Backman-0/+142
2014-06-02std: add `IterReader` to adapt iterators into readersErick Tryzelaar-0/+49
2014-06-02docs: Stop using `notrust`Florian Gilcher-6/+6
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-27/+27
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-0/+26
2014-05-30auto merge of #14544 : aturon/rust/issue-14352, r=alexcrichtonbors-2/+94
2014-05-30Add os::split_pathsAaron Turon-2/+94
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-40/+40
2014-05-30Register new snapshotsAlex Crichton-1219/+2
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-4/+12
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-28/+19
2014-05-30Rename OSRng to OsRngPiotr Jawniak-25/+25
2014-05-29auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc...bors-21/+16
2014-05-29std: Recreate a `rand` moduleAlex Crichton-25/+925
2014-05-29auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfacklerbors-39/+23
2014-05-28Replace StrAllocating.into_owned() with .into_string()Kevin Ballard-21/+16
2014-05-28auto merge of #14437 : Sawyer47/rust/utf16-items, r=alexcrichtonbors-2/+2
2014-05-28std: Remove format_strbuf!()Alex Crichton-39/+23
2014-05-28auto merge of #14459 : seanmonstar/rust/select-docs, r=alexcrichtonbors-3/+3
2014-05-28Rename UTF16Item[s] to Utf16Item[s]Piotr Jawniak-2/+2
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-19/+32
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-302/+306
2014-05-27doc: Fix link to stringRicho Healey-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-187/+187
2014-05-27std: Remove String's to_ownedRicho Healey-109/+113
2014-05-27std: change select! docs from 'ports' to 'receivers'Sean McArthur-3/+3
2014-05-26std: Remove String::from_owned_str as it's redundantRicho Healey-5/+5
2014-05-26Minor fixes to `std::str` docsP1start-11/+12
2014-05-25auto merge of #14430 : kballard/rust/squelch_os_warning, r=alexcrichtonbors-70/+27
2014-05-25De-realstd os::argsKevin Ballard-48/+8
2014-05-25libstd: Remove unnecessary re-exports under std::stdKevin Ballard-22/+19
2014-05-25auto merge of #14391 : alexcrichton/rust/more-rustdoc-inline, r=huonwbors-48/+55
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-55/+55
2014-05-25std: Add doc(noinline) to the prelude reexportsAlex Crichton-42/+49
2014-05-25auto merge of #14415 : Sawyer47/rust/ascii-fixme, r=huonwbors-5/+2
2014-05-25Fix FIXME #5475 in std::asciiPiotr Jawniak-5/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-286/+286
2014-05-24auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichtonbors-7/+9
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-7/+9
2014-05-24auto merge of #14401 : aochagavia/rust/pr4, r=alexcrichtonbors-6/+48
2014-05-24auto merge of #14378 : huonw/rust/deque-adjustments, r=alexcrichtonbors-5/+5