rust/src/test/ui/rust-2018
bors 9f9f2c0095 Auto merge of #53530 - kennytm:rollup, r=kennytm
Rollup of 17 pull requests

Successful merges:

 - #53030 (Updated RELEASES.md for 1.29.0)
 - #53104 (expand the documentation on the `Unpin` trait)
 - #53213 (Stabilize IP associated constants)
 - #53296 (When closure with no arguments was expected, suggest wrapping)
 - #53329 (Replace usages of ptr::offset with ptr::{add,sub}.)
 - #53363 (add individual docs to `core::num::NonZero*`)
 - #53370 (Stabilize macro_vis_matcher)
 - #53393 (Mark libserialize functions as inline)
 - #53405 (restore the page title after escaping out of a search)
 - #53452 (Change target triple used to check for lldb in build-manifest)
 - #53462 (Document Box::into_raw returns non-null ptr)
 - #53465 (Remove LinkMeta struct)
 - #53492 (update lld submodule to include RISCV patch)
 - #53496 (Fix typos found by codespell.)
 - #53521 (syntax: Optimize some literal parsing)
 - #53540 (Moved issue-53157.rs into src/test/ui/consts/const-eval/)
 - #53551 (Avoid some Place clones.)

Failed merges:

r? @ghost
2018-08-21 16:04:11 +00:00
..
auxiliary rustc: Lint against #[macro_use] in 2018 idioms 2018-07-12 14:10:39 -07:00
uniform-paths rustc_resolve: overhaul #![feature(uniform_paths)] error reporting. 2018-08-17 01:41:06 +03:00
async-ident-allowed.rs Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
async-ident-allowed.stderr Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
async-ident.fixed Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
async-ident.rs Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
async-ident.stderr Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
edition-lint-fully-qualified-paths.fixed Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
edition-lint-fully-qualified-paths.rs Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
edition-lint-fully-qualified-paths.stderr Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
edition-lint-nested-empty-paths.fixed Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
edition-lint-nested-empty-paths.rs Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
edition-lint-nested-empty-paths.stderr Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
edition-lint-nested-paths.fixed Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
edition-lint-nested-paths.rs Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
edition-lint-nested-paths.stderr Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
edition-lint-paths.fixed rustc_resolve: don't allow paths starting with ::crate. 2018-08-17 12:59:56 +03:00
edition-lint-paths.rs rustc_resolve: don't allow paths starting with ::crate. 2018-08-17 12:59:56 +03:00
edition-lint-paths.stderr Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
extern-crate-idiomatic-in-2018.fixed tests: prefer edition: directives to compile-flags:--edition. 2018-08-16 10:36:11 +03:00
extern-crate-idiomatic-in-2018.rs tests: prefer edition: directives to compile-flags:--edition. 2018-08-16 10:36:11 +03:00
extern-crate-idiomatic-in-2018.stderr syntax: also warn about edition "umbrella" features being implied by --edition. 2018-08-16 10:35:45 +03:00
extern-crate-idiomatic.fixed Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
extern-crate-idiomatic.rs Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
extern-crate-referenced-by-self-path.fixed Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
extern-crate-referenced-by-self-path.rs Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
extern-crate-rename.fixed Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
extern-crate-rename.rs Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
extern-crate-rename.stderr Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
extern-crate-submod.fixed Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
extern-crate-submod.rs Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
extern-crate-submod.stderr Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
issue-51008-1.rs also reset anon-param-mode for fn() types 2018-05-30 14:54:51 -04:00
issue-51008.rs reset the "anonymous lifetime mode" for parenthesized where clauses 2018-05-30 14:54:51 -04:00
issue-52202-use-suggestions.rs tests: prefer edition: directives to compile-flags:--edition. 2018-08-16 10:36:11 +03:00
issue-52202-use-suggestions.stderr in which use suggestions meet edition 2018 2018-07-09 23:21:29 -07:00
macro-use-warned-against.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-use-warned-against.stderr Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00