about summary refs log tree commit diff
path: root/src/librustc_passes/check_attr.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-527/+0
2020-08-19Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27bors-2/+24
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-12Allow #[doc(alias)] on impl const itemsGuillaume Gomez-6/+2
2020-08-11Move #[doc(alias)] attribute checks in rustcGuillaume Gomez-2/+28
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-14/+13
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-1/+1
2020-07-16Rollup merge of #74148 - GuillaumeGomez:doc-alias-check, r=ManishearthManish Goregaokar-0/+30
2020-07-10Rollup merge of #74109 - nbdd0121:issue-74082, r=petrochenkovManish Goregaokar-0/+2
2020-07-08Move #[doc(alias)] check in rustcGuillaume Gomez-0/+30
2020-07-06Only allow `repr(i128/u128)` on enumGary Guo-0/+2
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-1/+1
2020-06-27Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasperManish Goregaokar-2/+2
2020-06-27use LocalDefId in module checkingBastian Kauschke-2/+2
2020-06-24Implement associated lang itemsAaron Hill-1/+4
2020-06-11Remove associated opaque typesMatthew Jasper-1/+1
2020-05-01Mark query function as must_use.Camille GILLOT-2/+2
2020-04-30Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievinkDylan DPC-1/+4
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-4/+2
2020-04-16rustc: fix check_attr() for methods, closures and foreign functionsMatthias Schiffer-1/+4
2020-04-12Remove usage of `DUMMY_HIR_ID` in `CheckAttrVisitor::check_inline`marmeladema-3/+2
2020-04-09track_caller: support on FFI importsMazdak Farrokhzad-11/+1
2020-04-08track_caller: harden naked interactionsMazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-22Allow #[track_caller] in traits.Adam Perry-3/+3
2020-03-15More Method->Fn renamingMark Mansi-1/+1
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-2/+2
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-12Rollup merge of #68554 - cjgillot:lang_items, r=ZoxcYuki Okushi-1/+1
2020-02-11Move it all into rustc_hir.Camille GILLOT-1/+1
2020-02-11Move hir::check_attr::Target to librustc_lang_items.Camille GILLOT-1/+1
2020-02-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-3/+21
2020-02-11Run RustFmtjumbatm-15/+10
2020-02-11Run RustFmtjumbatm-18/+13
2020-02-11Invert control in struct_lint_level.jumbatm-19/+21
2020-02-10Add `#[repr(no_niche)]`.Felix S. Klock II-3/+21
2020-02-09Make issue references consistentMatthias Prechtl-2/+2
2020-01-29Make Target::from_impl_item a free function.Camille GILLOT-22/+16
2020-01-29Move check_mod_attr query in librustc_passes.Camille GILLOT-118/+8
2020-01-29Move check_attr.rs to librustc_passes.Camille GILLOT-0/+587