about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-22/+22
2014-06-08auto merge of #14765 : rapha/rust/master, r=alexcrichtonbors-22/+23
2014-06-09Converted PortReader and ChanWriter to use Vec.Raphael Speyer-22/+23
2014-06-08Fix spelling errors in comments.Joseph Crail-10/+10
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-5/+5
2014-06-08std::io: expand the oneshot/periodic docs.Huon Wilson-8/+68
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-21/+13
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-210/+453
2014-06-06std: Extract librustrt out of libstdAlex Crichton-5593/+245
2014-06-06rtio: Remove usage of `Path`Alex Crichton-5/+8
2014-06-06rtio: Remove unused stuctAlex Crichton-12/+0
2014-06-06Test fixes from the rollupAlex Crichton-1/+0
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-06Removing unused wrapper to libc::close.Axel Viala-6/+0
2014-06-06mk: Run doc tests with --cfg doxAlex Crichton-1/+5
2014-06-06Implement Eq for HashSet and HashMapSteven Fackler-3/+7
2014-06-06Rename Iterator::len to countAaron Turon-8/+7
2014-06-06Remove reference to ~str in documentationfort-1/+1
2014-06-06auto merge of #14676 : brson/rust/double-rainbow, r=alexcrichtonbors-3/+1
2014-06-05auto merge of #14641 : darnuria/rust/add_documentation_to_std_os, r=alexcrichtonbors-4/+57
2014-06-05Fallout from the libcollections movementAlex Crichton-14/+25
2014-06-05std: Recreate a `collections` moduleAlex Crichton-8615/+2906
2014-06-05How about a less cringe-worthy double-failure message?Brian Anderson-3/+1
2014-06-05Improve documentation on std::os::env.Axel Viala-2/+11
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