Skip to content

Issues: rust-marker/marker

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Add panic hook for lint passes A-marker-adapter Area: Adapter E-help-wanted Participation: Issues with some complexity and where help would be highly appreciated I-unsound Issue: A part of the linter API that's unsound or uses undefined behavior
#10 opened Apr 29, 2022 by xFrednet
Add CI with -Z randomize-layout A-infra Area: Infrastructure and CI magic :sparkles: C-enhancement Category: New feature or request
#28 opened Aug 2, 2022 by xFrednet
General discussion about rust-analyzer as a driver D-rust-analyzer Driver: Rust analyzer as a driver
#32 opened Aug 8, 2022 by HKalbasi
FFI related paper cuts in driver ↔ lint-crate communication A-driver Area: Driver or something related to the internal working of a driver. C-tracking-issue Category: Tracking issue I-unsound Issue: A part of the linter API that's unsound or uses undefined behavior
#37 opened Sep 2, 2022 by xFrednet
5 of 7 tasks
Maybe swap lifetime location for *Kind enums A-api Area: Stable API A-driver Area: Driver or something related to the internal working of a driver. E-help-wanted Participation: Issues with some complexity and where help would be highly appreciated
#43 opened Oct 9, 2022 by xFrednet
Add stable attribute representation A-api Area: Stable API
#51 opened Nov 10, 2022 by xFrednet
1 task
Update cargo-marker and other CLI to enable general use A-marker-cargo Area: All things connected to `cargo_marker` C-tracking-issue Category: Tracking issue D-rustc-driver Driver: Rustc Driver
#60 opened Nov 24, 2022 by xFrednet
11 of 14 tasks
Add option to add lint configurations A-api Area: Stable API A-marker-adapter Area: Adapter C-enhancement Category: New feature or request
#88 opened Jan 11, 2023 by xFrednet
Add a lint list, to display the documentation for installed lints A-marker-cargo Area: All things connected to `cargo_marker` C-enhancement Category: New feature or request
#89 opened Jan 11, 2023 by xFrednet
Remove usage of DUMMY_SP in rustc's driver A-driver Area: Driver or something related to the internal working of a driver. C-bug Category: Something isn't working D-rustc-driver Driver: Rustc Driver
#94 opened Jan 14, 2023 by xFrednet
2 tasks
Optimize API type layouts and add size tests A-api Area: Stable API C-enhancement Category: New feature or request E-good-first-issue Participation: Good for newcomers
#113 opened Feb 12, 2023 by xFrednet
Automatically generate Context boilerplate for driver callbacks A-infra Area: Infrastructure and CI magic :sparkles: C-enhancement Category: New feature or request E-help-wanted Participation: Issues with some complexity and where help would be highly appreciated
#122 opened Mar 8, 2023 by xFrednet
API: Add a method to check if a semantic type implements a trait A-api Area: Stable API C-enhancement Category: New feature or request
#141 opened Jun 16, 2023 by xFrednet v0.6.0
Avoid linting in macros, if MacroReport is set in declare_lint A-driver Area: Driver or something related to the internal working of a driver. A-marker-adapter Area: Adapter C-enhancement Category: New feature or request E-help-wanted Participation: Issues with some complexity and where help would be highly appreciated
#149 opened Jun 24, 2023 by xFrednet
Describe the difference of this project with dylint C-documentation Category: Improvements or additions to documentation
#177 opened Jul 15, 2023 by Veetaha
API: Add a representation for constant values (for semantic nodes) A-api Area: Stable API C-enhancement Category: New feature or request
#179 opened Jul 16, 2023 by xFrednet
API, Rustc: Support foreign types A-driver Area: Driver or something related to the internal working of a driver. D-rustc-driver Driver: Rustc Driver
#182 opened Jul 16, 2023 by xFrednet
List of crates Marker could check successfully (Without a panic or warning) C-documentation Category: Improvements or additions to documentation
#198 opened Jul 26, 2023 by xFrednet
Document snapshot-testing in Marker's codebase A-infra Area: Infrastructure and CI magic :sparkles: C-documentation Category: Improvements or additions to documentation
#202 opened Jul 26, 2023 by xFrednet
Allow the user to specify the used target directory manually A-marker-cargo Area: All things connected to `cargo_marker` C-enhancement Category: New feature or request
#205 opened Jul 28, 2023 by xFrednet
Allow the user to specify the used driver A-marker-cargo Area: All things connected to `cargo_marker` C-enhancement Category: New feature or request
#206 opened Jul 28, 2023 by xFrednet
Lint: Check that every crate contains at most one export_lint_pass! call A-marker-lints Area: Lints for the marker API (marker_lints crate) C-enhancement Category: New feature or request E-good-first-issue Participation: Good for newcomers
#207 opened Jul 31, 2023 by xFrednet
Rustc: Inferred lifetimes are missing from SynGenericArgs A-driver Area: Driver or something related to the internal working of a driver. C-bug Category: Something isn't working D-rustc-driver Driver: Rustc Driver
#208 opened Jul 31, 2023 by xFrednet v0.6.0
Make it possible to use marker_uilints with cargo-nextest A-infra Area: Infrastructure and CI magic :sparkles: A-tests Area: Tests, this includes the testing framework and existing tests C-enhancement Category: New feature or request
#221 opened Aug 19, 2023 by Veetaha
Validate that the lint crate uses a compatible marker_api version A-driver Area: Driver or something related to the internal working of a driver. A-marker-adapter Area: Adapter C-discussion Category: Discussion / Design decision. See also rust-marker/design
#225 opened Aug 22, 2023 by Veetaha
ProTip! Adding no:label will show everything without a label.