summaryrefslogtreecommitdiff
path: root/tools/run_rustc.py
AgeCommit message (Collapse)Author
2018-09-26build: let rustc pick filenames, remove rust depfile hackBert Belder
Fixes #787.
2018-08-18build: don't clobber rust depfile mtime when fixing its pathsBert Belder
This avoids ninja unnecessarily rebuilding rust targets. Add a check for problems like these to be run on appveyor.
2018-07-26Simplify run_rustc.py output.Ryan Dahl
2018-07-09Fix rust depfile problem.Ryan Dahl
Fixes #316.