about summary refs log tree commit diff
path: root/compiler/rustc_span/src/symbol.rs
AgeCommit message (Expand)AuthorLines
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-0/+1
2021-03-22rename :pat2018 -> :pat215mark-1/+1
2021-03-19Add simd_neg platform intrinsicSparrowLii-0/+1
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-0/+1
2021-03-14expand: Resolve and expand inner attributes on out-of-line modulesVadim Petrochenkov-0/+1
2021-03-10Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPCbors-0/+3
2021-03-10Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakisDylan DPC-0/+3
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-0/+1
2021-03-06Implement built-in attribute macro `#[cfg_eval]`Vadim Petrochenkov-0/+1
2021-03-05Rollup merge of #82773 - mgacek8:feature/add_diagnostic_item_to_Default_trait...Mara-1/+1
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-0/+5
2021-03-04Fix comment with path to `symbols!` macroMateusz Gacek-1/+1
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-0/+1
2021-03-03Fix borrow and derefRyan Levick-0/+3
2021-03-03Remove lint pass on borrow and derefRyan Levick-3/+0
2021-03-03Fix testsRyan Levick-0/+2
2021-03-03Add tests and support two more noop methodsRyan Levick-1/+3
2021-03-03First version of noop-lintRyan Levick-0/+1
2021-03-02Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obkYuki Okushi-0/+1
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-0/+1
2021-03-01Use diagnostic items in into_iter_collectionsCameron Steffen-0/+1
2021-03-01Add diagnostic itemsCameron Steffen-0/+5
2021-02-26Add missing diagnostic item SymbolsCameron Steffen-0/+2
2021-02-25Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obkbors-0/+1
2021-02-25Add feature gate for inherent associate types.Olivier FAURE-0/+1
2021-02-25Pick the injected prelude based on the edition.Mara Bos-0/+3
2021-02-23Add #[rustc_legacy_const_generics]Amanieu d'Antras-0/+1
2021-02-23Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakisDylan DPC-0/+1
2021-02-23Rollup merge of #82113 - m-ou-se:panic-format-lint, r=estebankDylan DPC-0/+1
2021-02-23Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwcoDylan DPC-0/+6
2021-02-19Support `pub` on `macro_rules`Vadim Petrochenkov-0/+1
2021-02-18Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obkbors-0/+3
2021-02-16a few more diagnostic itemsAndrea Nall-0/+3
2021-02-15requested/proposed changesAndrea Nall-4/+3
2021-02-15Rollup merge of #82107 - petrochenkov:minexpclean, r=Aaron1011Jonas Schievink-1/+0
2021-02-15Add `ptr::Pointee` trait (for all types) and `ptr::metadata` functionSimon Sapin-0/+3
2021-02-15add diagnostic itemsAndrea Nall-0/+4
2021-02-14Improve suggestion for panic!(format!(..)).Mara Bos-0/+1
2021-02-14rustc_span: Remove obsolete `allow_internal_unstable_backcompat_hack`Vadim Petrochenkov-1/+0
2021-02-14Rollup merge of #80523 - LeSeulArtichaut:inline-sym, r=jyn514Dylan DPC-0/+1
2021-02-07HWASan supportTri Vo-0/+1
2021-02-07Feature gate macro attributes in `#[derive]` outputVadim Petrochenkov-0/+1
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-0/+1
2021-02-03Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obkbors-0/+2
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+1
2021-02-01Use UFCS instead of method calls in `derive(Debug)`. See issue 81211 for disc...Felix S. Klock II-0/+2
2021-02-01Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkovbors-0/+6
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-0/+6
2021-01-22Make more traits of the From/Into family diagnostic itemsflip1995-0/+3
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-0/+1