about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
AgeCommit message (Expand)AuthorLines
2020-12-14Convenience funcs for `some_option.unwrap_or(...)`Rich Kadel-1/+1
2020-12-14Improve warnings on incompatible options involving -Zinstrument-coverageRich Kadel-2/+2
2020-11-24TRACK '-Z polonius' flagCamelid-1/+1
2020-11-24Rollup merge of #79367 - Dirbaio:trap-unreachable, r=jonas-schievinkJonas Schievink-0/+1
2020-11-24Allow disabling TrapUnreachable via -Ztrap-unreachable=noDario Nieuwenhuis-0/+1
2020-11-23Allow using `-Z fewer-names=no` to retain value namesTomasz Miąsko-1/+1
2020-11-10Add flags customizing behaviour of MIR inliningTomasz Miąsko-0/+2
2020-11-02Auto merge of #78605 - nox:relax-elf-relocations, r=nagisabors-0/+1
2020-10-31Implement -Z relax-elf-relocations=yes|noAnthony Ramine-0/+1
2020-10-30Fix testAaron Hill-1/+1
2020-10-30Implement rustc side of report-future-incompatAaron Hill-0/+1
2020-10-26Implement -Z function-sections=yes|noAnthony Ramine-0/+1
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-0/+1
2020-10-05Pass tune-cpu to LLVMMingye Wang-0/+1
2020-10-01Add `-Zprecise-enum-drop-elaboration`Dylan MacKenzie-0/+1
2020-09-17Let backends define custom targetskhyperia-0/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-0/+1
2020-08-31Stabilise link-self-contained optionMateusz Mikuła-0/+1
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-0/+1
2020-08-30mv compiler to compiler/mark-0/+599