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
/
libserialize
Age
Commit message (
Expand
)
Author
Lines
2019-10-01
Fix clippy warnings
Yuki Okushi
-11
/
+10
2019-09-23
Tweak libserialize allows
Alex Crichton
-2
/
+2
2019-09-23
Fix compiling libserialize tests
Alex Crichton
-0
/
+4
2019-09-23
Move handling of internal lints to `build.rs`
Alex Crichton
-0
/
+1
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-8
/
+3
2019-08-02
libserialize: Unconfigure tests during normal build
Vadim Petrochenkov
-44
/
+46
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-07-25
Rollup merge of #60066 - sfackler:type-name, r=Centril
Mazdak Farrokhzad
-3
/
+3
2019-07-24
Stabilize the type_name intrinsic in core::any
Steven Fackler
-3
/
+3
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-2
/
+0
2019-07-07
Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper
Mazdak Farrokhzad
-7
/
+7
2019-07-07
Address review comments + Fix rebase
Vadim Petrochenkov
-9
/
+7
2019-07-07
syntax: Migrate built-in macros to the regular stability checking
Vadim Petrochenkov
-0
/
+2
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-1
/
+0
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2019-06-26
Fix clippy::cast_losless
Igor Matuszewski
-7
/
+7
2019-06-26
Fix clippy::redundant_field_names
Igor Matuszewski
-1
/
+1
2019-06-25
Use f{32,64}::from_bits
Igor Matuszewski
-2
/
+2
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-9
/
+9
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-16
Separate libserialize module
chansuke
-212
/
+210
2019-06-10
Rollup merge of #59600 - tobia:master, r=pnkfelix
Mazdak Farrokhzad
-5
/
+12
2019-06-01
rustc: use indexmap instead of a plain vector for upvars.
Eduard-Mihai Burtescu
-0
/
+70
2019-05-07
serialize: add missing Encodable impl for Path.
Eduard-Mihai Burtescu
-1
/
+7
2019-04-21
Allow unused_extern_crates for rustc_libserialize
Philipp Hansch
-0
/
+2
2019-04-13
Replaced linear token counting macros with optimized implementation
Tobia
-5
/
+12
2019-04-10
Remove useless ?Sized bound
John Kåre Alsaker
-2
/
+2
2019-04-05
Impl UseSpecializedDecodable for &T
John Kåre Alsaker
-0
/
+1
2019-04-05
Introduce an arena type which may be used to allocate a list of types with de...
John Kåre Alsaker
-1
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-37
/
+37
2019-02-12
Rollup merge of #58318 - taiki-e:libserialize-2018, r=Centril
Mazdak Farrokhzad
-1609
/
+1607
2019-02-10
rustc: doc comments
Alexander Regueiro
-37
/
+37
2019-02-09
Cleanup imports
Taiki Endo
-3
/
+2
2019-02-09
Move some tests into the tests directory
Taiki Endo
-1570
/
+1568
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-07
Transition libserialize to 2018 edition
Hirokazu Hata
-41
/
+42
2019-01-13
Cosmetic improvements
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-70
/
+0
2018-12-21
Inline tweaks
John Kåre Alsaker
-0
/
+1
2018-12-12
Bump to 1.33.0
Alex Crichton
-1
/
+1
2018-12-10
Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.
Nicholas Nethercote
-1
/
+1
2018-11-21
serialize: preallocate VecDeque in Decodable::decode
ljedrz
-1
/
+1
2018-11-13
A few tweaks to iterations/collecting
ljedrz
-1
/
+1
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-20
Improve handling of type bounds in `bit_set.rs`.
Nicholas Nethercote
-0
/
+14
2018-09-14
Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco
kennytm
-8
/
+8
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-09-11
renamed emit_nil to emit_unit
kenta7777
-8
/
+8
2018-09-11
Revert "renamed emit_nil to emit_unit"
kenta7777
-8
/
+8
2018-09-11
Revert "renamed read_nil to read_unit"
kenta7777
-4
/
+4
[next]