about summary refs log tree commit diff
path: root/src/libstd/std.rs
AgeCommit message (Expand)AuthorLines
2013-11-03Rename files to match current recommendations.Chris Morgan-232/+0
2013-11-01Register new snapshotsAlex Crichton-6/+0
2013-11-01Reordered the methods in std::Option and std::ResultMarvin Löbel-39/+38
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-0/+5
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-1/+6
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-6/+8
2013-10-24Remove std::io once and for all!Alex Crichton-1/+0
2013-10-23register snapshotsDaniel Micay-1/+1
2013-10-22Activate checking code for ASM feature gate. Fix testsLéo Testard-1/+1
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-0/+1
2013-10-11auto merge of #9794 : thestinger/rust/rc, r=alexcrichtonbors-0/+1
2013-10-11clean up the `Rc`/`RcMut` types and move to libstdDaniel Micay-0/+1
2013-10-11De-pub some private runtime componentsAlex Crichton-3/+0
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+2
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-1/+2
2013-10-01remove the `float` typeDaniel Micay-1/+0
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-2/+2
2013-09-26Update version numbers to 0.9-preBrian Anderson-2/+2
2013-09-26auto merge of #9261 : alexcrichton/rust/logging, r=huonwbors-0/+1
2013-09-25Refactor the logging system for fewer allocationsAlex Crichton-0/+1
2013-09-25rustdoc: Strip hidden docs by default.Alex Crichton-2/+1
2013-09-23libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o...Patrick Walton-1/+1
2013-09-21Update version numbers to 0.8Brian Anderson-2/+2
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-0/+4
2013-09-18Register new snapshotsAlex Crichton-6/+0
2013-09-16Add an SendStr typeMarvin Löbel-0/+1
2013-09-09auto merge of #9005 : alexcrichton/rust/rusty-log, r=brsonbors-0/+1
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-05Remove the __log function for __log_levelAlex Crichton-0/+1
2013-08-30auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brsonbors-0/+6
2013-08-28Remove @io::Writer from sys/repr/reflectAlex Crichton-0/+6
2013-08-29Remove the iter module.Jason Fager-2/+0
2013-08-26Add a Default trait.Corey Richardson-1/+1
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-1/+1
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+1
2013-08-14Methodyfied the string ascii extionsion functionsMarvin Löbel-1/+1
2013-08-12Reorganise Select traits to not expose internal runtime types. Close #5160. P...Ben Blum-0/+1
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-0/+1
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-2/+0
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-0/+3
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-0/+3
2013-08-06Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail...Erick Tryzelaar-2/+0
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-0/+1
2013-08-03std: Remove gc and stackwalkBrian Anderson-2/+0
2013-07-27Remove unnecessary #[path = "***/mod.rs"] lines.OGINO Masanori-3/+0
2013-07-22std: add #[cfg(test)] reference to extra so we can benchmark libstd.Graydon Hoare-0/+3
2013-07-19std: Remove old magic core modBrian Anderson-10/+0
2013-07-14Make TLS keys actually take up spaceAlex Crichton-0/+1
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1