| Age | Commit message (Expand) | Author | Lines |
| 2013-10-06 | Fix a typo in std::ops documentation | Huon Wilson | -1/+1 |
| 2013-10-05 | auto merge of #9738 : catamorphism/rust/rustpkg-test-docs-need-to-submit, r=a... | bors | -3/+51 |
| 2013-10-05 | docs / rustpkg: Document `rustpkg test` more | Tim Chevalier | -3/+51 |
| 2013-10-05 | auto merge of #9729 : dwrensha/rust/regionmanip-cleanup, r=catamorphism | bors | -4/+0 |
| 2013-10-05 | auto merge of #9733 : catamorphism/rust/issues-7246-and-7573, r=alexcrichton | bors | -3/+71 |
| 2013-10-05 | testsuite: Two tests for fixed bugs | Tim Chevalier | -3/+71 |
| 2013-10-05 | remove duplicate statement | David Renshaw | -4/+0 |
| 2013-10-05 | auto merge of #9734 : luisbg/rust/master, r=alexcrichton | bors | -2/+0 |
| 2013-10-05 | auto merge of #9713 : sfackler/rust/dynamic_lib, r=alexcrichton | bors | -10/+33 |
| 2013-10-05 | extra: remove commented out 'X' and 'x' formats | Luis de Bethencourt | -2/+0 |
| 2013-10-05 | auto merge of #9250 : erickt/rust/num, r=erickt | bors | -396/+1634 |
| 2013-10-05 | extra: fix BigInt on 32bit machines | Erick Tryzelaar | -127/+139 |
| 2013-10-05 | test: fix the tests for windows | Erick Tryzelaar | -2/+2 |
| 2013-10-05 | std: add Primitive.is_signed | Erick Tryzelaar | -0/+13 |
| 2013-10-05 | std: ToPrimitive's default impls should use `.to_*()` | Erick Tryzelaar | -22/+11 |
| 2013-10-05 | std: fix some warnings | Erick Tryzelaar | -5/+0 |
| 2013-10-05 | extra: Don't truncate {u64,i64} when converting to BigInts | Erick Tryzelaar | -19/+121 |
| 2013-10-05 | std: check bounds for ints/uints in {To,From}Primitive | Erick Tryzelaar | -60/+598 |
| 2013-10-05 | auto merge of #9731 : Kimundi/rust/SendStrTaskName, r=alexcrichton | bors | -6/+116 |
| 2013-10-05 | Implemented `IntoSendStr` on `SendStr` to allow naming a | Marvin Löbel | -0/+39 |
| 2013-10-05 | Make a task name use a `SendStr`, allowing for either | Marvin Löbel | -6/+77 |
| 2013-10-05 | Fix thread safety issues in dynamic_lib | Steven Fackler | -10/+33 |
| 2013-10-04 | auto merge of #9727 : Valloric/rust/doc-fixes, r=catamorphism | bors | -1/+1 |
| 2013-10-04 | auto merge of #9726 : Valloric/rust/typo_fix, r=alexcrichton | bors | -1/+1 |
| 2013-10-04 | Fixed another minor typo in std::str docs | Strahinja Val Markovic | -1/+1 |
| 2013-10-04 | Fix minor typo in std::str module docs | Strahinja Val Markovic | -1/+1 |
| 2013-10-04 | auto merge of #9722 : alexcrichton/rust/less-mem, r=sanxiyn | bors | -115/+126 |
| 2013-10-04 | Don't fail when unpacking the windows snapshot | Alex Crichton | -0/+2 |
| 2013-10-04 | auto merge of #9718 : alexcrichton/rust/snapshots, r=sanxiyn | bors | -12/+8 |
| 2013-10-04 | Cache more results of const_eval | Alex Crichton | -115/+124 |
| 2013-10-04 | auto merge of #9723 : blake2-ppc/rust/trans-no-push-ctxt-clone, r=alexcrichton | bors | -11/+11 |
| 2013-10-05 | Avoid cloning the stack on every `push_ctxt` call in trans | blake2-ppc | -11/+11 |
| 2013-10-04 | auto merge of #9717 : blake2-ppc/rust/rustc-static-str, r=alexcrichton | bors | -91/+90 |
| 2013-10-04 | Register new snapshots | Alex Crichton | -12/+8 |
| 2013-10-04 | auto merge of #9715 : flo-l/rust/doc-fixes, r=alexcrichton | bors | -6/+14 |
| 2013-10-04 | rustc: Use static strings in a few literals | blake2-ppc | -91/+90 |
| 2013-10-04 | fix some examples in std::rand::Rng | flo-l | -6/+14 |
| 2013-10-04 | auto merge of #9662 : vadimcn/rust/package-runtime-deps, r=brson | bors | -3/+1288 |
| 2013-10-04 | auto merge of #9704 : alexcrichton/rust/rustdoc-comments, r=huonw | bors | -14/+187 |
| 2013-10-03 | auto merge of #9712 : ben0x539/rust/obsolete-syntax, r=pcwalton | bors | -528/+358 |
| 2013-10-04 | Remove specific errors for very old obsolete syntax | Benjamin Herr | -528/+358 |
| 2013-10-03 | auto merge of #9711 : sanxiyn/rust/ambiguous-default-method, r=alexcrichton | bors | -2/+28 |
| 2013-10-03 | auto merge of #9705 : luisbg/rust/strptime, r=alexcrichton | bors | -11/+4 |
| 2013-10-03 | extra: remove unnecessary second level functions | Luis de Bethencourt | -11/+4 |
| 2013-10-03 | auto merge of #9522 : steveklabnik/rust/doc_std_opts, r=alexcrichton | bors | -2/+382 |
| 2013-10-03 | Update std::ops docs as per feedback | Steve Klabnik | -140/+112 |
| 2013-10-03 | auto merge of #9686 : alexcrichton/rust/lint, r=thestinger | bors | -926/+423 |
| 2013-10-03 | Rewrite lint passes with less visitor cruft | Alex Crichton | -926/+423 |
| 2013-10-03 | rustdoc: Document what's going on throughout | Alex Crichton | -14/+187 |
| 2013-10-04 | Correctly report errors for ambiguous default methods | Seo Sanghyeon | -2/+28 |