about summary refs log tree commit diff
path: root/src/test/ui/malformed
AgeCommit message (Expand)AuthorLines
2021-09-25Move malformed attribute code to a function and fix inner attribute suggestion.Eric Huss-2/+2
2021-08-16Use note to point at bound introducing requirementEsteban Küber-6/+6
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-08-04Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakisbors-63/+0
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-2/+2
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-63/+0
2021-07-27Add long explanation for E0498Chris Midgley-0/+1
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-24/+8
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-21/+10
2020-11-19expand: Stop derive expansion un unexpected targets earlyVadim Petrochenkov-9/+2
2020-09-08Update testsGuillaume Gomez-1/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-6/+6
2020-07-27mv std libs to library/mark-2/+2
2020-04-18Do not emit note for projected derived obligationsEsteban Küber-2/+0
2020-04-18Maintain chain of derived obligationsEsteban Küber-0/+12
2020-04-11rustc: Add a warning count upon completionRoccoDev-3/+3
2020-03-29#[link]: mention wasm_import_module instead of cfgJonas Schievink-2/+2
2020-02-27error_derive_forbidden_on_non_adt: be more gracefulMazdak Farrokhzad-0/+36
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+8
2020-01-12Add backticks in appropriate placesvarkor-1/+1
2019-12-06parse_meta: ditch parse_in_attrMazdak Farrokhzad-0/+35
2019-12-06derive: avoid parse_in_attrMazdak Farrokhzad-9/+26
2019-12-06cfg_attr: avoid .outer_tokensMazdak Farrokhzad-4/+6
2019-12-01rustc_plugin: Remove support for plugin argumentsVadim Petrochenkov-4/+4
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-2/+2
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-2/+2
2019-11-06ill_formed_attribute_input -> denyMazdak Farrokhzad-27/+23
2019-11-02Update error annotations in tests that successfully compileTomasz Miąsko-9/+19
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+2
2019-10-17Plugins deprecation: don’t suggest simply removing the attributeSimon Sapin-6/+6
2019-10-03plugin_registrary: use normal deprecation instead of hard coded warning.Mazdak Farrokhzad-18/+12
2019-10-03Deprecate `#![plugin]` and `#[plugin_registrar]`.Mazdak Farrokhzad-3/+36
2019-08-23`--bless` some tests due to message format change.Mazdak Farrokhzad-4/+2
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-22Lint empty 'derive()' as unused attribute.Mazdak Farrokhzad-10/+1
2019-06-08Introduce `#[rustc_dummy]` attribute and use it in testsVadim Petrochenkov-9/+9
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-36/+48
2019-05-24Revert changes that belong to separate PREsteban Küber-21/+12
2019-05-24review commentsEsteban Küber-1/+1
2019-05-24Tweak macro parse errors when reaching EOF during macro call parseEsteban Küber-25/+31
2019-05-11Move literal parsing code into a separate fileVadim Petrochenkov-4/+4
2019-05-11Simplify conversions between tokens and semantic literalsVadim Petrochenkov-9/+5
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+0
2019-04-15Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of loopingJohn Kåre Alsaker-2/+2
2019-03-11Update testsVadim Petrochenkov-15/+15
2019-02-27Mention `unwind(aborts)` in diagnostics for `#[unwind]`Vadim Petrochenkov-0/+51
2019-02-25Stabilize `unrestricted_attribute_tokens`Vadim Petrochenkov-4/+0
2019-02-25Restrict value in key-value attributes to literalsVadim Petrochenkov-0/+53