| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-08-03 | Solaris linker options need to be accounted for in one test. | Danek Duvall | -2/+2 | |
| This is a follow-up to f189d7a6937 and 9d11b089ad1. While `-z ignore` is what needs to be passed to the Solaris linker, because gcc is used as the default linker, both that form and `-Wl,-z -Wl,ignore` (including extra double quotes) need to be taken into account, which explains the more complex regular expression. | ||||
| 2016-12-04 | Disable ICF opt of MSVC for non-opt build | Xidorn Quan | -2/+2 | |
| 2016-02-13 | use a compatible syntax for grep GNU/BSD | Sébastien Marie | -2/+2 | |
| The BSD grep for "basic regex" don't support \| as alternate operator. Use multiple -e arguments for expressing alternative. | ||||
| 2016-02-11 | Add -C link-dead-code option r=alexcrichton | Johan Lorenzo | -0/+7 | |
| Turning gc-sections off improves code coverage based for tools which use DWARF debugging information (like kcov). Otherwise dead code is stripped and kcov returns a coverage percentage that doesn't reflect reality. | ||||
| 2014-11-15 | Slightly improved rustc error messages for invalid -C arguments | inrustwetrust | -0/+24 | |
