| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-03-25 | Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code. | Michael Woerister | -29/+15 |
| 2021-03-19 | Move raw bytes handling to Encoder/Decoder. | Camille GILLOT | -44/+46 |
| 2021-03-18 | Simplify IntEncodedWithFixedSize. | Camille GILLOT | -13/+5 |
| 2021-03-18 | Move IntEncodedWithFixedSize to rustc_serialize. | Camille GILLOT | -0/+48 |
| 2021-01-11 | rustc_serialize: fix incorrect signed LEB128 decoding | Tyson Nottingham | -20/+12 |
| 2021-01-11 | Serialize incr comp structures to file via fixed-size buffer | Tyson Nottingham | -22/+389 |
| 2021-01-01 | rustc_serialize: specialize opaque decoding of some u8 sequences | Tyson Nottingham | -4/+25 |
| 2021-01-01 | rustc_serialize: have read_raw_bytes take MaybeUninit<u8> slice | Tyson Nottingham | -3/+13 |
| 2021-01-01 | rustc_serialize: specialize opaque encoding of some u8 sequences | Tyson Nottingham | -0/+12 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -3/+3 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+318 |
