| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-18 | librustc_codegen_llvm => 2018 | Taiki Endo | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-07 | codegen: Fix va_list - aaarch64 iOS/Windows | Dan Robertson | -10/+26 | |
| According to the Apple developer docs: > The type va_list is an alias for char * rather than for the struct > type specified in the generic PCS. The current implementation uses the generic Aarch64 structure for VaList for Aarch64 iOS. Windows always uses the char * variant of the va_list. | ||||
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -0/+142 | |
| - Add the llvm intrinsics used to manipulate a va_list. - Add the va_list lang item in order to allow implementing VaList in libcore. | ||||
