rust/src/librustc_codegen_ssa/back
bors 590ae0ec4d Auto merge of #64813 - varkor:node-to-kind, r=Centril
Rename `*.node` to `*.kind`, and `hair::Pattern*` to `hair::Pat*`

In both `ast::Expr` and `hir::Expr`:

- Rename `Expr.node` to `Expr.kind`.
- Rename `Pat.node` to `Pat.kind`.
- Rename `ImplItem.node` to `ImplItem.kind`.
- Rename `Lit.node` to `Lit.kind`.
- Rename `TraitItem.node` to `TraitItem.kind`.
- Rename `Ty.node` to `Ty.kind`.
- Rename `Stmt.node` to `Stmt.kind`.
- Rename `Item.node` to `Item.kind`.
- Rename `ForeignItem.node` to `ForeignItem.kind`.
- Rename `MetaItem.node` to `MetaItem.kind`.

Also:
- Rename `hair::FieldPattern` to `hair::FieldPat`.
- Rename `hair::PatternKind` to `hair::PatKind`.
- Rename `hair::PatternRange` to `hair::PatRange`.
- Rename `PatternContext` to `PatCtxt`.
- Rename `PatternTypeProjection` to `PatTyProj`.
- Rename `hair::Pattern` to `hair::Pat`.

These two sets of changes are grouped together to aid with merging. The only changes are renamings.

r? @petrochenkov
2019-09-27 10:05:38 +00:00
..
rpath Separate librustc_codegen_ssa module 2019-06-16 14:16:55 +03:00
archive.rs Use Symbol in Linker. 2019-09-11 11:31:38 +10:00
command.rs Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton 2019-09-13 09:19:43 +00:00
link.rs rustc: Convert dependency_formats to a query 2019-09-23 12:29:51 -07:00
linker.rs Allow using upstream generics in a dylib crate type 2019-09-23 14:01:06 -07:00
lto.rs Replace TimeLine with SelfProfiler 2019-03-10 11:10:55 -04:00
mod.rs rustc: Update wasm32 support for LLVM 9 2019-07-25 07:08:45 -07:00
rpath.rs Separate librustc_codegen_ssa module 2019-06-16 14:16:55 +03:00
symbol_export.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
write.rs Remove tx_to_llvm_workers from TyCtxt 2019-09-25 16:57:27 -04:00