about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2025-04-02Rollup merge of #138003 - sayantn:new-amx, r=AmanieuStuart Cook-0/+1
2025-04-01Improve `is_doc_keyword`.Nicholas Nethercote-1/+5
2025-04-01Use `sym::dummy` in one more place.Nicholas Nethercote-1/+2
2025-03-31hygiene: Rename semi-transparent to semi-opaqueVadim Petrochenkov-25/+25
2025-03-31Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercotebors-60/+61
2025-03-31Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhprattbors-1/+1
2025-03-30Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errorsJacob Pratt-1/+1
2025-03-30Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov"Jakub Beránek-63/+140
2025-03-30Simplify expansion for format_args!().Mara Bos-0/+4
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-1/+1
2025-03-29Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkovbors-140/+63
2025-03-29less decoding if it has the same syntax contextbohan-140/+63
2025-03-28hygiene: Rewrite `apply_mark_internal` to be more understandableVadim Petrochenkov-60/+61
2025-03-28Add the feature gate for the `super let` experiment.Mara Bos-0/+1
2025-03-28use `slice::contains` where applicableYotam Ofek-1/+1
2025-03-27Rollup merge of #139026 - yotamofek:pr/abs-diff, r=compiler-errorsJacob Pratt-1/+1
2025-03-27Use `abs_diff` where applicableYotam Ofek-1/+1
2025-03-27Rollup merge of #138844 - petrochenkov:cfgtrace2, r=nnethercoteJacob Pratt-0/+1
2025-03-27Rollup merge of #138964 - compiler-errors:usage-of-interner, r=lcnrStuart Cook-0/+2
2025-03-26Auto merge of #130324 - petrochenkov:ctxtache, r=oli-obkbors-73/+120
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-0/+1
2025-03-26Implement lint against using Interner and InferCtxtLike in random compiler cr...Michael Goulet-0/+2
2025-03-24Move `is_used_keyword_conditional`.Nicholas Nethercote-4/+4
2025-03-24Alphabetize the keywords list.Nicholas Nethercote-8/+21
2025-03-24Fix some formatting.Nicholas Nethercote-2/+2
2025-03-24Improve keyword comments a little.Nicholas Nethercote-5/+4
2025-03-24Remove `is_any_keyword` methods.Nicholas Nethercote-17/+7
2025-03-22Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcmbors-1/+0
2025-03-21Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkinMatthias Krüger-0/+1
2025-03-21Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am...Matthias Krüger-0/+1
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+1
2025-03-17expand: Leave traces when expanding `cfg_attr` attributesVadim Petrochenkov-0/+1
2025-03-16add `naked_functions_target_feature` unstable featureFolkert de Vries-0/+1
2025-03-15hygiene: Update `$crate` pretty-printing to account for holes in syntax contextsVadim Petrochenkov-14/+15
2025-03-15hygiene: Ensure uniqueness of `SyntaxContextData`sVadim Petrochenkov-26/+34
2025-03-15hygiene: Asserts, comments, code cleanupVadim Petrochenkov-53/+91
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-0/+5
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-1/+0
2025-03-12Reduce FormattingOptions to 64 bits.Mara Bos-1/+0
2025-03-12Introduce `sym::dummy` and `Ident::dummy`.Nicholas Nethercote-0/+22
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-0/+1
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+1
2025-03-11Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcmbors-0/+1
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Limit formatting width and precision to 16 bits.Mara Bos-0/+1
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-09Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxuMatthias Krüger-1/+0
2025-03-07Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehussJacob Pratt-2/+28
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-0/+2