rust/compiler/rustc_middle/src
bors d662f80855 Auto merge of #78697 - JohnTitor:rollup-q0fchpv, r=JohnTitor
Rollup of 8 pull requests

Successful merges:

 - #78376 (Treat trailing semicolon as a statement in macro call)
 - #78400 (Fix unindent in doc comments)
 - #78575 (Add a test for compiletest rustc-env & unset-rustc-env directives)
 - #78616 (Document -Zinstrument-coverage)
 - #78663 (Fix ICE when a future-incompat-report has its command-line level capped)
 - #78664 (Fix intrinsic size_of stable link)
 - #78668 (inliner: Remove redundant loop)
 - #78676 (add mipsel-unknown-none target)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2020-11-03 06:56:46 +00:00
..
dep_graph mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
hir Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov 2020-10-25 18:43:49 +09:00
ich Unconditionally capture tokens for attributes. 2020-10-21 18:57:29 -04:00
infer review 2020-10-23 09:52:04 +02:00
middle Compute proper module parent during resolution 2020-10-24 14:28:13 -04:00
mir Remove implicit Continue type 2020-10-30 12:27:47 +01:00
query Cache foreign_modules query 2020-10-27 16:21:55 +01:00
traits Review comments: use newtype instead of bool 2020-10-23 08:06:41 -07:00
ty Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk 2020-10-30 22:53:55 +00:00
util Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
arena.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs TypeVisitor: use std::ops::ControlFlow instead of bool 2020-10-30 12:25:24 +01:00
lint.rs Fix ICE when a future-incompat-report has its command-line level capped 2020-11-02 01:43:25 -05:00
macros.rs Remove implicit Continue type 2020-10-30 12:27:47 +01:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00