rust/src/librustc_resolve
bors 961a9d6e97 Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
Rollup of 11 pull requests

Successful merges:

 - #61518 (Add loops to doc list of things not stable in const fn)
 - #61526 (move some tests into subfolders)
 - #61550 (Windows 10 SDK is also required now.)
 - #61606 (Remove some legacy proc macro flavors)
 - #61652 (Mention slice patterns in array)
 - #61686 (librustc_errors: Add some more documentation)
 - #61698 (typeck: Fix const generic in repeat param ICE.)
 - #61707 (Azure: retry failed awscli installs)
 - #61715 (make sure make_ascii_lowercase actually leaves upper-case non-ASCII characters alone)
 - #61724 (core: use memcmp optimization for 128 bit integer slices)
 - #61726 (Use `for_each` in `Iterator::partition`)

Failed merges:

r? @ghost
2019-06-11 23:29:20 +00:00
..
build_reduced_graph.rs syntax: Use Token in visitors and fix a mut visitor test 2019-06-06 14:04:02 +03:00
Cargo.toml rustc: use indexmap instead of a plain vector for upvars. 2019-06-01 19:17:22 +03:00
check_unused.rs unused_imports: make the lint machine-applicable 2019-02-07 16:20:22 +01:00
diagnostics.rs Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
error_codes.rs Fix error code description 2019-04-25 23:19:36 +01:00
lib.rs Add deny(unused_lifetimes) to all the crates that have deny(internal). 2019-06-11 14:11:59 +03:00
macros.rs syntax: Rename variants of SyntaxExtension for consistency 2019-06-10 21:34:26 +03:00
resolve_imports.rs Move modern calls inside glob_adjust and reverse_glob_adjust. 2019-06-05 07:43:14 +10:00