about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-12rand: deprecate `rng`.Huon Wilson-1/+1
2014-03-12Remove the dependence of std::io::test on rand.Huon Wilson-4/+11
2014-03-12std: Move rand to librand.Huon Wilson-3888/+2
2014-03-11auto merge of #12556 : alexcrichton/rust/weak-linkage, r=brsonbors-40/+28
2014-03-11rustc: Support various flavors of linkagesAlex Crichton-40/+28
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-0/+15
2014-03-08auto merge of #12706 : pongad/rust/issue_12698, r=brsonbors-209/+20
2014-03-08auto merge of #12759 : lucab/rust/char-doc, r=alexcrichtonbors-29/+60
2014-03-08Incorporated review feedback atop pcwalton's original patches.Felix S. Klock II-11/+9
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-209/+20
2014-03-08libstd: Add some more functionality to Vec<T>Patrick Walton-0/+131
2014-03-08doc: add two missing char methods doc-stringsLuca Bruno-2/+12
2014-03-08doc: uniform std::char doc-stringsLuca Bruno-23/+30
2014-03-08doc: don't refer to 'char' as charactersLuca Bruno-18/+32
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-18/+33
2014-03-07std: stop `vec!()` warning about unused mutability.Huon Wilson-3/+5
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-8/+8
2014-03-06auto merge of #12705 : alexcrichton/rust/issue-12692, r=brsonbors-3/+64
2014-03-05std: Move libnative task count bookkeeping to stdAlex Crichton-0/+56
2014-03-05add tests for `min` and `max` from `Float`Daniel Micay-0/+24
2014-03-05native: Move from usleep() to nanosleep()Alex Crichton-0/+2
2014-03-05native: Stop using readdir()Alex Crichton-3/+6
2014-03-05auto merge of #12700 : thestinger/rust/float, r=cmrbors-89/+42
2014-03-05consistently use LLVM floating point intrinsicsDaniel Micay-87/+18
2014-03-05add correct floating point `min` and `max` methods.Daniel Micay-2/+24
2014-03-05Str::slice_chars() is O(end), not O(end - begin)Simon Sapin-2/+2
2014-03-04auto merge of #12491 : eddyb/rust/deref, r=nikomatsakisbors-3/+54
2014-03-04auto merge of #12300 : DaGenix/rust/uppercase-variable-lint, r=alexcrichtonbors-25/+26
2014-03-05Allow uppercase_variables in libstd/libc.rsPalmer Cox-0/+1
2014-03-04Rename struct fields with uppercase characters in their names to use lowercasePalmer Cox-4/+4
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-22/+22
2014-03-04auto merge of #12697 : thestinger/rust/vec, r=huonwbors-0/+1
2014-03-04mark the `map` method on Vec<T> as deprecatedDaniel Micay-0/+1
2014-03-04auto merge of #12694 : thestinger/rust/mut_iter, r=huonwbors-9/+19
2014-03-04make `MutItems` iterator sound againDaniel Micay-9/+19
2014-03-04auto merge of #12667 : Kimundi/rust/any_improv, r=cmrbors-119/+56
2014-03-04Cleaned up `std::any`Marvin Löbel-119/+56
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-03-04Implement DerefImm for Rc and DerefImm/DerefMut for RefCell's Ref/RefMut.Eduard Burtescu-2/+31
2014-03-04Add the DerefImm and DerefMut traits.Eduard Burtescu-1/+23
2014-03-04std: add reserve_additional and an Extendable impl to Vec.Huon Wilson-2/+66
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-0/+27
2014-03-01libstd: Add some functionality to `Vec<T>`Patrick Walton-1/+37
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-10/+32
2014-03-01std: Flush when buffered writers are droppedAlex Crichton-14/+25
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-183/+189
2014-02-28auto merge of #12616 : alexcrichton/rust/size, r=huonwbors-112/+117
2014-02-28std: Flag run_fmt() as #[inline(always)]Alex Crichton-1/+8
2014-02-28std: Avoid using "{:?}" in format stringsAlex Crichton-5/+5
2014-02-28std: Remove lots of allocations from log settingsAlex Crichton-102/+96