summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-12-20Remove the cfg(stageN)-specific serialize code.Erick Tryzelaar-615/+0
2012-12-20Register snapshotsErick Tryzelaar-0/+8
2012-12-20core: Add a Zero and One trait to numErick Tryzelaar-0/+48
2012-12-19Fix a warning in the workcache test.Erick Tryzelaar-1/+1
2012-12-19Remove serialize::traits submodule.Erick Tryzelaar-4/+613
2012-12-19Remove the old serialization codeErick Tryzelaar-1626/+1
2012-12-19Remove transitional path2 attributeBrian Anderson-18/+12
2012-12-19Register snapshotsBrian Anderson-0/+8
2012-12-18core: add unwrap methods to dvec, either, and mutableErick Tryzelaar-0/+14
2012-12-18Remove superfluous parentheses.Erick Tryzelaar-4/+4
2012-12-18core: use movable self to clean up option/result.Erick Tryzelaar-86/+103
2012-12-18Fix vec::flat_map_to_vec methodErick Tryzelaar-14/+139
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-82/+74
2012-12-18core: add macro_rules! for "condition! { c: in -> out; }".Graydon Hoare-35/+58
2012-12-18Make #[path] work with absolute paths again. Fix check-fastBrian Anderson-1/+8
2012-12-18Another tweak to auto_encode to only use trait-qualified static methodsBrian Anderson-0/+2
2012-12-18Fix some iter testsBrian Anderson-2/+2
2012-12-18Deal with test failures in various waysBrian Anderson-4/+10
2012-12-18core: fix remaining repr bugs, r=burningtree.Graydon Hoare-10/+103
2012-12-18Merge commit 'erickt/incoming^' into kind-namesBrian Anderson-106/+113
2012-12-18Change auto_encode to call 'std::serialize::traits::Decode::decode'Brian Anderson-0/+2
2012-12-18fix 4 repr tests due to differences in spacing. r=burningtree.Graydon Hoare-5/+5
2012-12-17Change iter::find's closure to take a refErick Tryzelaar-55/+49
2012-12-17core: Add &self to core::iter methodsErick Tryzelaar-70/+83
2012-12-17fix warnings in vec destructuring testsErick Tryzelaar-2/+2
2012-12-17Change the default_methods lint mode from forbid to deny to fix testsBrian Anderson-1/+1
2012-12-17Fix build breakageBrian Anderson-54/+54
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-431/+422
2012-12-17std: Add flatpipesBrian Anderson-0/+1004
2012-12-17Make the path and path2 attributes equivalent. Remove some usesBrian Anderson-86/+13
2012-12-17core: remove old repr system, enable newer one. Close #3109.Graydon Hoare-550/+53
2012-12-17Add more testsJakub Wieczorek-0/+53
2012-12-17When matching a slice, the tail should have the same lifetimeJakub Wieczorek-5/+20
2012-12-17Simplify the exhaustiveness check and add commentsJakub Wieczorek-37/+37
2012-12-17Use the same logic for _ and [..tail] when checking reachabilityJakub Wieczorek-17/+6
2012-12-17Add support for destructuring vectors in match expressionsJakub Wieczorek-10/+521
2012-12-17Register snapshotsBrian Anderson-55/+8
2012-12-17Revert "Register snapshots"Brian Anderson-8/+55
2012-12-17Register snapshotsBrian Anderson-55/+8
2012-12-17add an empty PriorityQueue constructorDaniel Micay-10/+10
2012-12-17test: Fix some broken test casesPatrick Walton-6/+20
2012-12-17Merge pull request #4200 from ttaubert/issue-2649-rewrite-to_str_bytesBrian Anderson-28/+20
2012-12-16Long linesBrian Anderson-6/+7
2012-12-16Fix doc commentBrian Anderson-1/+2
2012-12-16Add priority_queue test for unique pointersBrian Anderson-0/+22
2012-12-16Add various workaround attributes to priority_queueBrian Anderson-0/+13
2012-12-16priority_queue: add docstring for from_vecDaniel Micay-0/+1
2012-12-16priority_queue: replace copies with movesDaniel Micay-10/+24
2012-12-16priority_queue: clean up namingDaniel Micay-25/+23
2012-12-16priority_queue: fix test compilationDaniel Micay-1/+1