rust/src/libsyntax/ext
bors e82261dfbb Auto merge of #50413 - kennytm:rollup, r=kennytm
Rollup of 12 pull requests

Successful merges:

 - #50302 (Add query search order check)
 - #50320 (Fix invalid path generation in rustdoc search)
 - #50349 (Rename "show type declaration" to "show declaration")
 - #50360 (Clarify wordings of the `unstable_name_collision` lint.)
 - #50365 (Use two vectors in nearest_common_ancestor.)
 - #50393 (Allow unaligned reads in constants)
 - #50401 (Revert "Implement FromStr for PathBuf")
 - #50406 (Forbid constructing empty identifiers from concat_idents)
 - #50407 (Always inline simple BytePos and CharPos methods.)
 - #50416 (check if the token is a lifetime before parsing)
 - #50417 (Update Cargo)
 - #50421 (Fix ICE when using a..=b in a closure.)

Failed merges:
2018-05-03 20:45:54 +00:00
..
tt check if the token is a lifetime before parsing 2018-05-03 19:12:39 +08:00
base.rs Warn on pointless #[derive] in more places 2018-04-29 16:01:41 -07:00
build.rs rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
derive.rs Remove Option from the return type of Attribute::name() 2018-05-02 11:32:34 +02:00
expand.rs make it compile again 2018-05-02 12:05:13 +02:00
placeholders.rs
quote.rs Change the hashcounts in raw Lit variants from usize to u16. 2018-04-12 20:12:42 +10:00
source_util.rs