| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -208/+0 | |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -1/+1 | |
| - Move the type parameter from `encode` and `decode` methods to the trait. - Remove `UseSpecialized(En|De)codable` traits. - Remove blanket impls for references. - Add `RefDecodable` trait to allow deserializing to arena-allocated references safely. - Remove ability to (de)serialize HIR. - Create proc-macros `(Ty)?(En|De)codable` to help implement these new traits. | ||||
| 2020-05-27 | Add additional checks for isize overflow | Joe Richey | -2/+13 | |
| We now perform the correct checks even if the pointer size differs between the host and target. Signed-off-by: Joe Richey <joerichey@google.com> | ||||
| 2020-05-26 | librustc_middle: Add function for computing unsigned abs | Joe Richey | -8/+5 | |
| This is tricky to get right if we want to avoid panicking or wrapping. Signed-off-by: Joe Richey <joerichey@google.com> | ||||
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -10/+18 | |
| 2020-05-02 | Rollup merge of #71738 - RalfJung:pointer-no-alloc-id, r=oli-obk | Ralf Jung | -10/+6 | |
| remove AllocId generalization of Pointer This was only needed for the "snapshot" machinery, which is gone. r? @oli-obk | ||||
| 2020-05-01 | remove AllocId generalization of Pointer | Ralf Jung | -10/+6 | |
| 2020-05-01 | rename InvalidIntPtrUsage | Ralf Jung | -27/+1 | |
| 2020-04-26 | organize Debug/Display impls a bit more; avoid sign-ignorant decimal display | Ralf Jung | -7/+9 | |
| 2020-04-26 | print pointers more compactly when they are too big | Ralf Jung | -4/+20 | |
| 2020-04-23 | Add leading 0x to offset in Debug fmt of Pointer | David Cook | -2/+2 | |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -4/+3 | |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+205 | |
