index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-12-20
Remove the cfg(stageN)-specific serialize code.
Erick Tryzelaar
-615
/
+0
2012-12-20
Register snapshots
Erick Tryzelaar
-0
/
+8
2012-12-20
core: Add a Zero and One trait to num
Erick Tryzelaar
-0
/
+48
2012-12-19
Fix a warning in the workcache test.
Erick Tryzelaar
-1
/
+1
2012-12-19
Remove serialize::traits submodule.
Erick Tryzelaar
-4
/
+613
2012-12-19
Remove the old serialization code
Erick Tryzelaar
-1626
/
+1
2012-12-19
Remove transitional path2 attribute
Brian Anderson
-18
/
+12
2012-12-19
Register snapshots
Brian Anderson
-0
/
+8
2012-12-18
core: add unwrap methods to dvec, either, and mutable
Erick Tryzelaar
-0
/
+14
2012-12-18
Remove superfluous parentheses.
Erick Tryzelaar
-4
/
+4
2012-12-18
core: use movable self to clean up option/result.
Erick Tryzelaar
-86
/
+103
2012-12-18
Fix vec::flat_map_to_vec method
Erick Tryzelaar
-14
/
+139
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-82
/
+74
2012-12-18
core: add macro_rules! for "condition! { c: in -> out; }".
Graydon Hoare
-35
/
+58
2012-12-18
Make #[path] work with absolute paths again. Fix check-fast
Brian Anderson
-1
/
+8
2012-12-18
Another tweak to auto_encode to only use trait-qualified static methods
Brian Anderson
-0
/
+2
2012-12-18
Fix some iter tests
Brian Anderson
-2
/
+2
2012-12-18
Deal with test failures in various ways
Brian Anderson
-4
/
+10
2012-12-18
core: fix remaining repr bugs, r=burningtree.
Graydon Hoare
-10
/
+103
2012-12-18
Merge commit 'erickt/incoming^' into kind-names
Brian Anderson
-106
/
+113
2012-12-18
Change auto_encode to call 'std::serialize::traits::Decode::decode'
Brian Anderson
-0
/
+2
2012-12-18
fix 4 repr tests due to differences in spacing. r=burningtree.
Graydon Hoare
-5
/
+5
2012-12-17
Change iter::find's closure to take a ref
Erick Tryzelaar
-55
/
+49
2012-12-17
core: Add &self to core::iter methods
Erick Tryzelaar
-70
/
+83
2012-12-17
fix warnings in vec destructuring tests
Erick Tryzelaar
-2
/
+2
2012-12-17
Change the default_methods lint mode from forbid to deny to fix tests
Brian Anderson
-1
/
+1
2012-12-17
Fix build breakage
Brian Anderson
-54
/
+54
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-431
/
+422
2012-12-17
std: Add flatpipes
Brian Anderson
-0
/
+1004
2012-12-17
Make the path and path2 attributes equivalent. Remove some uses
Brian Anderson
-86
/
+13
2012-12-17
core: remove old repr system, enable newer one. Close #3109.
Graydon Hoare
-550
/
+53
2012-12-17
Add more tests
Jakub Wieczorek
-0
/
+53
2012-12-17
When matching a slice, the tail should have the same lifetime
Jakub Wieczorek
-5
/
+20
2012-12-17
Simplify the exhaustiveness check and add comments
Jakub Wieczorek
-37
/
+37
2012-12-17
Use the same logic for _ and [..tail] when checking reachability
Jakub Wieczorek
-17
/
+6
2012-12-17
Add support for destructuring vectors in match expressions
Jakub Wieczorek
-10
/
+521
2012-12-17
Register snapshots
Brian Anderson
-55
/
+8
2012-12-17
Revert "Register snapshots"
Brian Anderson
-8
/
+55
2012-12-17
Register snapshots
Brian Anderson
-55
/
+8
2012-12-17
add an empty PriorityQueue constructor
Daniel Micay
-10
/
+10
2012-12-17
test: Fix some broken test cases
Patrick Walton
-6
/
+20
2012-12-17
Merge pull request #4200 from ttaubert/issue-2649-rewrite-to_str_bytes
Brian Anderson
-28
/
+20
2012-12-16
Long lines
Brian Anderson
-6
/
+7
2012-12-16
Fix doc comment
Brian Anderson
-1
/
+2
2012-12-16
Add priority_queue test for unique pointers
Brian Anderson
-0
/
+22
2012-12-16
Add various workaround attributes to priority_queue
Brian Anderson
-0
/
+13
2012-12-16
priority_queue: add docstring for from_vec
Daniel Micay
-0
/
+1
2012-12-16
priority_queue: replace copies with moves
Daniel Micay
-10
/
+24
2012-12-16
priority_queue: clean up naming
Daniel Micay
-25
/
+23
2012-12-16
priority_queue: fix test compilation
Daniel Micay
-1
/
+1
[next]