rust/compiler/rustc_middle/src
Felix S. Klock II afa2a67545 Prevent forbid from being ignored if overriden at the same level.
That is, this changes `#[forbid(foo)] #[allow(foo)]` from allowing foo to
forbidding foo.
2020-10-04 13:14:01 -04:00
..
dep_graph mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
hir Address review comment 2020-09-25 22:48:44 +01:00
ich mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
infer use relevant span when unifying ConstVarValues 2020-09-23 11:00:44 +02:00
middle Add support for cmse_nonsecure_entry attribute 2020-09-30 15:48:59 +01:00
mir Useful derives on mir::LocalKind 2020-09-29 17:38:28 -07:00
query Remove rustc_allow_const_fn_ptr 2020-09-27 10:46:41 -07:00
traits remove enum name from ImplSource variants 2020-09-24 19:22:36 +02:00
ty Rollup merge of #77190 - jakevossen5:master, r=eddyb 2020-10-04 11:44:59 +09:00
util Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
arena.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs /nightly/nightly-rustc 2020-09-23 21:51:56 +02:00
lint.rs Prevent forbid from being ignored if overriden at the same level. 2020-10-04 13:14:01 -04:00
macros.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00