about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros
AgeCommit message (Expand)AuthorLines
2024-02-24Add asm label support to AST and HIRGary Guo-0/+3
2024-02-20Rollup merge of #121318 - kadiwa4:no_assembly_in_supposedly_safe_code, r=Nils...Nilstrieb-1/+1
2024-02-20Add newtype for parser recoveryclubby789-3/+3
2024-02-20Add newtype for `IsTuple`clubby789-5/+14
2024-02-20Add newtype for raw identsclubby789-4/+7
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-3/+7
2024-02-20trigger `unsafe_code` on `global_asm!` invocationsKalle Wachsmuth-1/+1
2024-02-15Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.Nicholas Nethercote-2/+2
2024-02-12Add `#[derive(Clone, Copy)]` to anonymous adtsFrank King-1/+5
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-0/+2
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-9/+3
2024-02-06Invert diagnostic lints.Nicholas Nethercote-0/+2
2024-01-30Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercoteGuillaume Gomez-4/+8
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-4/+4
2024-01-26Auto merge of #119968 - clubby789:unused-feature, r=compiler-errorsbors-3/+0
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-13/+0
2024-01-25Remove has_errors check in builtin macro parsingOli Scherer-4/+8
2024-01-25Remove unused featuresclubby789-3/+0
2024-01-24remove StructuralEq traitRalf Jung-13/+0
2024-01-23Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errorsLeón Orell Valerian Liehr-4/+18
2024-01-22Auto merge of #120080 - cuviper:128-align-packed, r=nikicbors-3/+3
2024-01-22Tweak error counting.Nicholas Nethercote-1/+1
2024-01-21Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]`Zalathar-4/+18
2024-01-19Pack the u128 in LitKind::IntJosh Stone-3/+3
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-4/+4
2024-01-12Rename `--env` option flag to `--env-set`Guillaume Gomez-1/+1
2024-01-11Change how `force-warn` lint diagnostics are recorded.Nicholas Nethercote-1/+1
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-9/+9
2024-01-10Shorten some error invocations.Nicholas Nethercote-1/+1
2024-01-08Use chaining for `DiagnosticBuilder` construction and `emit`.Nicholas Nethercote-7/+8
2024-01-08Use chaining in `DiagnosticBuilder` construction.Nicholas Nethercote-9/+8
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-20/+19
2024-01-04Remove `is_lint` field from `Level::Error`.Nicholas Nethercote-1/+1
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-4/+4
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-4/+4
2023-12-24Remove `ParseSess` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-24Remove `Parser` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-24Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-112/+117
2023-12-23Remove all uses of `DiagnosticBuilder::forget_guarantee()`.Nicholas Nethercote-7/+6
2023-12-23Remove `LabelKind`.Nicholas Nethercote-1/+0
2023-12-23Give `DiagnosticBuilder` a default type.Nicholas Nethercote-4/+2
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-1/+1
2023-12-22Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errorsbors-8/+12
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-4/+4
2023-12-19Desugar for await loopsEric Holk-1/+1
2023-12-19Plumb awaitness of for loopsEric Holk-1/+1
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-8/+12
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-34/+34
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-12/+11