Files
rust/src
bors e650491f20 Auto merge of #28768 - alexcrichton:dep-info++, r=brson
This PR closes out #28716 and #28735 by making two changes to the compiler:

1. The `--emit` flag to the compiler now supports the ability to specify the output file name of a partuclar emit type. For example `--emit dep-info=bar.d,asm=foo.s,link` is now accepted.
2. The dep-info emission now emits a dummy target for all input file names to protect against deleted files.
2015-10-02 16:33:26 +00:00
..
2015-09-29 16:56:35 -07:00
2015-10-01 15:54:40 -04:00
2015-09-28 19:21:18 -06:00
2015-09-11 20:41:09 +12:00
2015-09-29 16:56:35 -07:00
2015-09-21 21:07:45 +01:00
2015-09-29 16:56:35 -07:00