rust/src/librustc_hir
Rustin-Liu b07e7fe047 Rename AssocKind::Method to AssocKind::Fn
Rename fn_has_self_argument to fn_has_self_parameter

Rename AssocItemKind::Method to AssocItemKind::Fn

Refine has_no_input_arg

Refine has_no_input_arg

Revert has_no_input_arg

Refine suggestion_descr

Move as_def_kind into AssocKind

Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>

Fix tidy check issue

Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
2020-04-14 07:12:07 +08:00
..
arena.rs Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
Cargo.toml move rustc_hir::print -> rustc_hir_pretty 2020-03-24 06:25:03 +01:00
def.rs correctly handle const params in type_of 2020-03-22 22:29:54 +01:00
definitions.rs librustc_hir: return LocalDefId instead of DefId in local_def_id 2020-04-08 00:43:56 +01:00
hir_id.rs rustc: use LocalDefId instead of DefIndex in HirId. 2020-03-19 11:16:08 +02:00
hir.rs Rename AssocKind::Method to AssocKind::Fn 2020-04-14 07:12:07 +08:00
intravisit.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
itemlikevisit.rs hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir 2020-01-04 19:03:27 +01:00
lang_items.rs Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. 2020-04-08 10:47:41 +03:00
lib.rs move rustc_hir::print -> rustc_hir_pretty 2020-03-24 06:25:03 +01:00
pat_util.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
stable_hash_impls.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
target.rs More Method->Fn renaming 2020-03-15 19:15:55 -05:00
weak_lang_items.rs Remove eh_unwind_resume lang item 2020-03-05 17:36:50 +00:00