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

API: Add sem::TyKind::implements_trait (Draft) A-api Area: Stable API C-enhancement Category: New feature or request
#340 opened Dec 18, 2023 by xFrednet Draft v0.6.0
Chore: Bump nightly -> 2023-12-28 C-enhancement Category: New feature or request S-waiting-on-nightly Status: An issue that is waiting on the next rustc nightly bump
#315 opened Nov 19, 2023 by xFrednet v0.6.0
[Feat]: Make cargo test --doc work with the lint crates to doc test examples A-marker-cargo Area: All things connected to `cargo_marker` C-enhancement Category: New feature or request
#303 opened Oct 22, 2023 by Veetaha
FnItem::ident() should return Ident instead of Option<Ident> C-enhancement Category: New feature or request I-api-break Issue: This change will break the public API
#302 opened Oct 22, 2023 by Veetaha
[Feat]: Provide a way to automatically fix lints with --fix flag A-marker-cargo Area: All things connected to `cargo_marker` C-enhancement Category: New feature or request
#296 opened Oct 19, 2023 by Veetaha
[Feat]: Add marker::unknown_lints lint for marker aware name handling 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 S-blocked Status: Blocked
#291 opened Oct 13, 2023 by xFrednet
[Feat]: Add a note in Marker's CLI if there is a newer version available A-marker-cargo Area: All things connected to `cargo_marker` C-enhancement Category: New feature or request E-good-first-issue Participation: Good for newcomers
#289 opened Oct 11, 2023 by xFrednet
[Feat]: Publish nightly pre-compiled binaries, make releases atomic A-infra Area: Infrastructure and CI magic :sparkles: C-discussion Category: Discussion / Design decision. See also rust-marker/design C-enhancement Category: New feature or request
#286 opened Oct 10, 2023 by Veetaha
[Feat]: Provide semantic item and type information for dependencies A-api Area: Stable API C-enhancement Category: New feature or request
#266 opened Oct 1, 2023 by xFrednet
[Feat]: Introduce a lock file for lint crates A-marker-cargo Area: All things connected to `cargo_marker` C-enhancement Category: New feature or request
#251 opened Sep 21, 2023 by Veetaha
Simplify lint crates build to a single cargo build invocation A-marker-cargo Area: All things connected to `cargo_marker` C-enhancement Category: New feature or request S-waiting-on-author Status: This is awaiting some action from the author.
#250 opened Sep 19, 2023 by Veetaha Draft
[Feat]: Add a method to get the parent node of a given node A-api Area: Stable API C-enhancement Category: New feature or request
#242 opened Sep 11, 2023 by xFrednet v0.6.0
[Feat]: cargo-marker should download the pre-compiled marker_rustc_driver binary from GitHub releases A-marker-cargo Area: All things connected to `cargo_marker` C-enhancement Category: New feature or request
#238 opened Sep 10, 2023 by Veetaha
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
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
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
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
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
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
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
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
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
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
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
ProTip! no:milestone will show everything without a milestone.