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
/
test
/
run-pass
/
auto-encode.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-26
/
+35
2013-06-14
xfail run-pass/auto-encode.rs
Brian Anderson
-0
/
+2
2013-05-31
Implement unimplemented methods in ebml
Alex Crichton
-2
/
+17
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-8
/
+8
2013-05-02
librustc: Update the serializer to work properly with INHTWAMA, removing muta...
Patrick Walton
-3
/
+4
2013-04-10
test: update serialization tests to use new macro
Erick Tryzelaar
-14
/
+7
2013-03-29
Merge remote-tracking branch 'remotes/origin/incoming' into serial
Erick Tryzelaar
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-29
std: remove prettyprint
Erick Tryzelaar
-21
/
+0
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-8
/
+8
2013-03-22
test: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-11
test: Remove newtype enums from the test suite. rs=deenum
Patrick Walton
-15
/
+0
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-4
/
+4
2013-02-21
librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...
Patrick Walton
-2
/
+2
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-5
/
+5
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-30
Remove oldcomm from the test suite
Brian Anderson
-1
/
+1
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-5
/
+0
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-7
/
+4
2013-01-24
remove support for records from auto_encode
Erick Tryzelaar
-12
/
+16
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-2
/
+2
2012-12-19
Remove serialize::traits submodule.
Erick Tryzelaar
-1
/
+1
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-2
/
+2
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-0
/
+205