| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-12-19 | add files loaded through doc(include) into dep-info | QuietMisdreavus | -1/+7 | |
| 2017-11-28 | Replace most call to grep in run-make by a script that cat the input. | kennytm | -2/+1 | |
| 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. | ||||
| 2015-04-15 | Added a test for include_bytes! dep info | Theo Belaire | -0/+40 | |
| This tests that both include_str! and include_bytes! mark their input file as a dependancy, and it's correctly outputted when you run `rustc --emit dep-info`. | ||||
