summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-09-26std: Remove an unnecessary comment from c_strErick Tryzelaar-3/+0
2013-09-26std: Micro-optimize vec.with_c_str for short vectorsErick Tryzelaar-14/+52
2013-09-26std: Add benchmarks to c_strErick Tryzelaar-0/+103
2013-09-26std: implement Container for CStringErick Tryzelaar-2/+10
2013-09-26std: removed some warnings in tests.Erick Tryzelaar-7/+6
2013-09-26std and rustc: Convert users of c_str to use .with_c_strErick Tryzelaar-16/+16
2013-09-26Visibility fixesSteven Fackler-11/+11
2013-09-27std::vec: Use a valid value as lifetime dummy in iteratorblake2-ppc-6/+6
2013-09-26Update version numbers to 0.9-preBrian Anderson-2/+2
2013-09-26auto merge of #9261 : alexcrichton/rust/logging, r=huonwbors-58/+72
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-24/+24
2013-09-26Document std::ops.Steve Klabnik-2/+410
2013-09-26auto merge of #9507 : brson/rust/sched, r=alexcrichtonbors-32/+141
2013-09-26auto merge of #9506 : sfackler/rust/visibility, r=alexcrichtonbors-2/+2
2013-09-26auto merge of #9497 : pnkfelix/rust/fsk-7752-use-fcnptr-for-glob-errfunc, r=cmrbors-2/+2
2013-09-26auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmrbors-6/+10
2013-09-25auto merge of #9404 : blake2-ppc/rust/result-map-opt, r=cmrbors-13/+0
2013-09-25std::rt: Implement task yielding. Fix a starvation problemBrian Anderson-32/+141
2013-09-26Moved StrSlice doc comments from impl to trait.Marvin Löbel-336/+410
2013-09-25Some struct visibility fixesSteven Fackler-2/+2
2013-09-25Refactor the logging system for fewer allocationsAlex Crichton-58/+72
2013-09-25errfunc ptr is nullable, so use Option as part of interface to glob (#7752).Felix S. Klock II-1/+2
2013-09-25rustdoc: Strip hidden docs by default.Alex Crichton-2/+1
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-299/+299
2013-09-25auto merge of #9498 : catamorphism/rust/rust-path-hack-fix, r=cmr,metajackbors-0/+54
2013-09-25Don't die in try_unsafe_borrow if tls isn't readyAlex Crichton-6/+10
2013-09-25auto merge of #9493 : huonw/rust/move-tuples, r=thestingerbors-102/+104
2013-09-25rustpkg: Search for packages correctly when using the rust_path_hackTim Chevalier-22/+31
2013-09-25std: Add an is_parent_of method to PathTim Chevalier-0/+45
2013-09-25#7752: use fcnptr for glob errfunc.Felix S. Klock II-2/+1
2013-09-25auto merge of #9455 : jesseray/rust/master, r=pnkfelixbors-0/+24
2013-09-25std: Replace CloneableTuple with Tuple, which takes self by-val.Huon Wilson-102/+104
2013-09-24auto merge of #9470 : luqmana/rust/bba, r=brsonbors-17/+14
2013-09-24Remove the annihilate function from the crate map. Fixes #8431Luqman Aden-17/+14
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-2/+2
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-2/+2
2013-09-24Do not imply that str is sometimes null-terminated.Simon Sapin-2/+2
2013-09-24auto merge of #9457 : klutzy/rust/doc-fix, r=alexcrichtonbors-2/+2
2013-09-23auto merge of #9449 : dckc/rust/patch-1, r=alexcrichtonbors-1/+1
2013-09-24std::local_data: Fix document codeklutzy-2/+2
2013-09-23auto merge of #9454 : alexcrichton/rust/snapshot, r=thestingerbors-65/+4
2013-09-23Register new snapshotsAlex Crichton-65/+4
2013-09-23remove apostrophe where it's is not used as a contractionDan Connolly-1/+1
2013-09-23test: Fix rustdoc and tests.Patrick Walton-11/+0
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-12/+29
2013-09-23libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o...Patrick Walton-9/+43
2013-09-23auto merge of #9301 : luqmana/rust/ncm, r=brsonbors-4/+103
2013-09-23Find the cratemap at runtime on windows.Luqman Aden-4/+23
2013-09-23Added is_control function, method, and tests.Jesse Ray-0/+24
2013-09-22disable starvation test completely for nowDaniel Micay-13/+10