issues
search
rust-marker
/
marker
An experimental linting interface for Rust. Let's make custom lints a reality
https://rust-marker.github.io/marker/
Other
144
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Chore: Bump nightly -> 2023-12-28
#345
xFrednet
closed
10 months ago
2
Release v0.5
#344
xFrednet
closed
11 months ago
0
Chore: Update changelog for v0.5
#343
xFrednet
closed
11 months ago
0
Chore: Update Deps and increase MSRV to 1.70
#342
xFrednet
closed
11 months ago
1
Action: Run cargo marker with `--all-targets --all-features [--locked]` in GitHub action
#341
Veetaha
closed
11 months ago
0
API: Add `sem::TyKind::implements_trait` (Draft)
#340
xFrednet
opened
11 months ago
0
Fix a small bug in bash
#339
Veetaha
closed
11 months ago
0
[Panic]: unreachable
#338
matthiaskrgr
opened
11 months ago
2
[Panic]: no type for local variable
#337
matthiaskrgr
opened
11 months ago
0
[Panic]: None / expected fulfillment errors
#336
matthiaskrgr
opened
11 months ago
0
[Panic]: `this should be a literal expression Expr {`
#335
matthiaskrgr
opened
11 months ago
0
[Panic]: not implemented: lifetimes?
#334
matthiaskrgr
opened
11 months ago
0
[Panic]: unimplemented: type aliases / assoc type bounds
#333
matthiaskrgr
opened
11 months ago
0
[Panic]: assertion failed: 4 == 3
#332
matthiaskrgr
opened
11 months ago
0
[Panic]: `&MarkerConverterInner::lang_item_map` doesn't contain `TryTraitFromOutput
#331
matthiaskrgr
opened
11 months ago
0
[Panic]: broken on_unimplemented "{float}{_Self}{crate_local}{Trait}{ItemContext}" for <() as Baz>: no argument matching "crate_local
#330
matthiaskrgr
opened
11 months ago
0
Book: Use `--lints` instead of `--lint`
#329
xFrednet
closed
11 months ago
0
Release: Take important changes from `hotfix/0.4`
#328
xFrednet
closed
11 months ago
0
CI: Run CI on `hotfix/*` branches
#327
xFrednet
closed
11 months ago
0
Rustc: Simplify `--sysroot` code after `rust#103660` and prepare `0.4.3-rc`
#326
xFrednet
closed
11 months ago
1
Rustc: Simplify `--sysroot` code after `rust#103660`
#325
xFrednet
closed
11 months ago
2
[Bug]: `cargo uitest` fails with `[E0463]: can't find crate for std`
#324
tigerros
closed
11 months ago
11
CI: Add `--execute` flag to `cargo release`
#323
Veetaha
closed
12 months ago
0
API: Add impl `From<*>` for `sem::TyKind` and correct some names of semantic types
#322
xFrednet
closed
12 months ago
1
Remove params that aren't supported by `cargo release publish`
#321
Veetaha
closed
12 months ago
5
Disable buggy LTO
#320
Veetaha
closed
12 months ago
5
Cargo: Fix compiling driver from sources outside of the marker repo on Windows
#319
Veetaha
closed
12 months ago
4
[Bug]: `cargo marker setup --auto-install-toolchain` fails with E0554 `#[feature]` on stable channel
#318
xFrednet
closed
12 months ago
14
Fix marker_rustc_driver build ARM just one more time
#317
Veetaha
closed
1 year ago
1
Doc: Remove resolved limitiation after `v0.4`
#316
xFrednet
closed
1 year ago
0
Chore: Bump nightly -> 2023-12-28
#315
xFrednet
opened
1 year ago
0
Chore: Bump nightly -> 2023-11-16
#314
xFrednet
closed
1 year ago
0
Fix qemu setup using too new curl options
#313
Veetaha
closed
1 year ago
0
CI: Use `--force` to push release commits and tags
#312
xFrednet
closed
1 year ago
0
CI: Try explicit `git fetch` for releases
#311
xFrednet
closed
1 year ago
0
Doc: Update changelog for `v0.4.0`
#310
xFrednet
closed
1 year ago
0
API: Rename `CallExpr::operand` -> `CallExpr::func`; `*::pattern` -> `*::pat`
#309
xFrednet
closed
1 year ago
1
Improve retries in the installation scripts
#308
Veetaha
closed
1 year ago
1
RFC: Lock file RFC
#307
Veetaha
closed
10 months ago
4
API: Use a `ModItem` as the root of a crate
#306
xFrednet
closed
1 year ago
0
[Feat]: Add a method to check if type implements a trait
#305
Veetaha
closed
1 year ago
2
Run doc tests for binaries on CI
#304
Veetaha
closed
1 year ago
0
[Feat]: Make `cargo test --doc` work with the lint crates to doc test examples
#303
Veetaha
opened
1 year ago
2
`FnItem::ident()` should return `Ident` instead of `Option<Ident>`
#302
Veetaha
opened
1 year ago
0
[Bug]: Maker panics if the trait from `std` is requested via `ctx.ast().item()`
#301
Veetaha
opened
1 year ago
2
[Bug]: Marker panics when the item identifier from macro expansion is debug-printed.
#300
Veetaha
opened
1 year ago
0
Fix archive layout for marker_rustc_driver on ARM
#299
Veetaha
closed
1 year ago
3
[Bug]: `marker_uitest` doesn't work in a workspace with rust-toolchain.toml file that uses `1.71`
#298
Veetaha
opened
1 year ago
1
Use consistent naming `fn pat()` vs `fn pattern()`
#297
Veetaha
closed
1 year ago
0
[Feat]: Provide a way to automatically fix lints with `--fix` flag
#296
Veetaha
opened
1 year ago
2
Next