| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-04 | test: codegen: skip tests inappropriate for riscv64 | Tom Eccles | -0/+3 | |
| 2020-01-20 | stabilize transparent_enums | Mazdak Farrokhzad | -1/+1 | |
| 2019-09-13 | codegen: use "_N" (like for other locals) instead of "argN", for argument names. | Eduard-Mihai Burtescu | -17/+17 | |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -1/+42 | |
| Tracking issue: #60405 | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -1/+1 | |
| Tracking issue FCP: https://github.com/rust-lang/rust/issues/43036#issuecomment-394094318 Reference PR: https://github.com/rust-lang-nursery/reference/pull/353 | ||||
| 2018-02-08 | Fix oversized loads on x86_64 SysV FFI calls | Björn Steinbrink | -51/+9 | |
| The x86_64 SysV ABI should use exact sizes for small structs passed in registers, i.e. a struct that occupies 3 bytes should use an i24, instead of the i32 it currently uses. Refs #45543 | ||||
| 2018-01-16 | Implement repr(transparent) | Robin Kruppe | -0/+177 | |
