| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -4/+4 | |
| 2021-03-05 | Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis | bors | -21/+23 | |
| Inherit `#[stable(..)]` annotations in enum variants and fields from its item Lint changes for #65515. The stdlib will have to be updated once this lands in beta and that version is promoted in master. | ||||
| 2021-02-18 | Add long explanation for E0549 | Jesus Rubio | -1/+1 | |
| 2021-02-17 | Add long explanation for E0543 | Jesus Rubio | -1/+1 | |
| 2021-02-15 | Add long explanation for E0545 | Jesus Rubio | -1/+1 | |
| 2021-02-10 | Tweak stability attribute diagnostic output | Esteban Küber | -8/+14 | |
| 2021-02-10 | Inherit `#[stable(..)]` annotations in enum variants and fields from its item | Esteban Küber | -17/+13 | |
| 2021-02-08 | Add long explanation for E0547 | Jesus Rubio | -1/+1 | |
| 2021-02-06 | Add long error explanation for E0542 | Jesus Rubio | -1/+1 | |
| 2021-01-15 | Don't mark `ineffective_unstable_trait_impl` as an internal lint | Joshua Nelson | -2/+2 | |
| It's not an internal lint: - It's not in the rustc::internal lint group - It's on unconditionally, because it actually lints `staged_api`, not the compiler This fixes a bug where `#[deny(rustc::internal)]` would warn that `rustc::internal` was an unknown lint. | ||||
| 2020-12-16 | Allow `since="TBD"` for rustc_deprecated | bstrie | -4/+14 | |
| 2020-12-07 | Move some tests to subdirectories | Vadim Petrochenkov | -0/+234 | |
| 2020-12-02 | bless stability-attribute-sanity ui test | Daiki Ihara | -1/+1 | |
| 2020-11-02 | Improve deprecation attribute diagnostic messages. | Mara Bos | -6/+2 | |
| (From the PR feedback.) Co-authored-by: Esteban Küber <esteban@kuber.com.ar> | ||||
| 2020-11-01 | Use the right span for errors about #[deprecated] attributes. | Mara Bos | -9/+15 | |
| 2020-09-27 | Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obk | Jonas Schievink | -0/+20 | |
| Check for missing const-stability attributes in `rustc_passes` Currently, this happens as a side effect of `is_min_const_fn`, which is non-obvious. Also adds a test for this case, since we didn't seem to have one before. | ||||
| 2020-09-25 | Test for missing const-stability attributes | Dylan MacKenzie | -0/+20 | |
| 2020-09-23 | Add enum and type alias tests for generic default stability | Jacob Hughes | -2/+540 | |
| 2020-09-22 | Fix compilation & test failures | Jacob Hughes | -32/+32 | |
| 2020-09-22 | Test removing unstable default parameter | Avi Dessauer | -0/+14 | |
| 2020-09-22 | Test unstable Alloc param on Box | Avi Dessauer | -2/+50 | |
| 2020-09-22 | Add unstable default feature enabled test | Avi Dessauer | -28/+38 | |
| 2020-09-22 | Add test case demonstrating leak | Avi Dessauer | -22/+24 | |
| 2020-09-22 | Test stability on default parameter of deprecated | Avi Dessauer | -1/+170 | |
| 2020-09-22 | Add more tests | Avi Dessauer | -1/+73 | |
| 2020-09-22 | Fix tests | Avi Dessauer | -6/+6 | |
| 2020-09-22 | Unstable default types leak in public fields | Avi Dessauer | -7/+11 | |
| 2020-09-22 | Comment out broken tests | Avi Dessauer | -9/+33 | |
| 2020-09-22 | Uncomment struct tests | Avi Dessauer | -27/+27 | |
| 2020-09-22 | ignore-tidy-linelength generic default stab test | Avi Dessauer | -0/+1 | |
| Co-authored-by: Tim Diekmann <21277928+TimDiekmann@users.noreply.github.com> | ||||
| 2020-09-22 | Stability annotations on generic trait parameters | Avi Dessauer | -0/+127 | |
| 2020-09-11 | Improve `ineffective_unstable_trait_impl` error message. | Mara Bos | -2/+3 | |
| 2020-09-11 | Add test for unstable trait impl lint. | Mara Bos | -0/+38 | |
| 2020-07-20 | Parse rustc_deprecated as deprecated attribute | Mark Rousskov | -3/+3 | |
| 2020-05-02 | Add long error explanation for E0539 | unexge | -1/+2 | |
| 2020-04-24 | Remove redundant `descr`/`descriptive_variant` methods from HIR. | Eduard-Mihai Burtescu | -2/+2 | |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -2/+2 | |
| 2020-02-06 | Forbid using `0` as issue number | Yuki Okushi | -2/+3 | |
| 2020-01-30 | clarify "incorrect issue" error | Andy Russell | -4/+6 | |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -12/+12 | |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable ↵ | Oliver Scherer | -8/+7 | |
| functions with a `const` modifier | ||||
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -1/+1 | |
| 2019-09-28 | Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank | Mazdak Farrokhzad | -6/+8 | |
| Add E0734 and its long explanation Part of https://github.com/rust-lang/rust/issues/61137 | ||||
| 2019-09-27 | Update ui tests | Guillaume Gomez | -6/+8 | |
| 2019-09-26 | Add test for E0543 | Guillaume Gomez | -8/+18 | |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -2/+2 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -18/+18 | |
| - Handle empty `cfg_attr` attribute - Reword empty `derive` attribute error - Use consistend error message: "malformed `attrname` attribute input" - Provide suggestions when possible - Move note/help to label/suggestion - Use consistent wording "ill-formed" -> "malformed" - Move diagnostic logic out of parser | ||||
| 2019-04-23 | Update ui tests | varkor | -2/+2 | |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -2/+0 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -3/+2 | |
