| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-22 | review comments: deduplicate tests | Esteban Küber | -105/+0 | |
| 2019-04-22 | Continue evaluating after item-type checking | Esteban Küber | -14/+85 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -3/+3 | |
| 2019-03-22 | ffi: rename VaList::copy to VaList::with_copy | Dan Robertson | -19/+19 | |
| Rename `VaList::copy` to `VaList::with_copy`. | ||||
| 2019-03-11 | Update tests | Vadim Petrochenkov | -55/+55 | |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -4/+4 | |
| Function signatures with the `variadic` member set are actually C-variadic functions. Make this a little more explicit by renaming the `variadic` boolean value, `c_variadic`. | ||||
| 2019-02-27 | Add c_variadic language feature item | Dan Robertson | -0/+1 | |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -0/+516 | |
| Add support for defining C compatible variadic functions in unsafe rust with extern "C". | ||||
