about summary refs log tree commit diff
path: root/src/test/codegen/remap_path_prefix
AgeCommit message (Collapse)AuthorLines
2018-03-08Codegen testsOliver Schneider-1/+1
2018-02-22Implement --remap-path-prefixJeremy Fitzhardinge-2/+2
Remove experimental -Zremap-path-prefix-from/to, and replace it with the stabilized --remap-path-prefix=from=to variant. This is an implementation for issue of #41555.
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-1/+1
2017-09-30Don't use remapped path when loading modules and include filesPhilip Craig-0/+23
2017-04-28Disable path remapping test on Windows.Michael Woerister-0/+1
2017-04-26Make codegen test for remap-path-prefix more thorough.Michael Woerister-0/+48