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
2020-06-02
Rename directories for some compiler crates from `libx` to `librustc_x`
Vadim Petrochenkov
-6360
/
+0
2020-05-14
linker: More systematic handling of CRT objects
Vadim Petrochenkov
-2
/
+2
2020-05-10
use min_specialization for some rustc crates where it requires no changes
Ralf Jung
-1
/
+1
2020-05-02
Update src/libserialize/json.rs
Tshepang Lekhonkhobe
-1
/
+1
2020-05-01
doc: make Stack and StackElement a little pretty
Tshepang Lekhonkhobe
-4
/
+6
2020-04-25
Bump rustfmt to most recently shipped
Mark Rousskov
-1
/
+1
2020-04-20
Remove unused ToHex/FromHex trait
Shotaro Yamada
-205
/
+0
2020-04-07
Use assoc integer constants in libserialize
Linus Färnstrand
-10
/
+10
2020-04-06
Stop importing float module in libserialize
Linus Färnstrand
-1
/
+1
2020-04-05
Stop importing int/float modules in libserialize
Linus Färnstrand
-1
/
+0
2020-04-02
Add hash of source files in debug info
Arlo Siemsen
-0
/
+24
2020-02-18
Inline various simple `emit_*` and `read_*` methods in `Decoder`.
Nicholas Nethercote
-0
/
+19
2020-02-13
Rollup merge of #69050 - nnethercote:micro-optimize-leb128, r=michaelwoerister
Dylan DPC
-50
/
+14
2020-02-11
Micro-optimize the heck out of LEB128 reading and writing.
Nicholas Nethercote
-50
/
+14
2020-02-07
Remove unused feature gate from libserialize
bjorn3
-1
/
+0
2020-01-30
Remove unused `read_uleb128` parameter.
Nicholas Nethercote
-6
/
+6
2019-12-24
Deprecate Error::description for real
David Tolnay
-18
/
+3
2019-12-22
Format the world
Mark Rousskov
-987
/
+1242
2019-12-14
Revert "Stabilize the `never_type`, written `!`."
Niko Matsakis
-1
/
+1
2019-11-21
Stabilize the `never_type`, written `!`.
Mazdak Farrokhzad
-1
/
+1
2019-11-04
bump smallvec to 1.0
Ralf Jung
-1
/
+1
2019-10-21
Remove unnecessary `Hash` bounds from various types.
Nicholas Nethercote
-2
/
+2
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
[next]