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
/
deriving-encodable-decodable-cell-refcell.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-2
/
+2
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-31
rustc: Remove old_orphan_check entirely
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-01-26
fallout
Oliver Schneider
-1
/
+1
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-3
/
+3
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-3
/
+3
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-0
/
+2
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-1
/
+0
2014-08-09
Fix misspelled comments for tests.
Joseph Crail
-1
/
+1
2014-07-29
remove seek from std::io::MemWriter, add SeekableMemWriter to librustc
Erick Tryzelaar
-17
/
+3
2014-07-07
Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395
mitchmindtree
-0
/
+55