about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+2
2013-10-05auto merge of #9734 : luisbg/rust/master, r=alexcrichtonbors-2/+0
2013-10-05extra: remove commented out 'X' and 'x' formatsLuis de Bethencourt-2/+0
2013-10-05auto merge of #9250 : erickt/rust/num, r=ericktbors-284/+489
2013-10-05extra: fix BigInt on 32bit machinesErick Tryzelaar-127/+139
2013-10-05extra: Don't truncate {u64,i64} when converting to BigIntsErick Tryzelaar-19/+121
2013-10-03extra: remove unnecessary second level functionsLuis de Bethencourt-11/+4
2013-10-03auto merge of #9691 : alexcrichton/rust/rustdoc, r=cmrbors-1/+2
2013-10-02auto merge of #9689 : luisbg/rust/strftime, r=alexcrichtonbors-8/+7
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-1/+2
2013-10-02extra: %W and %+ support in time::strftimeLuis de Bethencourt-8/+7
2013-10-02auto merge of #9675 : sfackler/rust/lint, r=alexcrichtonbors-0/+10
2013-10-02auto merge of #9670 : luisbg/rust/strftime, r=alexcrichtonbors-8/+61
2013-10-02Check enums in missing_doc lintSteven Fackler-0/+10
2013-10-02extra: %G, %g and %V support in time::strftimeLuis de Bethencourt-6/+59
2013-10-02extra: Add ToBigInt and ToBigUint traitsErick Tryzelaar-0/+90
2013-10-02std: Swap {To,From}Primitive to use the 64bit as the unimplemented versionErick Tryzelaar-24/+24
2013-10-02std: Replace num::IntConvertible with {To,From}PrimitiveErick Tryzelaar-214/+215
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-13/+13
2013-10-01extra: %U support in time::strftimeLuis de Bethencourt-2/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-13/+13
2013-10-01remove the `float` typeDaniel Micay-185/+152
2013-09-30syntax: Remove usage of fmt!Alex Crichton-2/+2
2013-09-30extra: Remove usage of fmt!Alex Crichton-421/+424
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-1/+1
2013-09-27auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestingerbors-11/+11
2013-09-26auto merge of #9523 : huonw/rust/kud1ing-docs, r=huonwbors-69/+69
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-11/+11
2013-09-26auto merge of #9520 : blake2-ppc/rust/ringbuf-swap, r=thestingerbors-0/+21
2013-09-26auto merge of #9506 : sfackler/rust/visibility, r=alexcrichtonbors-2/+2
2013-09-26auto merge of #9503 : dcrewi/rust/fix-digest-visibility, r=alexcrichtonbors-7/+13
2013-09-26bitv: backticks for code in documentationkud1ing-24/+24
2013-09-26bigint: backticks for code in documentationkud1ing-35/+35
2013-09-26base64: backticks for code in documentationkud1ing-5/+5
2013-09-26Enclose code in documentation in backtickskud1ing-5/+5
2013-09-26auto merge of #9500 : fhahn/rust/rename-str_from_bytes-fix, r=alexcrichtonbors-4/+4
2013-09-26extra::ringbuf: Implement method `.swap(uint, uint)` just like vectorblake2-ppc-0/+21
2013-09-25Some struct visibility fixesSteven Fackler-2/+2
2013-09-25Fix visibility of digest implementationsDavid Creswick-7/+13
2013-09-25auto merge of #9475 : alexcrichton/rust/rustdoc++, r=cmrbors-32/+31
2013-09-25rustdoc: Strip hidden docs by default.Alex Crichton-2/+1
2013-09-25rustdoc: Improve comment strippingAlex Crichton-2/+2
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-28/+28
2013-09-25auto merge of #9345 : Dretch/rust/digest-result-bytes, r=cmrbors-14/+16
2013-09-25Rename from_utf8 to from_bytes againFlorian Hahn-4/+4
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-8/+8
2013-09-24Don't use libc::exit. #9473Brian Anderson-12/+11
2013-09-24Correctly encode item visibility in metadataAlex Crichton-8/+8
2013-09-23librustc: Fix merge fallout.Patrick Walton-10/+23