| Commit message (Expand) | Author | Age | Files | Lines |
* | more dupe word typos | Rageking8 | 2022-10-14 | 1 | -1/+1 |
* | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | 2022-10-08 | 1 | -0/+3 |
|\ |
|
| * | Rewrite representability | Cameron Steffen | 2022-10-07 | 1 | -0/+3 |
* | | make const_err a hard error | Ralf Jung | 2022-10-07 | 1 | -32/+0 |
|/ |
|
* | Compute `lint_levels` by definition | Deadbeef | 2022-10-01 | 1 | -5/+26 |
* | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | 2022-09-22 | 1 | -26/+5 |
* | Compute `lint_levels` by definition | Deadbeef | 2022-09-14 | 1 | -5/+26 |
* | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | 2022-09-13 | 1 | -2/+0 |
|\ |
|
| * | Stabilize GATs | Jack Huey | 2022-08-30 | 1 | -2/+0 |
* | | Allow tool-lints to specify a feature-gate too | Wim Looman | 2022-09-12 | 1 | -3/+7 |
* | | Don't fire `rust_2021_incompatible_closure_captures` in edition = 2021 | Maybe Waffle | 2022-09-04 | 1 | -2/+2 |
* | | Add warning against unexpected --cfg with --check-cfg | Urgau | 2022-09-02 | 1 | -1/+0 |
* | | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | 2022-09-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix a bunch of typo | Dezhi Wu | 2022-08-31 | 1 | -1/+1 |
| |/ |
|
* | | Suggest calling when operator types mismatch | Michael Goulet | 2022-08-28 | 1 | -1/+2 |
|/ |
|
* | Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-Simulacrum | Yuki Okushi | 2022-08-27 | 1 | -2/+2 |
|\ |
|
| * | Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by d... | est31 | 2022-07-27 | 1 | -2/+2 |
* | | Tidy | finalchild | 2022-08-22 | 1 | -1/+1 |
* | | Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword... | finalchild | 2022-08-22 | 1 | -2/+2 |
* | | Use DiagnosticMessage for BufferedEarlyLint.msg | finalchild | 2022-08-22 | 1 | -4/+4 |
* | | Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkov | Matthias Krüger | 2022-08-20 | 1 | -0/+51 |
|\ \ |
|
| * | | Reenable early feature-gates as future-compat warnings | Christopher Durham | 2022-08-17 | 1 | -0/+51 |
* | | | Add diagnostic translation lints to crates that don't emit them | 5225225 | 2022-08-18 | 1 | -0/+2 |
|/ / |
|
* | | Warn about dead tuple struct fields | Fabian Wolff | 2022-08-03 | 1 | -0/+27 |
* | | Improve position named arguments lint underline and formatting names | Preston From | 2022-08-02 | 1 | -1/+13 |
* | | Generate correct suggestion with named arguments used positionally | Preston From | 2022-07-25 | 1 | -1/+1 |
|/ |
|
* | avoid a `Symbol` to `String` conversion | Takayuki Maeda | 2022-07-20 | 1 | -1/+1 |
* | Only suggest if span is not erroneous | Michael Goulet | 2022-07-15 | 1 | -1/+1 |
* | Emit warning when named arguments are used positionally in format | Preston From | 2022-07-13 | 2 | -0/+32 |
* | fix documentation | Deadbeef | 2022-07-13 | 1 | -6/+10 |
* | check non_exhaustive attr and private fields for transparent types | Deadbeef | 2022-07-12 | 1 | -0/+51 |
* | Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley... | Dylan DPC | 2022-07-07 | 2 | -0/+12 |
|\ |
|
| * | Add function to manually fulfill lint expectations (RFC 2383) | xFrednet | 2022-07-06 | 1 | -0/+7 |
| * | Document, that some lint have to be expected on the crate level (RFC 2383) | xFrednet | 2022-07-06 | 1 | -0/+5 |
* | | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | 2022-07-02 | 1 | -0/+40 |
|\ \ |
|
| * | | Fix FFI-unwind unsoundness with mixed panic mode | Gary Guo | 2022-06-08 | 1 | -0/+40 |
* | | | make const_err show up in future breakage reports | Ralf Jung | 2022-06-25 | 1 | -0/+1 |
* | | | Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r... | Michael Goulet | 2022-06-23 | 1 | -0/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | add "was" to pluralize macro and use it | Takayuki Maeda | 2022-06-22 | 1 | -0/+3 |
* | | | Auto merge of #97652 - RalfJung:cenum_impl_drop_cast, r=nagisa | bors | 2022-06-18 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix lint doctests | Ralf Jung | 2022-06-02 | 1 | -2/+1 |
| * | | make cenum_impl_drop_cast deny-by-default and show up as future breakage diag... | Ralf Jung | 2022-06-02 | 1 | -1/+2 |
* | | | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | 2022-06-16 | 1 | -4/+10 |
| |/
|/| |
|
* | | Use serde_json for json error messages | bjorn3 | 2022-06-03 | 2 | -1/+4 |
|/ |
|
* | Fix typo | est31 | 2022-05-23 | 1 | -1/+1 |
* | Lint single-use-lifetimes on the AST. | Camille GILLOT | 2022-05-20 | 1 | -1/+15 |
* | Allow the unused_macro_rules lint for now | est31 | 2022-05-14 | 1 | -1/+2 |
* | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | 2022-05-12 | 1 | -0/+44 |
|\ |
|
| * | Add unused_macro_rules lint definition | est31 | 2022-05-04 | 1 | -0/+44 |
* | | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | 2022-05-09 | 1 | -6/+5 |
|\ \ |
|