| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-11-28 | Replace most call to grep in run-make by a script that cat the input. | kennytm | -4/+4 | |
| Introduced a new src/etc/cat-and-grep.sh script (called in run-make as $(CGREP)), which prints the input and do a grep simultaneously. This is mainly used to debug spurious failures in run-make, such as the sanitizer error in #45810, as well as real errors such as #46126. | ||||
| 2017-02-03 | Don't link "nobundle" libs which had already been included in upstream crate. | Vadim Chugunov | -17/+49 | |
| 2017-01-19 | Feature gate | Vadim Chugunov | -0/+1 | |
| 2017-01-19 | Implement the "static-nobundle" library kind (RFC 1717). | Vadim Chugunov | -0/+62 | |
| These are static libraries that are not bundled (as the name implies) into rlibs and staticlibs that rustc generates, and must be present when the final binary artifact is being linked. | ||||
