| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-27 | Update tests | Jacob Pratt | -12/+15 | |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -5/+5 | |
| When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error. | ||||
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -1/+1 | |
| 2021-02-01 | Fixed #[inline] to be warned in fields, arms, macro defs | Danuel | -5/+18 | |
| Add visitors for checking #[inline] Add visitors for checking #[inline] with struct field Fix test for #[inline] Add visitors for checking #[inline] with #[macro_export] macro Add visitors for checking #[inline] without #[macro_export] macro Add use alias with Visitor Fix lint error Reduce unnecessary variable Co-authored-by: LingMan <LingMan@users.noreply.github.com> Change error to warning Add warning for checking field, arm with #[allow_internal_unstable] Add name resolver Formatting Formatting Fix error fixture Add checking field, arm, macro def | ||||
| 2020-09-25 | Allow multiple allow_internal_unstable attributes | Dániel Buga | -4/+14 | |
| Co-authored-by: varkor <github@varkor.com> | ||||
| 2020-09-24 | Bless tests | Dylan MacKenzie | -5/+6 | |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -2/+2 | |
| 2020-06-28 | Update tests | Dylan MacKenzie | -8/+13 | |
| 2020-06-28 | Update tests | Dylan MacKenzie | -10/+9 | |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 | |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -4/+5 | |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -4/+4 | |
| 2020-01-10 | Test that stable `const fn` requires `allow_internal_unstable` | Dylan MacKenzie | -0/+22 | |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -4/+4 | |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -10/+10 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-03-11 | Update tests | Vadim Petrochenkov | -7/+7 | |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -6/+6 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -50/+10 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+304 | |
