about summary refs log tree commit diff
path: root/src/libstd/sys.rs
AgeCommit message (Expand)AuthorLines
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-4/+4
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-5/+5
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-2/+2
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-50/+30
2013-08-09std: Fix perf of local allocations in newschedBrian Anderson-2/+2
2013-08-06Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail...Erick Tryzelaar-4/+0
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-5/+5
2013-08-03std: Remove gc and stackwalkBrian Anderson-4/+0
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-3/+1
2013-07-31Give tasks useful names. #2891Ben Blum-7/+14
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-6/+1
2013-07-23std and extra: use as_c_str instead of as_buf in a couple placesErick Tryzelaar-14/+6
2013-07-23std: move str::as_buf into StrSliceErick Tryzelaar-4/+5
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-4/+4
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-33/+2
2013-07-02std: Use the same task failure message as C++ rtBrian Anderson-2/+2
2013-06-24std: Make box annihilator work with newschedBrian Anderson-1/+4
2013-06-23Remove rust_call_tydesc_gluePhilipp Brüschweiler-23/+0
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-9/+3
2013-06-20Merge remote-tracking branch 'brson/io' into io-upstreamBrian Anderson-7/+12
2013-06-19std: Make newsched failures log correctlyBrian Anderson-2/+11
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-11/+11
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-5/+1
2013-06-13std::rt: Tasks must have an unwinder. SimplerBrian Anderson-5/+1
2013-06-09remove unused import warningsHuon Wilson-1/+0
2013-06-04sys: get rid of shape functionsDaniel Micay-14/+0
2013-05-30Require documentation by default for libstdAlex Crichton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+352
2011-12-14Remove some duplicated unused parts of std now that they're present in core.Graydon Hoare-96/+0
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+96