Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / rust-lang/gll issues and pull requests
#145 - Add notice that the repo is archived.
Pull Request -
State: open - Opened by ehuss 8 months ago
- 2 comments
#144 - Use SPDX license format and update links
Pull Request -
State: open - Opened by atouchet over 2 years ago
#143 - Document the %% operator
Pull Request -
State: closed - Opened by progval about 4 years ago
- 3 comments
#142 - Fixes for new errors from lints (rust_2018_idioms, ambiguous_associated_items).
Pull Request -
State: closed - Opened by eddyb over 4 years ago
- 1 comment
#141 - Basic proc-macro identifier vs keyword disambiguation.
Issue -
State: open - Opened by eddyb over 4 years ago
- 1 comment
#140 - Update dependencies
Pull Request -
State: open - Opened by pczarn about 5 years ago
- 1 comment
#140 - Update dependencies
Pull Request -
State: open - Opened by pczarn about 5 years ago
- 1 comment
#139 - Investigate the effects of depth-first scheduling on codegen.
Issue -
State: open - Opened by eddyb about 5 years ago
#139 - Investigate the effects of depth-first scheduling on codegen.
Issue -
State: open - Opened by eddyb about 5 years ago
#138 - generate: support nested records.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
- 1 comment
#137 - Encode traversal shapes in types and use minimal state for iteration.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
#137 - Encode traversal shapes in types and use minimal state for iteration.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
#136 - generate: track the newtype/struct-like variant distinction in RustAdt.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
#135 - Update grammer for Node<'i, P> -> Node<'i, G>.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
#134 - Update grammer for choice being encoded as an index.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
#133 - Update for grammer interning tree-like field structure.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
#132 - generate: don't pass a Context reference to closures that already capture one.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
- 1 comment
#132 - generate: don't pass a Context reference to closures that already capture one.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
- 1 comment
#131 - Update grammer for ParseError-related fixes.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
#131 - Update grammer for ParseError-related fixes.
Pull Request -
State: closed - Opened by eddyb about 5 years ago
#130 - what's gll?
Issue -
State: open - Opened by matthiaskrgr over 5 years ago
- 1 comment
#130 - what's gll?
Issue -
State: open - Opened by matthiaskrgr over 5 years ago
- 1 comment
#129 - Update for grammer not requiring &mut Context for interning.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#129 - Update for grammer not requiring &mut Context for interning.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#128 - Pseudo-"record" support for Rust.
Issue -
State: closed - Opened by eddyb over 5 years ago
Labels: enhancement
#127 - Update for grammer preserving field hierarchy.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#127 - Update for grammer preserving field hierarchy.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#126 - Redundant `X | X` rules are allowed and mismanaged.
Issue -
State: open - Opened by eddyb over 5 years ago
- 3 comments
Labels: bug
#126 - Redundant `X | X` rules are allowed and mismanaged.
Issue -
State: open - Opened by eddyb over 5 years ago
- 3 comments
Labels: bug
#125 - Improve printing of expected patterns in parse errors.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#125 - Improve printing of expected patterns in parse errors.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#124 - generate: don't take an unused `rules` in `parse_node_desc`.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#123 - Move everything non-GLL-specific to LykenSol/grammer.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#122 - generate: remove FnBox-like hack now that `Box<dyn FnOnce()>` works on stable.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#121 - generate: parse `X+ %% S` more like `X+ % S`.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#121 - generate: parse `X+ %% S` more like `X+ % S`.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#120 - generate: refactor the RuleMap.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
- 1 comment
#120 - generate: refactor the RuleMap.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
- 1 comment
#119 - Update for `grammer` using interning.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
- 1 comment
#118 - runtime: reset the result to the start of `B` in `A B`.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#117 - Migrate to indexing-str
Pull Request -
State: closed - Opened by CAD97 over 5 years ago
#116 - forest: query properties of `ParseNodeKind`s via a "grammar reflector".
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#115 - Split off parts of the `runtime` module into `input`, `forest` and `parser`.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
- 1 comment
#115 - Split off parts of the `runtime` module into `input`, `forest` and `parser`.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
- 1 comment
#114 - Introduce a less fragile Parser API.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#113 - Parse grammars with `proc_macro` tokens and remove "negative lookahead".
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#113 - Parse grammars with `proc_macro` tokens and remove "negative lookahead".
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#112 - Rename "sppf" to "forest" everywhere.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#112 - Rename "sppf" to "forest" everywhere.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#111 - Start moving out some parts into the new `grammer` crate.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#110 - Parse proc_macro tokens instead of strings
Issue -
State: closed - Opened by CAD97 over 5 years ago
- 4 comments
#109 - Add LIFETIME proc_macro builtin
Pull Request -
State: closed - Opened by CAD97 over 5 years ago
#108 - Remove ParseError.partial
Pull Request -
State: closed - Opened by CAD97 over 5 years ago
#107 - Don't use "state" for `Rule::Or` parse nodes, and store them separately in the ParseForest.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#106 - generate: make `Src::to_ugly_string` private, to discourage usage.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#105 - LIFETIME proc_macro mode token
Issue -
State: closed - Opened by CAD97 over 5 years ago
- 1 comment
#105 - LIFETIME proc_macro mode token
Issue -
State: closed - Opened by CAD97 over 5 years ago
- 1 comment
#104 - Forest Debug repr includes useless Span..Span
Issue -
State: closed - Opened by CAD97 over 5 years ago
- 1 comment
#104 - Forest Debug repr includes useless Span..Span
Issue -
State: closed - Opened by CAD97 over 5 years ago
- 1 comment
#103 - runtime: start recording failures when matching terminal patterns.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#103 - runtime: start recording failures when matching terminal patterns.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#102 - Remove pre-NLL hacks
Pull Request -
State: closed - Opened by Centril over 5 years ago
#101 - Migrate to Edition 2018
Pull Request -
State: closed - Opened by Centril over 5 years ago
#100 - Apply `#![deny(rust_2018_idioms]` to all crate roots
Pull Request -
State: closed - Opened by Centril over 5 years ago
#99 - Clippy fixes and others
Pull Request -
State: closed - Opened by Centril over 5 years ago
#98 - Elide impl header lifetimes where possible
Pull Request -
State: closed - Opened by Centril over 5 years ago
#97 - Fix C-future-compatibility problem
Pull Request -
State: closed - Opened by Centril over 5 years ago
#97 - Fix C-future-compatibility problem
Pull Request -
State: closed - Opened by Centril over 5 years ago
#96 - Enforce formatting
Pull Request -
State: closed - Opened by Centril over 5 years ago
#95 - Format everything
Pull Request -
State: closed - Opened by Centril over 5 years ago
#95 - Format everything
Pull Request -
State: closed - Opened by Centril over 5 years ago
#94 - Migrate to Rust 2018
Pull Request -
State: closed - Opened by Centril over 5 years ago
- 1 comment
#93 - Traversing larger forests quickly blows the stack
Issue -
State: open - Opened by CAD97 over 5 years ago
- 2 comments
#92 - grammar: replace Rc wrapper with std::rc::Rc.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#92 - grammar: replace Rc wrapper with std::rc::Rc.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#91 - Copy license files from Rust.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#90 - Produce an owned result from parsing.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
- 2 comments
#90 - Produce an owned result from parsing.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
- 2 comments
#89 - tests: ignore trailing commas in {:#?} output.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#88 - Tests are broken on nightly because of trailing commas.
Issue -
State: closed - Opened by eddyb over 5 years ago
#87 - proc_macro: reexport most of the proc-macro2 public API.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
- 2 comments
#86 - Fix Travis CI Badge url
Pull Request -
State: closed - Opened by lwshang over 5 years ago
#86 - Fix Travis CI Badge url
Pull Request -
State: closed - Opened by lwshang over 5 years ago
#85 - Travis CI badge points to wrong url
Issue -
State: closed - Opened by lwshang over 5 years ago
#85 - Travis CI badge points to wrong url
Issue -
State: closed - Opened by lwshang over 5 years ago
#84 - runtime: use renaming to better contain the `traverse` macro.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#84 - runtime: use renaming to better contain the `traverse` macro.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#83 - Add `keywords` and `readme` to Cargo.toml.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#82 - generate: switch to generating code using quasi-quoting.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
#81 - generate: switch to generating code using quasi-quoting.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
- 1 comment
#81 - generate: switch to generating code using quasi-quoting.
Pull Request -
State: closed - Opened by eddyb over 5 years ago
- 1 comment
#80 - Use wasm-{bindgen,pack} to make a steppable "debugger" for a generated parser.
Issue -
State: open - Opened by eddyb over 5 years ago
#79 - Enforce correctly-formatted code in CI.
Issue -
State: closed - Opened by eddyb over 5 years ago
- 6 comments
#78 - Fix some warnings
Pull Request -
State: closed - Opened by cramertj almost 6 years ago
- 1 comment
#77 - Parse %% repetition
Pull Request -
State: closed - Opened by CAD97 almost 6 years ago
- 19 comments
#77 - Parse %% repetition
Pull Request -
State: closed - Opened by CAD97 almost 6 years ago
- 19 comments
#76 - Port Cranelift's simplejit-demo to use the gll crate.
Issue -
State: open - Opened by eddyb almost 6 years ago
#75 - Benchmark against Logos.
Issue -
State: open - Opened by eddyb almost 6 years ago
#74 - change grammar to allow rules to start with `|`
Pull Request -
State: closed - Opened by qmx about 6 years ago
#73 - Generic AST interface for convenience.
Issue -
State: open - Opened by eddyb about 6 years ago
Labels: enhancement