about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-10-06Fix a typo in std::ops documentationHuon Wilson-1/+1
2013-10-05auto merge of #9738 : catamorphism/rust/rustpkg-test-docs-need-to-submit, r=a...bors-3/+51
2013-10-05docs / rustpkg: Document `rustpkg test` moreTim Chevalier-3/+51
2013-10-05auto merge of #9729 : dwrensha/rust/regionmanip-cleanup, r=catamorphismbors-4/+0
2013-10-05auto merge of #9733 : catamorphism/rust/issues-7246-and-7573, r=alexcrichtonbors-3/+71
2013-10-05testsuite: Two tests for fixed bugsTim Chevalier-3/+71
2013-10-05remove duplicate statementDavid Renshaw-4/+0
2013-10-05auto merge of #9734 : luisbg/rust/master, r=alexcrichtonbors-2/+0
2013-10-05auto merge of #9713 : sfackler/rust/dynamic_lib, r=alexcrichtonbors-10/+33
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-396/+1634
2013-10-05extra: fix BigInt on 32bit machinesErick Tryzelaar-127/+139
2013-10-05test: fix the tests for windowsErick Tryzelaar-2/+2
2013-10-05std: add Primitive.is_signedErick Tryzelaar-0/+13
2013-10-05std: ToPrimitive's default impls should use `.to_*()`Erick Tryzelaar-22/+11
2013-10-05std: fix some warningsErick Tryzelaar-5/+0
2013-10-05extra: Don't truncate {u64,i64} when converting to BigIntsErick Tryzelaar-19/+121
2013-10-05std: check bounds for ints/uints in {To,From}PrimitiveErick Tryzelaar-60/+598
2013-10-05auto merge of #9731 : Kimundi/rust/SendStrTaskName, r=alexcrichtonbors-6/+116
2013-10-05Implemented `IntoSendStr` on `SendStr` to allow naming aMarvin Löbel-0/+39
2013-10-05Make a task name use a `SendStr`, allowing for eitherMarvin Löbel-6/+77
2013-10-05Fix thread safety issues in dynamic_libSteven Fackler-10/+33
2013-10-04auto merge of #9727 : Valloric/rust/doc-fixes, r=catamorphismbors-1/+1
2013-10-04auto merge of #9726 : Valloric/rust/typo_fix, r=alexcrichtonbors-1/+1
2013-10-04Fixed another minor typo in std::str docsStrahinja Val Markovic-1/+1
2013-10-04Fix minor typo in std::str module docsStrahinja Val Markovic-1/+1
2013-10-04auto merge of #9722 : alexcrichton/rust/less-mem, r=sanxiynbors-115/+126
2013-10-04Don't fail when unpacking the windows snapshotAlex Crichton-0/+2
2013-10-04auto merge of #9718 : alexcrichton/rust/snapshots, r=sanxiynbors-12/+8
2013-10-04Cache more results of const_evalAlex Crichton-115/+124
2013-10-04auto merge of #9723 : blake2-ppc/rust/trans-no-push-ctxt-clone, r=alexcrichtonbors-11/+11
2013-10-05Avoid cloning the stack on every `push_ctxt` call in transblake2-ppc-11/+11
2013-10-04auto merge of #9717 : blake2-ppc/rust/rustc-static-str, r=alexcrichtonbors-91/+90
2013-10-04Register new snapshotsAlex Crichton-12/+8
2013-10-04auto merge of #9715 : flo-l/rust/doc-fixes, r=alexcrichtonbors-6/+14
2013-10-04rustc: Use static strings in a few literalsblake2-ppc-91/+90
2013-10-04fix some examples in std::rand::Rngflo-l-6/+14
2013-10-04auto merge of #9662 : vadimcn/rust/package-runtime-deps, r=brsonbors-3/+1288
2013-10-04auto merge of #9704 : alexcrichton/rust/rustdoc-comments, r=huonwbors-14/+187
2013-10-03auto merge of #9712 : ben0x539/rust/obsolete-syntax, r=pcwaltonbors-528/+358
2013-10-04Remove specific errors for very old obsolete syntaxBenjamin Herr-528/+358
2013-10-03auto merge of #9711 : sanxiyn/rust/ambiguous-default-method, r=alexcrichtonbors-2/+28
2013-10-03auto merge of #9705 : luisbg/rust/strptime, r=alexcrichtonbors-11/+4
2013-10-03extra: remove unnecessary second level functionsLuis de Bethencourt-11/+4
2013-10-03auto merge of #9522 : steveklabnik/rust/doc_std_opts, r=alexcrichtonbors-2/+382
2013-10-03Update std::ops docs as per feedbackSteve Klabnik-140/+112
2013-10-03auto merge of #9686 : alexcrichton/rust/lint, r=thestingerbors-926/+423
2013-10-03Rewrite lint passes with less visitor cruftAlex Crichton-926/+423
2013-10-03rustdoc: Document what's going on throughoutAlex Crichton-14/+187
2013-10-04Correctly report errors for ambiguous default methodsSeo Sanghyeon-2/+28