rust/src/librustc_passes
bors c7312fe4ff Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril
Rollup of 8 pull requests

Successful merges:

 - #61856 (Lint attributes on function arguments)
 - #62360 (Document that ManuallyDrop::drop should not called more than once)
 - #62392 (Update minifier-rs version)
 - #62871 (Explicit error message for async recursion.)
 - #62995 (Avoid ICE when suggestion span is at Eof)
 - #63053 (SystemTime docs: recommend Instant for elapsed time)
 - #63081 (tidy: Cleanup the directory whitelist)
 - #63088 (Remove anonymous_parameters from unrelated test)

Failed merges:

r? @ghost
2019-07-28 20:22:42 +00:00
..
ast_validation.rs Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov 2019-07-28 11:11:04 +02:00
Cargo.toml syntax_ext: proc_macro_decls -> proc_macro_harness 2019-07-27 14:16:16 +03:00
error_codes.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
hir_stats.rs Lint attributes on function arguments 2019-07-27 07:16:21 -03:00
layout_test.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
lib.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
loops.rs Remove ExprKind::While from HIR. 2019-07-06 06:43:58 +02:00
rvalue_promotion.rs normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00