about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src
AgeCommit message (Expand)AuthorLines
2024-05-23Rollup merge of #125316 - nnethercote:tweak-Spacing, r=petrochenkovMatthias Krüger-2/+2
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-2/+2
2024-05-23Convert some `token_joint_hidden` calls to `token_joint`.Nicholas Nethercote-2/+2
2024-05-21Rename buffer_lint_with_diagnostic to buffer_lintXiretza-6/+6
2024-05-21Convert uses of BuiltinLintDiag::Normal to custom variantsXiretza-11/+14
2024-05-21Generate lint diagnostic message from BuiltinLintDiagXiretza-5/+3
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-6/+6
2024-05-18Fix println! ICE when parsing percent prefix numberwuaoxiang-9/+15
2024-05-17Rename Unsafe to SafetySantiago Pastorino-6/+6
2024-05-15Fix new for_loops_over_fallibles hits in compiler.Zachary S-2/+2
2024-05-09Rollup merge of #124919 - nnethercote:Recovered-Yes-ErrorGuaranteed, r=compil...Matthias Krüger-3/+2
2024-05-09Add `ErrorGuaranteed` to `Recovered::Yes` and use it more.Nicholas Nethercote-3/+2
2024-05-09Auto merge of #124157 - wutchzone:partial_eq, r=estebankbors-7/+6
2024-05-08Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=NilstriebMatthias Krüger-4/+7
2024-05-04Various improvements to entrypoint codeNilstrieb-1/+1
2024-05-03Use `parse` renaming of `rustc_parse_format`.Nicholas Nethercote-2/+2
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-4/+2
2024-04-27Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnrMatthias Krüger-3/+3
2024-04-26Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-deadJacob Pratt-116/+324
2024-04-26Adjust some `pub`s.Nicholas Nethercote-81/+81
2024-04-26Move some functions from `rustc_expand` to `rustc_builtin_macros`.Nicholas Nethercote-26/+225
2024-04-26Introduce `DeriveResolution`.Nicholas Nethercote-6/+13
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-3/+3
2024-04-25Name the field in `Expander`.Nicholas Nethercote-4/+6
2024-04-23Do not add leading asterisk in the `PartialEq`Daniel Sedlak-3/+2
2024-04-23Fix typosDaniel Sedlak-4/+4
2024-04-21Pass translation closure to add_to_diag_with() as referenceXiretza-1/+1
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-6/+2
2024-04-16Avoid unnecessary `rustc_span::DUMMY_SP` usage.Nicholas Nethercote-2/+1
2024-04-14store the span of the nested part of the use tree in the astPietro Albini-4/+7
2024-04-14builtin-derive: tag → discriminantRalf Jung-60/+60
2024-04-12Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelixMatthias Krüger-4/+6
2024-04-11remove some things that do not need to beMatthias Krüger-6/+4
2024-04-08Add pattern types to parserOli Scherer-0/+31
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-21/+38
2024-03-29rustdoc: point at span in `include_str!`-ed md fileMichael Howell-4/+6
2024-03-28change BuiltinDeriveFn type to get ExtCtxt by immutable ref and fix signaturesklensy-13/+13
2024-03-28compiler: fix few needless_pass_by_ref_mut clippy lintsklensy-20/+20
2024-03-28compiler: fix few needless_pass_by_ref_mut clippy lintsklensy-23/+19
2024-03-28compiler: fix few needless_pass_by_ref_mut clippy lintsklensy-15/+15
2024-03-27Suggest correct path in include_bytes!Kornel-31/+126
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-7/+7
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-4/+3
2024-03-20Make type_ascribe! not a built-inMichael Goulet-37/+0
2024-03-15Make `unexpected` always "return" `PResult<()>` & add `unexpected_any`Maybe Waffle-2/+2
2024-03-13delay expand macro bang when there has indeterminate pathbohan-196/+259
2024-03-12Remove unused fields in some structuresArthur Carcano-7/+7
2024-03-11Rename `AddToDiagnostic` as `Subdiagnostic`.Nicholas Nethercote-4/+4
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-5/+5
2024-03-08Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkovMatthias Krüger-42/+42