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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
prettyprint.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
std: remove prettyprint
Erick Tryzelaar
-199
/
+0
2013-03-27
std: add option type directly to serialize::{En,De}code
Erick Tryzelaar
-0
/
+14
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-2
/
+2
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-15
/
+15
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-1
/
+1
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-2
/
+0
2013-01-25
register snapshots
Graydon Hoare
-9
/
+0
2013-01-14
Add cfg attrs to handle auto_encode transition
Brian Anderson
-0
/
+9
2013-01-14
Merge remote-tracking branch 'mneumann/f-serialize'
Brian Anderson
-1
/
+1
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-6
/
+8
2012-12-27
Enhance auto_encode to take number of struct fields
Michael Neumann
-1
/
+1
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-5
/
+5
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-62
/
+106
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-10
Camel case std::serialization
Brian Anderson
-2
/
+2
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-3
/
+3
2012-08-31
Remove deprecated modes from list.rs (and temporarily delete list::push)
Kevin Cantu
-0
/
+3
2012-08-25
libstd: serialization should use &strs.
Erick Tryzelaar
-3
/
+3
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-15
/
+15
2012-08-22
libstd: fix serialization no-implicit-copies warnings
Erick Tryzelaar
-2
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-15
/
+15
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-20
/
+20
2012-03-14
fixup auto_serialize's treatment of nullary variants
Niko Matsakis
-3
/
+3
2012-03-13
first (functional) version of the auto_serialize syntax ext
Niko Matsakis
-0
/
+130