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_serialize.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-0
/
+163
2012-10-07
remove the old auto_serialize syntax extension
Erick Tryzelaar
-208
/
+0
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-21
/
+22
2012-09-19
xfail-fast the legacy_mode run-pass tests
Brian Anderson
-0
/
+1
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+2
2012-09-18
libcore: make a copyless io::BytesWriter
Erick Tryzelaar
-4
/
+5
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-2
/
+7
2012-09-05
test: "import" -> "use"
Patrick Walton
-4
/
+4
2012-08-30
Fix auto_serialize test.
Graydon Hoare
-0
/
+35
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-5
/
+36
2012-08-29
std: Camel case some constructors
Brian Anderson
-1
/
+1
2012-08-28
CamelCasify lots of std
Ben Striegel
-3
/
+3
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-1
/
+1
2012-08-14
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+0
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-13
/
+13
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-4
/
+4
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-27
/
+27
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-1
/
+1
2012-03-14
fixup auto_serialize's treatment of nullary variants
Niko Matsakis
-0
/
+15
2012-03-14
fix auto_serialize for enums with type parameters
Niko Matsakis
-0
/
+21
2012-03-14
adjust auto_serialize to generate fns named serialize_T()
Niko Matsakis
-15
/
+16
2012-03-13
merge all auto_serialize tests into one
Niko Matsakis
-0
/
+98