rust/compiler/rustc_passes/src
Tom Farmer 3827b6451c Update invalid crate attributes, add help message
tidy run

update invalid crate attributes, improve error

update test outputs

de-capitalise error

update tests

Update invalid crate attributes, add help message

Update - generate span without using BytePos

Add correct dependancies

Update - generate suggestion without BytePos

Tidy run

update tests

Generate Suggestion without BytePos

Add all builtin attributes

add err builtin inner attr at top of crate

fix tests

add err builtin inner attr at top of crate

tidy fix

add err builtin inner attr at top of crate
2021-12-03 18:38:32 +00:00
..
liveness Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
check_attr.rs Update invalid crate attributes, add help message 2021-12-03 18:38:32 +00:00
check_const.rs Allow features like const_try in d_m_b_i_c 2021-11-24 15:57:44 +08:00
dead.rs only check for automatically_derived on impls, not individual methods 2021-10-02 09:53:51 -04:00
diagnostic_items.rs Introduce get_diagnostic_name 2021-10-06 08:40:28 -05:00
entry.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
hir_id_validator.rs Do not store visibility in *ItemRef. 2021-09-20 00:29:53 +02:00
hir_stats.rs Rename walk_crate. 2021-09-02 19:23:11 +02:00
intrinsicck.rs make #[target_feature] work with asm register classes 2021-10-07 15:42:18 -04:00
lang_items.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
layout_test.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
lib.rs Apply cfg-bootstrap switch 2021-11-30 10:51:42 -05:00
lib_features.rs Remove eval_always for lib_features. 2021-11-28 21:13:36 +01:00
liveness.rs Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726 2021-10-05 12:52:43 -07: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 Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
reachable.rs Take a LocalDefId in expect_*item. 2021-11-28 21:09:45 +01:00
region.rs Remove unused root_parent. 2021-11-28 21:48:28 +01:00
stability.rs Remove eval_always for lib_features. 2021-11-28 21:13:36 +01:00
upvars.rs
weak_lang_items.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00