| Age | Commit message (Expand) | Author | Lines |
| 2013-10-07 | syntax: Display spans for open delimiters when a file ends prematurely | Tim Chevalier | -9/+25 |
| 2013-10-06 | auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmr | bors | -43/+433 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -44/+174 |
| 2013-10-06 | auto merge of #9741 : catamorphism/rust/rustpkg-remotes, r=cmr | bors | -21/+19 |
| 2013-10-06 | auto merge of #9593 : fhahn/rust/logging-unsafe-removal, r=alexcrichton | bors | -224/+343 |
| 2013-10-06 | get_crate_map returns an Option | Florian Hahn | -23/+42 |
| 2013-10-06 | Clearer error message for external trait and type | Florian Gilcher | -2/+2 |
| 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/+3 |
| 2013-10-06 | rustpkg: Fix fetching remote packages | Tim Chevalier | -21/+19 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+260 |
| 2013-10-05 | docs / rustpkg: Document `rustpkg test` more | Tim Chevalier | -3/+3 |
| 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/+1633 |
| 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 | 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-05 | Add code for older crate map versions, bumped crate map version number | Florian Hahn | -39/+172 |
| 2013-10-05 | Use &'self str instead of raw char pointer in ModEntry | Florian Hahn | -140/+116 |
| 2013-10-05 | Use slice representation for module entries in CrateMap | Florian Hahn | -100/+60 |
| 2013-10-05 | Use slice representation for child crate maps | Florian Hahn | -121/+152 |
| 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/+1287 |