rust/compiler/rustc_ast/src
Mara Bos bb9542b016
Rollup merge of #82841 - hvdijk:x32, r=joshtriplett
Change x64 size checks to not apply to x32.

Rust contains various size checks conditional on target_arch = "x86_64", but these checks were never intended to apply to x86_64-unknown-linux-gnux32. Add target_pointer_width = "64" to the conditions.
2021-03-09 09:05:24 +00:00
..
ast
attr Rename rustdoc lints to be a tool lint instead of built-in. 2021-03-01 19:29:15 -05:00
expand
util Remove unnecessary manual shrink_to_fit calls 2021-01-16 14:02:36 +01:00
ast.rs Rollup merge of #82841 - hvdijk:x32, r=joshtriplett 2021-03-09 09:05:24 +00:00
ast_like.rs rustc_ast: Replace AstLike::finalize_tokens with a getter tokens_mut 2021-03-06 21:19:31 +03:00
entry.rs
lib.rs Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix 2021-03-07 23:45:57 +00:00
mut_visit.rs ast: Keep expansion status for out-of-line module items 2021-02-18 13:07:49 +03:00
node_id.rs Clarify docs for DUMMY_NODE_ID 2021-02-07 19:42:12 -08:00
ptr.rs
token.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
tokenstream.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
visit.rs ast: Keep expansion status for out-of-line module items 2021-02-18 13:07:49 +03:00