Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f7dce94
Rust target implementation
rrevenantt Dec 23, 2019
0d67be1
Rust target, named alternatives/childs
rrevenantt Jan 7, 2020
35ec1d5
Almost full Rust target support,
rrevenantt Jan 20, 2020
1fd4dce
Rust target implementation
rrevenantt Dec 23, 2019
2dd549b
All Rust target tests passing, added CI, and target related docs
rrevenantt Feb 4, 2020
7639cd7
Squashed 'runtime/Rust/' content from commit a886983fb
rrevenantt Feb 4, 2020
8872e8a
Cleanup
rrevenantt Feb 10, 2020
0421e14
Squashed 'runtime/Rust/' changes from a886983fb..123c30649
rrevenantt Feb 10, 2020
3adb414
fix testsuite, some cleanup
rrevenantt Feb 10, 2020
a3b9381
Merge commit '7b3bbf3062523e561ea3f5d55ecd741d9346c1f8' as 'runtime/R…
rrevenantt Feb 12, 2020
7b3bbf3
Squashed 'runtime/Rust/' content from commit 307b806d9
rrevenantt Feb 12, 2020
f3d3b50
fix testsuite, some cleanup
rrevenantt Feb 12, 2020
6757d95
Merge commit '4abd471b223a31dc1cff09026c2285eddb42cc53' into rust-target
rrevenantt Feb 14, 2020
4abd471
Squashed 'runtime/Rust/' changes from 307b806d9..a44046d9e
rrevenantt Feb 14, 2020
dbb65c8
add CI and CD
rrevenantt Feb 14, 2020
cb61636
add CI and CD
rrevenantt Feb 15, 2020
ac8c48f
minor fix
rrevenantt Feb 17, 2020
d223e65
Squashed 'runtime/Rust/' changes from a44046d9e..b94028f34
rrevenantt Feb 17, 2020
61961d0
Merge latest rust target
rrevenantt Feb 17, 2020
f5e1e08
Merge commit '4ddbac38dc1fae79692a977f495405cd037326c6' into rust-target
rrevenantt Feb 19, 2020
4ddbac3
Squashed 'runtime/Rust/' changes from b94028f34..13d5a35cd
rrevenantt Feb 19, 2020
9a18cf7
rust target v0.2, visitor, zero-copy, custom tokens
rrevenantt Sep 23, 2020
c6f2c55
Merge rust runtime
rrevenantt Sep 23, 2020
fe6f621
Squashed 'runtime/Rust/' changes from 13d5a35cd..f8beaf8b6
rrevenantt Sep 23, 2020
809bc8d
update CI
rrevenantt Sep 23, 2020
98540ed
added proper downcasting, more generic input and error strategy, fixe…
rrevenantt Oct 25, 2020
a0696ab
Merge commit 'b30fd94c97fa84eee77125238baeb2bc3b2b22b6' into rust-target
rrevenantt Oct 25, 2020
b30fd94
Squashed 'runtime/Rust/' changes from f8beaf8b6..73e3450fe
rrevenantt Oct 25, 2020
0bce707
fixed cargo flags for CI
rrevenantt Oct 25, 2020
82744ed
Rust target: support arbitrary visitor lifetime
rrevenantt Nov 8, 2020
0a2b951
Squashed 'runtime/Rust/' changes from 73e3450fe..bc5460134
rrevenantt Nov 8, 2020
e56a258
Merge commit '0a2b951885c1f4461616aecde483a575a7ec7fdd' into rust-target
rrevenantt Nov 8, 2020
e7f560a
Update CI Rust version
rrevenantt Nov 8, 2020
c09ba6c
refactorings for 0.2 release, fix for separate file lexer and parser
rrevenantt Jan 1, 2021
c90939a
move rust target to submodule
rrevenantt Jan 1, 2021
e157622
support 32bit platforms for Rust target
rrevenantt Jul 5, 2022
0b4a037
Use our antlr4rust fork; fixup pom.xml for lsp
sadboy Feb 4, 2024
c8ddd06
Update version and Rust backend
sadboy Feb 6, 2024
b8179d2
Import Rust target runtime.
sadboy Feb 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target/
# ... but not code generation targets
!tool/src/org/antlr/v4/codegen/target/

# Node.js (npm and typings) cached dependencies
# Node.js (npm and typings) cached dependencies
node_modules/
typings/

Expand Down
Loading