about summary refs log tree commit diff
path: root/compiler/rustc_macros
AgeCommit message (Expand)AuthorLines
2023-03-31Don't emit the OS error in a noteest31-3/+6
2023-03-31Use std::fs::read_to_file in fluent_messages macroest31-11/+3
2023-03-29Check for escape sequences in Fluent resourcesclubby789-0/+12
2023-02-27Allow using `bool` for optional diagnosticsclubby789-5/+18
2023-02-25Emit the enum discriminant separately for the Encodable macroJohn Kåre Alsaker-17/+30
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-6/+6
2023-02-22Remove type-traversal trait aliasesAlan Egerton-6/+6
2023-02-22errors: generate typed identifiers in each crateDavid Wood-241/+230
2023-02-14Use derive attributes for uninteresting traversalsAlan Egerton-7/+64
2023-02-13Make folding traits generic over the InternerAlan Egerton-1/+1
2023-02-13Make visiting traits generic over the InternerAlan Egerton-1/+1
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-4/+4
2023-02-01Forbid #[suggestion_*(...)] on VecsXiretza-43/+66
2023-01-27Detect references to non-existant messages in Fluent resourcesclubby789-2/+32
2023-01-17Stop using `BREAK` & `CONTINUE` in compilerScott McMurray-1/+1
2023-01-11Support eager subdiagnostics againmejrs-4/+21
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-24/+19
2023-01-04Simplify some iterator combinatorsMichael Goulet-2/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-2/+2
2022-12-20Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obkbors-102/+53
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-25/+13
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-45/+21
2022-12-18Make `#[max]` an attribute in `newtype_index`Nilstrieb-10/+11
2022-12-18Make `#[no_ord_impl]` an attribute in `newtype_index`Nilstrieb-8/+4
2022-12-18Make `#[custom_encodable]` an attribute for `newtype_index`Nilstrieb-10/+12
2022-12-18Use `#[derive]` instead of custom syntax in all `newtype_index`Nilstrieb-12/+0
2022-12-18use &str / String literals instead of format!()Matthias Krüger-8/+4
2022-12-15more clippy::complexity fixesMatthias Krüger-1/+1
2022-12-14Auto merge of #105233 - mejrs:always_eager, r=estebankbors-36/+11
2022-12-06Auto merge of #105220 - oli-obk:feeding, r=cjgillotbors-4/+0
2022-12-05feed resolver_for_lowering instead of storing it in a fieldOli Scherer-4/+0
2022-12-04Always evaluate vecs of subdiagnostics eagerlymejrs-36/+11
2022-12-01Remove useless borrows and derefsMaybe Waffle-32/+32
2022-11-29Sanity check computed value for feeable queries.Camille GILLOT-0/+9
2022-11-29Allow to set a query's result as a side effect.Camille GILLOT-1/+20
2022-11-26Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcmbors-1/+27
2022-11-21Improve slug name errormejrs-53/+45
2022-11-21Fix testsmejrs-31/+39
2022-11-21Match crate and slug namesmejrs-1/+53
2022-11-18couple of clippy::perf fixesMatthias Krüger-1/+1
2022-11-07Modify comment syntax errorwanghaha-dev-2/+2
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-20/+104
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+3
2022-11-01Use `allow_internal_unstable` and add unstable reasonclubby789-1/+1
2022-10-31Specialize PartialEq for `Option<newtype>`clubby789-0/+26
2022-10-31Add more track_callermejrs-0/+3
2022-10-26Remove #[suggestion_*] attributesXiretza-15/+37
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-1/+1
2022-10-26Add "tool-only" suggestion styleXiretza-5/+8
2022-10-26Add style= parameter to suggestion attributesXiretza-14/+73