Ecosyste.ms: OpenCollective

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

github.com/pest-parser/pest

The Elegant Parser
https://github.com/pest-parser/pest

Added expressions.

41f5719515b1af54ef23e2533be237eacd029c8d authored almost 7 years ago
Added VM string unescaping.

165dcbe2a7444c5b57fedec993650b19755dc9f9 authored almost 7 years ago
Small grammar improvements.

50e90a40af2a66c6031bb95f2dbc2852e0b48160 authored almost 7 years ago
Simplified range AST node.

840f6de0f3a919524f85290c6003558f1a945f5b authored almost 7 years ago
Added README.md to VM.

5da502e1f3349306d1cad2df5de75913c0f340ea authored almost 7 years ago
Fixed build.

5ee68b443baabc2361fd4109d547004a8a010b67 authored almost 7 years ago
Fixed exponential grammar bug. Fixes #201.

acd3c44e117550846cfa518cf0e582bf18502626 authored almost 7 years ago
Removed useless lifetime constraint.

4bfd29de3000f0f810058b896ab9e0e73cc12303 authored almost 7 years ago
Added skip to VM.

6be0b92c81b32f9b68db7f53e08e98a239e3bb01 authored almost 7 years ago
Made small refactorings.

22ab34e6b06ac53400ca2d474e0d6ef283938c59 authored almost 7 years ago
Added VM.

f82f2d43cbf00bb829432517a5d38e32733020b3 authored almost 7 years ago
Merge pull request #199 from waywardmonkeys/clippy-needless-borrow

clippy: Fix needless borrow warnings.

a3757b50073191b7ca470be24462129bc0e31c68 authored almost 7 years ago
Merge pull request #200 from waywardmonkeys/fix-typos

Fix a couple of typos.

d3ad25d7016d467057d6d63a092466a01e206c09 authored almost 7 years ago
clippy: Fix needless borrow warnings.

These expressions borrow a reference that is immediately dereferenced
by the compiler.

50ba6ac61c30a59f8a5a8e7663f95cc1b103a2cf authored almost 7 years ago
Fix a couple of typos.

4458b1a9aea9352274b37ef53806b2301be1ea35 authored almost 7 years ago
Added eoi matching in parser_to.

96ffe726375b9f21552422c6ab344945ee3935b2 authored almost 7 years ago
Made eoi public.

03ccabdc31ac4d461227cde4c740da7fad623c6b authored almost 7 years ago
Merge pull request #159 from Victor-Savu/feature/meta

Extract the `parser` and `validator` from the `pest_derive` crate into `pest_meta`

ec9a98cede2f234ed0dbbdfd18dad44ea13c35fd authored almost 7 years ago
Added pest_meta to projects.

c5e533a52e15f53f2879ad984632375f989c6410 authored almost 7 years ago
Renames grammar file.

9b044a5207d2f703b5696c983879dec5bb5da599 authored almost 7 years ago
Improved formatting.

333c9d84a8c025b433344630d67effcd80b0d718 authored almost 7 years ago
Removed meta example, for now.

95c5e5f2e9d730ac945f639ac4a9e8dd8d637382 authored almost 7 years ago
Merge branch 'master' into feature/meta

205758823c6d46a930e6591e63aeb8de608febaf authored almost 7 years ago
Revert "Reference strings, idents and ranges in the AST nodes"

This reverts commit dae7e88855d30a93ff0942aa62de4454d4ae1225.

55f0098b3d6cb6a29cf4e548110082e9ba748176 authored almost 7 years ago
Added dead_code to any definition.

c73127849871cfcf4723b96535728c2a0e6c19fb authored almost 7 years ago
Added Position::skip_until.

ed5a013a3e48c7e24bdbd06c67b8dfd70e948309 authored almost 7 years ago
Reorganized project.

9ab460a9e9ee9388187af7abf575916cb2a82203 authored almost 7 years ago
Small fixes.

b303cf2471cf6342093316d6ff43f80756052dcd authored almost 7 years ago
Fixed rotater.

fda7948674ce246700d4f489fca176db776d83ce authored almost 7 years ago
Fixed Position::skip_until.

94fda46db91feef4c803c9b00dd134f1ae21b743 authored almost 7 years ago
Added skip optimization.

c6e6c649f740307ce903699f1cb7ddcf87b1a10c authored almost 7 years ago
Made small refomattings.

b2d15533d8314768851c782d6317791af316a94b authored almost 7 years ago
Reorganized optimizer.

fd026036faa2ca1f0494ed949a0d479d4be757b8 authored almost 7 years ago
Made small reformatting.

30937c918277dbe2922e9cd61a6343b4e7aa8975 authored almost 7 years ago
Replace internat str with [u8].

4107b8050d5def25c45501421b6f06723e49fb94 authored almost 7 years ago
Merge branch 'master' into feature/meta

03515ab15d527a088353ef0df54b3f1ec82e1395 authored almost 7 years ago
Merge pull request #194 from sphinxc0re/patch-1

Update json.pest

5a2f8cb3e51dbd6404a42b3f2eee3339be73284c authored almost 7 years ago
Update json.pest

c49870bcf75d25b01515b20cfc2a3b941ac655c9 authored almost 7 years ago
docs.rs is working again

Close #182

1d30e6d828e78135c64c713551f104bb40995fd5 authored almost 7 years ago
Fix failing tests

33195d79da69d33118f901b1515833f500849940 authored almost 7 years ago
Format according to review

4d0448b57c6a1ab508b801a47379dd4f84ed51a0 authored almost 7 years ago
Change pest_meta licence to MIT/Appache-2.0

4d7fe48ab4236902dbf8ab94ec2b94fdc05cf602 authored almost 7 years ago
Reference strings, idents and ranges in the AST nodes

dae7e88855d30a93ff0942aa62de4454d4ae1225 authored almost 7 years ago
Bootstrap pest parser using pest_derive v1.0.3

4a07821525fa09f15cb69f41c2001b00c2a70065 authored almost 7 years ago
Fixed README.md example. Fixes #191.

72da5b585760684e82e013a1aefd5c8b7783cbb0 authored almost 7 years ago
Fixed benchmark.

fc16305918a74252f33bca8d9f8963843ed4556c authored almost 7 years ago
Bootstrap the parser using an older `pest_derive`

f87b084f87db3fe51f01ae6ce6867848f35c1637 authored almost 7 years ago
Fix expected value of `missing_rhs` test

a390796da8fbb99453380b6f5ff12c4e66a24c2b authored almost 7 years ago
Qualify grammar errors

1f471b249cf6681b34f4b08a8474bf9147a852d4 authored almost 7 years ago
Merge branch 'master' into feature/meta

8729712ede343b699a9924d8d635d1a3d64a2e93 authored almost 7 years ago
Merge branch 'master' into feature/meta

076898ccd45b3358a49ee395d42f50d84d6f78a8 authored almost 7 years ago
Updated version.

420c3134d23c8ce658230b71d4208a3ecae02eaf authored almost 7 years ago
Fixed errors to handle multi-line spans.

Fixes #189.

a303279913208334de20bfd16714f59603186515 authored almost 7 years ago
Documented minimum Rust version. Fixes #187.

3c7d7109e8c7eac0a10f9526d74baa3c938b00a8 authored almost 7 years ago
Updated version.

18b405c4c82a68bef54573395af45dab0b2177a8 authored about 7 years ago
Merge pull request #183 from ignatenkobrain/master

Trivial improvements

1414ff20bb6dede6346f2ed56ac00daf4de2337d authored about 7 years ago
include LICENSE to sub-crates

Signed-off-by: Igor Gnatenko <[email protected]>

ea569bafa1872f9671f31973d748207ee6217384 authored about 7 years ago
Fixed documentation.

5b819ddf2d6715253361e0358150ede72ba6fbae authored about 7 years ago
Added a docs notice.

7c6c6d2b7f5e4758cad4a9b177487622d4d8b517 authored about 7 years ago
Merge pull request #181 from ignatenkobrain/master

pest_derive: update syn to 0.11

a4af1d4ea6970f0f89bfa02a295f86526491ed60 authored about 7 years ago
pest_derive: update syn to 0.11

Signed-off-by: Igor Gnatenko <[email protected]>

163e2c162a32a5605a2f74c7f700144c76a55f12 authored about 7 years ago
Updated README.md.

c116e9ea6a9239af45b0403e3187fedde22e7997 authored about 7 years ago
Updated version.

c7b28fa4bf4076f95e24e2c23d77f2e0df1b1ed7 authored about 7 years ago
Fixed REAMDE.md links.

ccbda4ed21de823f1064aebe274555f5499c3a42 authored about 7 years ago
Updated version.

333688cfeab9fff7f227065a9271842b5d986c3a authored about 7 years ago
Removed CHANGELOG.md.

59a55f15311472b944b2f9f0a572fc330230b9eb authored about 7 years ago
Added temporary coverage fix.

4fcad9580f881fd6bf3d109e9a806eb91a52ab95 authored about 7 years ago
Added badges.

c7416d2aa6a24efc4c56cc5cf578020243614e32 authored about 7 years ago
Changed license to MIT/Apache-2.0.

d6e7d7c04d18ab7fb16e730fc8429df6b00cd3f7 authored about 7 years ago
Reexported Position and Span.

1b0c2536ef8e9ea680258ccda6322ed4d9df555f authored about 7 years ago
Added rustfmt. Fixes #148.

ff1b59b12ed77eb1de5500ff1531e8fbe491daa3 authored about 7 years ago
Updated version.

03a9bd23240588e95ecb2d0d33456a89cde3f69d authored about 7 years ago
Made rule inlining optional.

Automtic inlining leads to a problematic increase in compile times
which lead to this solution.

88b69d18aa5ec72915b4b4e17b1bbeddc434435f authored about 7 years ago
Updated version.

fe373ba0bd2aac480a44ea3d2ba521c5a43817aa authored about 7 years ago
Updated results.svg.

9d2b5fe3fcf1278727a64aa67e9d4a7b25eb9499 authored about 7 years ago
Fixed a myriad of small issues.

b90d92c675ee907b620009d27e3a84d5998cad3c authored about 7 years ago
Inlined rules.

As a stopgap solution, all rules are now inlined. This will
increase compile times (and binary s...

2f66b1d4489db834406083473e296750edba2210 authored about 7 years ago
Added RepMin to validate_repetition.

eef1230885915316a8acc4ec84084467ea4bf428 authored about 7 years ago
Renamed closure.

431113ee0614067c5ff561645f6faeb730c3f4e2 authored about 7 years ago
Merge remote-tracking branch 'scowcron/master'

ac6335015cda488c88dc61c837aae328022a3bcb authored about 7 years ago
Forced inlining of generated closures.

This fixes a performance regression due to the increase in size of
the Position structure. This ...

8e27ff8fbbb1f48854c3f60e1128b9593686f196 authored about 7 years ago
Prepped for Rust 1.23.

4ae69f240130334ac49cad7ea956bb293fddb0b0 authored about 7 years ago
Merge remote-tracking branch 'kivikakk/lifetimes'

ae96878fa4ef84530ec1e3d222e088938adb7e4b authored about 7 years ago
Updated version.

2c6711f51594af4b6f4b07a1cf08421b9f34b037 authored about 7 years ago
Fixed comment/whitespace non-atomicity bug.

1dd19abada9c321d0960edb89077fbfa7cfc94b0 authored about 7 years ago
Removed trace of old keyword check.

61c1c8981ca18c611bfa94b73893ae52602c5af1 authored about 7 years ago
cleanup

791e93001faee00d87dd92afcafb0c157554343f authored about 7 years ago
Remove unneeded PhantomData

665f75e593257297a5c0841bf0d030463e600765 authored about 7 years ago
Compatible with current stable; codecov

ba40a09ea4c3a62cae95287318b51313eafbf7da authored about 7 years ago
Refactor StrInput out entirely

eb75d3685039362f9687ac5930284886d1d59843 authored about 7 years ago
remove Input trait entirely

a71f15ed9df9049d7dc30eb5f6c317d4193676d5 authored about 7 years ago
add test re: slice lifetime

05a027fd8046af6877968cb019e1ff7a5b56ee2e authored about 7 years ago
Compile on non-nightly too

Whoops: https://users.rust-lang.org/t/psa-dealing-with-warning-unused-import-std-ascii-asciiext-...

956f2be8bc1fc75d3f532a7a142586745c153fb3 authored about 7 years ago
Drop StringInput and FileInput

1382f4b164fa97e9199df819c923e347008e04d4 authored about 7 years ago
Refs into StrInput<'i> are bound by &'i

7a1308655fe588bbe5eb8e79c5ea628196a7fc15 authored about 7 years ago
Added ui_gen to projects.

07fa9b29e7dcedb6120e575087157fafa09f45f3 authored about 7 years ago
Added Huia to projects.

28a45d7b00461cc99ed83618c8ddd3fcc43b1839 authored about 7 years ago
Refactored Position::repeat.

032fee6456e39abe8022149e4680c09177fe0039 authored about 7 years ago
Merge pull request #173 from kivikakk/local-svgs

Refer directly to SVGs in repo

979f71e51f051fa6f1850ab4fc768f0ef9916b7e authored about 7 years ago
Refer directly to SVGs in repo

805cf4cd99b4bac99b5177cc2437e31eaf161eeb authored about 7 years ago