Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/rslint/rslint

A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate
https://github.com/rslint/rslint

Chore: update rslint_core changelog

d1bd8e27e7320db3dc81e15e4156ae389e3276cf authored over 4 years ago by RDambrosio016 <[email protected]>
rslint_core v0.1.1

e9c171fd66347a2202ef329ba7df091efaa27ac6 authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: fix ASI for right curly braces

833659109109e3c6974224054741be7497a2e5f1 authored over 4 years ago by RDambrosio016 <[email protected]>
Merge remote-tracking branch 'origin/master'

ebc2ed89ec23701346129e280199423eea4c7ab6 authored over 4 years ago by RDambrosio016 <[email protected]>
rslint_cli 0.1.1

fc25fa30a194d42dcd9ba0302afc6317a0dab872 authored over 4 years ago by RDambrosio016 <[email protected]>
Docs: add note about `cargo install`

7824f1cbe61ab5aa3859d8c879fca2109f63bb06 authored over 4 years ago by RDambrosio <[email protected]>
Chore: missed formatting

5af95d9c9d30a0a9cb18cf6a7471e4d74bffaea7 authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: various parser bug fixes (rslint_parser v0.1.1)

400910d2d28a76ba7c2a026d128659a1248e6366 authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: update rslint_lexer changelog

07059b117a3af86bb63bc00749e422cc1f406aba authored over 4 years ago by RDambrosio016 <[email protected]>
rslint_lexer v0.1.1

50de0446ab4a6ec13c8e8d73af82ec3587f3d7ef authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: fix lexer fuzz failure

0863631933b393410ff3ff24502fee1a62a92b29 authored over 4 years ago by RDambrosio016 <[email protected]>
Merge remote-tracking branch 'origin/master'

90977f8a2a60079a9f8a2cf1e1540510f9b037ae authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: update link to repo

b97535f7bf561b3de2fd3fc91b6d65dbce11a00f authored over 4 years ago by RDambrosio016 <[email protected]>
Docs: fix docs of no-extra-boolean-cast (#22)

* Fix docs of no-extra-boolean-cast

* Run docgen

cb08289ada33de13aad9024593228ce4ff1c5cd1 authored over 4 years ago by Stu <[email protected]>
Refactor: collapse if statement in docgen extract

0ea4b6ef03504649df7d164cf90f864f10618fbd authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: docgen should not override rule tests matches

48aef74e10fce3efde30a96cf98840fc2dce632e authored over 4 years ago by RDambrosio016 <[email protected]>
Update README.md

99222ac9ba2169927bb2dc3b623aa24e744d31ab authored over 4 years ago by RDambrosio <[email protected]>
Chore: remove useless submodule

441ef8094f4861f0b85d6ee74a8313a3f619f6e1 authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: commit changes to deps to cargo.lock

3672bef0b8d61143de40fc85f861a2a2ab6660a2 authored over 4 years ago by RDambrosio016 <[email protected]>
Docs: fix intra doc link to rowan

cc33a75eafab1669748d597d6fcc3e1bb979aeef authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: switch to rslint_rowan as a rowan fork

376c0e7f773ef7feb0acbd5e12eae04f67e2fba2 authored over 4 years ago by RDambrosio016 <[email protected]>
v0.1

eb4dee150fb6018cf5a97b3e8844a38c2c75339c authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: add changelogs to crates

a40305eb454ab06852671d7fd10f232af7aa22aa authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: add description, repository, and license fields to cargo configs

166de387e85c8336e6711dea15d883d29f5cd9ee authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add use-isnan (#13)

* Feat: add use-isnan

* Docs: enforce_for_switch is actually true by default

* Fix: add ex...

79da8aa8dbbdd5e5ac075e17e06e62fc4d7a36b9 authored over 4 years ago by RDambrosio <[email protected]>
Fix: fix infinite recursion in arg list (#17)

* Fix infinite recursion while parsing arg list

* Add test for infinite recursion

* Add re...

d8e996249550faaac5c88dcc14a83b64a0fded61 authored over 4 years ago by Stu <[email protected]>
Fix: push uncommitted parser fix

46863c7d24771aca10e26ae1c11035c068e9b3b2 authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: remove numbers from parser tests

dee169a77f9ef5c30d5880296f7f4035a0a60650 authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: no-inner-declarations should accept EXPORT_DECL as a parent

970df0382be6d03024489fc888cef2cc29244a5c authored over 4 years ago by RDambrosio016 <[email protected]>
Merge remote-tracking branch 'origin/dev' into dev

9e1c121cc3399596bda73bdd322af7499b48324d authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: don't lint the descendants of ERROR nodes

83f32a0324ac85fc8b95aee3b554f7590cfe412c authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-extra-boolean-cast (#15)

* Start implement no-extra-boolean-cast

* Clean up no-extra-boolean-cast

* Fix clippy

*...

673e40005f2e3331cb30cc92c73eeddd32b4b362 authored over 4 years ago by Stu <[email protected]>
Feat: add the ability to make tests with different names

8c09d0aa598473b5b2ca6c3d8077567a4cbe44c3 authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: use v0.9.5 of codespan instead of prerelease

f9b533c0ce350a3f58f8f1dd8c46c9919b94604c authored over 4 years ago by RDambrosio016 <[email protected]>
Revert "Merge remote-tracking branch 'origin/dev' into dev"

This reverts commit d01a89db58675c45669c5cc43d4f90e7120e4eb7.

758f62818c2ffcf83abccaabfea665e4d12917af authored over 4 years ago by RDambrosio016 <[email protected]>
Merge remote-tracking branch 'origin/dev' into dev

d01a89db58675c45669c5cc43d4f90e7120e4eb7 authored over 4 years ago by RDambrosio016 <[email protected]>
Revert "Feat: add incremental reparsing and incremental relinting and watching"

This reverts commit 30e68026699f1904b822083be893011d86e32e1e.

ac4ce815682cf83f0b01162d5b45004903b2c3a4 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add incremental reparsing and incremental relinting and watching

30e68026699f1904b822083be893011d86e32e1e authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: fix incorrect fuzz failure fix

7f46e2a52f9f212720de8eb4568070e6bf7bb4d3 authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: fix lexer fuzz failure

b53693e6e9a75a620deea7760de5ba20faed2d33 authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: make a general Span trait instead of taking into Range<usize>

7d689f19aa8483714eed1c45bb0196cb04360417 authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: fix typo in bug report template

dbf2a2c50252822d0282977a00ad8f64cdee3853 authored over 4 years ago by RDambrosio <[email protected]>
Feat: add valid-typeof (#8)

* Add valid-typeof lint

* Only check comparisons in valid-tyepof

* Implement requested cha...

ca570973a74d59845937818856154e05812fa883 authored over 4 years ago by Stu <[email protected]>
Fix: fix more lexer fuzz failures and add timeout

abd8928726525c641dd41b74c5cdce0a3f54b248 authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: add .gitattributes for line endings

4e36e8b7b282d38436e37ec3ea844183a311bc9d authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: fix more lexer fuzz failures and remove debug println

01ba71a5ddae0b433e12b4d96bc05b63f4871435 authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: fix more clippy lints and fix lexer fuzz failure

b8cb3f1b6e3367471d6a04329d9ed94648e36727 authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: fix clippy lints and remove scope crate (has been rewritten since)

f95dbb87ba60327d0bd185d9013db14669dd346c authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: set `debug=0` for debug builds since debug info is not used

382b11610f18aa37b42310675476a08faadf3448 authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: fix lexer and parser tests and temporarily remove incorrect methods

cb2ef76193cc2d837f4537165f412b04f6234bef authored over 4 years ago by RDambrosio016 <[email protected]>
Merge branch 'pr/10' into dev

1bdb18db48b18b6d8189859c404ab1eaee9aacc7 authored over 4 years ago by RDambrosio016 <[email protected]>
Refactor: make getter-return be consistent with others (#11)

* Refactor: use `ast::*`

* Refactor: call `text()` of ASTNode

* Refactor: make error messa...

4cfb823682d4fef4e08ad831802b465c262fc774 authored over 4 years ago by Yusuke Tanaka <[email protected]>
Feat: add no-setter-return (#9)

* Feat: implement `no-setter-return` rule

* Docs: add `no-setter-return` doc

* Fix: allow ...

266fa4d1f8cf34b76f2f26a9089e652218b7a9ee authored over 4 years ago by Yusuke Tanaka <[email protected]>
Removed --no-default-feature flags

c5dc4064de5c6c8568c53c8a16c3cf4cbe196f1f authored over 4 years ago by Chase Wilson <[email protected]>
Improved CI

92cdb53c15310f3296c892ecfb64ce33767fe8fa authored over 4 years ago by Chase Wilson <[email protected]>
Ran rustfmt on everything

32554b0a98664dcb9a4061cc78753d28036459c0 authored over 4 years ago by Chase Wilson <[email protected]>
Linted the linter

353837c975b5979bdf28d8527630fbf6867721c1 authored over 4 years ago by Chase Wilson <[email protected]>
Fix: account for legacy octal literals and add tests for number parsing

6e54c8208ad53d172dcb5095646c82040b7d8976 authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: account for uppercase literals in parse_js_num, fixes #7

82cd3c1caef90285fd1bd66deff3ec490b2ee7dd authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: allow `cons` to work if there is no else block (#6)

86eaf953c75ba14ebcf4abe760f5e1246cc6418e authored over 4 years ago by Yusuke Tanaka <[email protected]>
Chore: replace panic hook link with issue template link and fix typo

6cccf994bd4bddb40b2a5496542b2abae6c8b975 authored over 4 years ago by RDambrosio016 <[email protected]>
Update issue templates

1548701ab7936fcb1712a212d309be9cd1d21a48 authored over 4 years ago by RDambrosio <[email protected]>
Add issue templates

1081043e7f590ce03b4cc70d722d21b2f4f6cebf authored over 4 years ago by RDambrosio <[email protected]>
Fix: commit missing util method

fcba9fb102db327920d8a3e28dd4481624ca1afb authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-unexpected-multiline and fix template literal bug

cc21597f7015f1096c75ae13adcf78a9afd21100 authored over 4 years ago by RDambrosio016 <[email protected]>
Chore: allow macros to deal with trailing commas (#5)

b77dc6e58371cd63c94dc6e084cae137fb68a82c authored over 4 years ago by Yusuke Tanaka <[email protected]>
Refactor: use already created iterator instead of making new one

5bf609fd79fd639687a2dd19db98d67a544a487b authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-sparse-arrays and remove useless import

1ee5e39eb56fc8a7a2552f99e4497fc64b68cdfd authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: remove node added by accident

8c8a5ccb987d235de898db4710dca432abbc3ae3 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-prototype-builtins and use NAME_REF for Expr

76093da22739549b38a72a950ca383da48cf9f5c authored over 4 years ago by RDambrosio016 <[email protected]>
Merge remote-tracking branch 'origin/dev' into dev

3e9d238903359c92ae0dbc1f54affd218804deb5 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: use SIMD for no-irregular-whitespace on x86/avx2

cd9bb4b45a080c170503d1ecb583271162426a29 authored over 4 years ago by RDambrosio016 <[email protected]>
Docs: Add `no-await-in-loop` doc (#3)

* Docs: Add `no-await-in-loop` doc

* Docs: Fix grammatical mistakes

9dd5bcec038bb1ccef1c7118299d9b4527474023 authored over 4 years ago by Yusuke Tanaka <[email protected]>
fix: apply config precedence correctly

9bd9c42e1b3b227b4dd4fc26f6b7005c27b07952 authored over 4 years ago by RDambrosio016 <[email protected]>
fix: grammar and use implicit return

3c6a216b2c56a1f307a2bd63f7f99fa1119f0c95 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-irregular-whitespace

854ad88dc7c30317aa1715d1432a39a9bf18ee51 authored over 4 years ago by RDambrosio016 <[email protected]>
feat: emit friendlier error message for unexpected tokens

208076795c6b34c36167472d66cb0d49884be8c3 authored over 4 years ago by RDambrosio016 <[email protected]>
fix: rule and parser bug fixes

39ee772f5475a79149431fc7b5b19704b8d95b89 authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: Parser bug fixes and statement tests

70dc6b45fdc878ddb851f8b5b154e21a7049e150 authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: fix directives to apply to nodes correctly

8283f5c4413565e5c43673a45dc5b23d8567f04b authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: Initial inline parser tests and bug fixes

c1104538d9f63134fcd3aa7cdee7da85d52c84e8 authored over 4 years ago by RDambrosio016 <[email protected]>
fix: parser should make an error node, not simply consume error token

a45085d5fd4fb63f033722edbd1019175dde9080 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: no-inner-declarations and parser bug fix

b3cea31cf063d49c6591de6a0f06fe3dc083550d authored over 4 years ago by RDambrosio016 <[email protected]>
Fix: remove debugging printlns

1baaf92cda004af20b1759d0ad3b479bc2fd6f37 authored over 4 years ago by RDambrosio016 <[email protected]>
fix: typo

a3ea490e62f21d0a41bb6c8f14b496e4223f185a authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: comment directives and some bug fixes

f68eff530cb0af69aea70d6b0de3257301dad7e0 authored over 4 years ago by RDambrosio016 <[email protected]>
Docs: use ```rust not ```rs

9055f6fb2960f14442574e9f4d82779a0d1d2652 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add dev docs and no-extra-semi

8951217f21df84629f1d3ff2cf6d3127434d3b53 authored over 4 years ago by RDambrosio016 <[email protected]>
Docs: how do you miss the name of the config file you dummy

48e814f851015045d66068ac8df13c4e6b5173a5 authored over 4 years ago by RDambrosio016 <[email protected]>
Docs: remove useless README part

23bc5b331dd8a2a5f3fa0611a81d90045eca6a14 authored over 4 years ago by RDambrosio016 <[email protected]>
Docs: update README and add config docs.

8dee2d36fb23a010b79bd0ceec1739464cf5c58b authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: basic config and parser bug fixes

03a26cd9a35145ada1fa018f9d0da7ea5a899b04 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-empty

d1549dceb1429e9fe54979b7a4d48064445a9ff5 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-duplicate-cases

5243959621ab8e79532053dde4b276b88d450a6c authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-dupe-keys

055361e0e35681922c716874e40a28ac955a4b41 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-debugger

e50204c6afd0ec940254c4ec8f0e26abdddcc736 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: include link to full docs in explain command

130fd513a9cc705ae046cb3af6fd2eb23fbbd47c authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: for-direction and number parsing

ea1930b29ffbfc4c655f6db5030495fc312c0583 authored over 4 years ago by RDambrosio016 <[email protected]>
Feat: add no-constant-condition and parser bug fixes

62a530c05b5515d6a9a1132de1572312361f556f authored over 4 years ago by RDambrosio016 <[email protected]>
docs: fix couple of doc comments

562fec45bc5c9dc67c315db65e1395dc69d14920 authored over 4 years ago by RDambrosio016 <[email protected]>