summary refs log tree commit diff
AgeCommit message (Collapse)AuthorLines
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-18'trait instance' -> 'object'Brian Anderson-3/+3
2012-12-18Make #[path] work with absolute paths again. Fix check-fastBrian Anderson-1/+8
2012-12-18Update tutorial on generics. #4217Brian Anderson-21/+19
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-18doc: a little more material on object types, part of #4217.Graydon Hoare-8/+19
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-18Mention flatpipes in release notesBrian Anderson-0/+1
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-18'trait constraints' -> 'trait inheritance'Brian Anderson-1/+1
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-17~900 changes in 0.5Brian Anderson-1/+1
2012-12-17Make the path and path2 attributes equivalent. Remove some usesBrian Anderson-86/+13
2012-12-17add Jakub to AUTHORSGraydon Hoare-0/+1
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
This reverts commit d6d12d90ff5363f59f1a1bf67f999a5d7944abb1.
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-17add Tim Taubert to AUTHORSGraydon Hoare-0/+1
2012-12-17Merge pull request #4200 from ttaubert/issue-2649-rewrite-to_str_bytesBrian Anderson-28/+20
rewrite uint::to_str_bytes to avoid raw pointers
2012-12-17Merge pull request #4206 from paulstansifer/macro_tutorial_improvementsBrian Anderson-9/+200
Macro tutorial improvements
2012-12-17Mention license change in release notesBrian Anderson-3/+4
2012-12-16Mention priority queue in release notesBrian Anderson-0/+1
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