rust/compiler/rustc_passes/src
Yuki Okushi 19433c44bd
Rollup merge of #86047 - jyn514:doc-attrs, r=petrochenkov
Don't fire `invalid_doc_attributes` on `extern crate` items

Fixes https://github.com/rust-lang/rust/issues/86046.
2021-06-06 19:11:24 +09:00
..
liveness Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
check_attr.rs Don't fire invalid_doc_attributes on extern crate items 2021-06-05 21:18:20 -04:00
check_const.rs remove redundant wrapping of return types of allow_internal_unstable() and rustc_allow_const_fn_unstable() 2021-02-21 18:11:27 +01:00
dead.rs Auto merge of #85178 - cjgillot:local-crate, r=oli-obk 2021-05-17 01:42:03 +00:00
diagnostic_items.rs Use () for lang items. 2021-05-12 13:58:45 +02:00
entry.rs Revert "Reduce the amount of untracked state in TyCtxt" 2021-06-01 09:05:22 +02:00
hir_id_validator.rs GenericParam does not need to be a HIR owner. 2021-03-23 22:47:22 +01:00
hir_stats.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
intrinsicck.rs Remove support for floating-point constants in asm! 2021-05-14 14:58:21 +01:00
lang_items.rs Rollup merge of #85339 - FabianWolff:issue-83893, r=varkor 2021-05-18 14:08:51 +02:00
layout_test.rs Only store a LocalDefId in hir::Item. 2021-02-15 19:32:10 +01:00
lib_features.rs Use () for lang items. 2021-05-12 13:58:45 +02:00
lib.rs Remove unused feature gates 2021-05-31 13:55:43 +02:00
liveness.rs Split span_to_string into span_to_diagnostic/embeddable_string 2021-05-11 00:04:12 +01:00
loops.rs Do not suggest using a break label when one is already present 2021-01-21 21:43:29 -08:00
naked_functions.rs Do not store attrs in FnKind. 2021-03-09 19:09:33 +01:00
reachable.rs Auto merge of #85178 - cjgillot:local-crate, r=oli-obk 2021-05-17 01:42:03 +00:00
region.rs Split span_to_string into span_to_diagnostic/embeddable_string 2021-05-11 00:04:12 +01:00
stability.rs Revert "shrinking the deprecated method span" 2021-06-04 12:26:36 -07:00
upvars.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
weak_lang_items.rs Remove hir::ForeignItem::attrs. 2021-03-09 19:23:07 +01:00