rust/src/librustc_interface
Manish Goregaokar 505cf52c53
Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morse
Fix -Z unpretty=everybody_loops

It turns out that this has not been working for who knows how long.
Previously:

```
pub fn h() { 1 + 2; }
```

After this change:

```
pub fn h() { loop { } }
```

This only affected the pass when run with the command line
pretty-printing option, so rustdoc was still replacing bodies with
`loop {}`.
2020-06-23 13:10:07 -07:00
..
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
callbacks.rs Show SyntaxContext in formatted Span debug output 2020-06-08 21:47:33 -04:00
Cargo.toml Make things build again 2020-06-02 20:38:24 +03:00
interface.rs Fix -Z unpretty=everybody_loops 2020-06-19 20:27:22 -04:00
lib.rs Depend on libc from crates.io 2020-04-11 11:07:04 -04:00
passes.rs Fix -Z unpretty=everybody_loops 2020-06-19 20:27:22 -04:00
proc_macro_decls.rs librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
queries.rs Fix -Z unpretty=everybody_loops 2020-06-19 20:27:22 -04:00
tests.rs Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-Simulacrum 2020-06-20 16:39:53 +02:00
util.rs rustc_session: Cleanup session creation 2020-05-27 22:32:24 +03:00