about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-10-07syntax: Display spans for open delimiters when a file ends prematurelyTim Chevalier-9/+25
2013-10-06auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmrbors-43/+433
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-44/+174
2013-10-06auto merge of #9741 : catamorphism/rust/rustpkg-remotes, r=cmrbors-21/+19
2013-10-06auto merge of #9593 : fhahn/rust/logging-unsafe-removal, r=alexcrichtonbors-224/+343
2013-10-06get_crate_map returns an OptionFlorian Hahn-23/+42
2013-10-06Clearer error message for external trait and typeFlorian Gilcher-2/+2
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/+3
2013-10-06rustpkg: Fix fetching remote packagesTim Chevalier-21/+19
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+260
2013-10-05docs / rustpkg: Document `rustpkg test` moreTim Chevalier-3/+3
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/+1633
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-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-05Add code for older crate map versions, bumped crate map version numberFlorian Hahn-39/+172
2013-10-05Use &'self str instead of raw char pointer in ModEntryFlorian Hahn-140/+116
2013-10-05Use slice representation for module entries in CrateMapFlorian Hahn-100/+60
2013-10-05Use slice representation for child crate mapsFlorian Hahn-121/+152
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/+1287