71 Commits

Author SHA1 Message Date
Markus Westerlind
62c6fd4aaf Bump version to 0.15.2 2018-04-29 13:22:30 +02:00
Markus Westerlind
f1258b2b44 chore: Remove the unused lalrpop-intern crate 2018-04-29 13:22:04 +02:00
Markus Westerlind
d86c7cfdb8 Snapshot so lalrpop-snap gets compiled as a fast reduce function 2018-04-26 23:49:22 +05:30
Markus Westerlind
59b29acad4 Snapshot so lalrpop gets compiled as a fast reduce function 2018-04-26 23:49:22 +05:30
dylan_DPC
099827d55d release 0.15.1 2018-04-04 23:42:51 +05:30
Niko Matsakis
7adaad0818
Merge pull request #340 from Marwes/version_0.15
Prepare the 0.15 release
2018-03-22 13:43:02 -04:00
Bruce Mitchener
13c252d28a Update itertools dep. 2018-03-22 22:11:18 +07:00
Bruce Mitchener
1780a84bd1 lalrpop-snap: Remove dependency on docopt, rustc-serialize.
These weren't used here and the dependencies are about to get
updated, so just remove them from here instead.
2018-03-21 20:59:08 +05:30
Markus Westerlind
1135de29ff Version 0.15.0 2018-03-18 12:57:34 +01:00
Markus Westerlind
aa0a5db752 Update snapshot to receive stack reduction changes 2018-03-17 12:40:49 +01:00
Markus Westerlind
5460ecd315 Update snapshot to get stack space fixes 2018-03-17 12:40:49 +01:00
Markus Westerlind
72b895127e Add string_cache to lalrpop-snap 2018-03-17 12:40:48 +01:00
Bruce Mitchener
db886aace8 Update to unicode-xid 0.1 2018-03-05 21:24:36 +07:00
Bruce Mitchener
980114e9c1 Update rand dependency. 2018-03-05 20:53:02 +07:00
Bruce Mitchener
9a56cd6ae1 Update repo URLs in Cargo.toml now that there is an organization. 2018-03-05 13:06:40 +05:30
Brendan Zabarauskas
701d609500 Run rustfmt on entire codebase 2018-03-01 16:50:36 +11:00
Ahmed Charles
7160fe46cb Remove unused file. 2018-01-26 12:48:17 +00:00
Niko Matsakis
df38c3e2ae update all version numbers to 0.14.0 2018-01-24 05:53:03 -05:00
gwenn
92c3400010 Specify parsing category in Cargo.toml
https://crates.io/categories/parsing
> Crates to help create parsers of binary and text formats.
2017-11-26 18:17:32 +01:00
Niko Matsakis
dcce320a88 bump version number to 0.13.1 2017-06-16 15:49:05 -04:00
Niko Matsakis
d4a23b83c5 upgrade snapshot, remove #[LALR] annotation from lrgrammar.lalrpop 2017-06-15 11:06:08 -04:00
Niko Matsakis
063d3c464b upgrade the snapshot 2017-06-15 09:04:53 -04:00
Without Boats
b5405ade75 Remove dependencies on rustc-serialize.
rustc-serialize is deprecated and is not actually used in lalrpop
right now anyway.
2017-04-22 16:22:17 -07:00
Minijackson
d3607d2783
Extendto lalrpop-snap + allow unused imports + ensure internal token use in test 2017-04-17 17:24:10 +02:00
Niko Matsakis
fb9b843ed2 move to version 0.13.0 2017-04-07 05:55:42 -04:00
Niko Matsakis
301a2a23e2 remove unstable features 2017-03-23 05:59:05 -04:00
Niko Matsakis
3fa9e14b89 Merge pull request #190 from ahmedcharles/upgrade
Upgrade various packages to their latest versions.
2017-03-02 05:30:06 -05:00
Ahmed Charles
8c18b80841 Upgrade various packages to their latest versions. 2017-03-01 16:57:28 -08:00
Ahmed Charles
950b908930 Disable doctests in lalrpop-snap. 2017-03-01 16:39:45 -08:00
Niko Matsakis
ffab149493 bump to 0.12.5 2017-02-11 08:11:03 +01:00
Niko Matsakis
fa1c31eac8 bump version number to 0.12.4 2016-11-29 13:51:41 -05:00
Niko Matsakis
9b4d5d588d update version numbers to 0.12.3 2016-11-29 13:51:21 -05:00
Niko Matsakis
49ea2b4795 remove main.rs from lalrpop-snap
it interferes with publish
2016-11-29 13:51:21 -05:00
Niko Matsakis
a3745f4878 update version numbers for 0.12.2 2016-11-29 13:51:21 -05:00
Niko Matsakis
99962ccb49 create new snapshot 2016-11-23 04:32:17 -05:00
Niko Matsakis
4764a1d286 bump version number to 0.12.1 2016-09-29 05:38:06 -04:00
Niko Matsakis
3fc5b2d02b allow type parameters not constained by arguments
In the older code, type parameters that were not constrained by some
argument would fail to be threaded through. We now pass `PhantomData`
arguments and/or specify the type parameters manually so that this all
works out fine.

Fixes #104.
2016-08-16 07:58:04 -04:00
Niko Matsakis
70a438357a bump version number to 0.12.0 2016-08-05 05:20:30 -04:00
Niko Matsakis
9b10730fab upgrade snapshot 2016-08-04 13:28:01 -04:00
Niko Matsakis
6efc75b2a5 Update Cargo.toml to v0.11.0 2016-02-25 14:44:11 -05:00
Sebastian Hahn
697fa6533c Update some snapshot dependencies
This was possible since e70b23208ac27f93a914fea77ec158c47ab9a389 and
a8155ad01cf575b99b9be08820bfb8ae9bdf337e and was unfortunately forgotten
in 53c7e620c90f38204aea5ec5ad6a4a7598a8a3ec :)
2016-02-03 07:05:52 +01:00
Niko Matsakis
728654dfa2 Switch license to MIT/Apache2 instead of Unlicense, in an effort to be
more uniform with the rest of the Rust ecosystem, and to evade the
various legal quandries associated with the concept of "public domain".
2016-01-24 04:52:05 -05:00
Niko Matsakis
01ae27afe8 Bump to version 0.10.0 (in progress). 2016-01-23 11:45:29 -05:00
Niko Matsakis
2a95803383 Bump version to 0.9.0 2016-01-23 11:39:03 -05:00
Niko Matsakis
53c7e620c9 Update snapshot. 2016-01-22 12:30:22 -05:00
Florian Hahn
72e50ae574 Use .join() instead of deprecated .connect() 2015-12-08 23:26:42 +01:00
Florian Hahn
bf6be4a166 Do not use (..) for empty enum variants, closes #43 2015-12-08 21:49:20 +01:00
Niko Matsakis
18502a0e57 bump version number to 0.8.0 2015-10-15 13:11:12 -04:00
Niko Matsakis
41048a6eac bump version number to 0.7.0 2015-10-15 12:31:47 -04:00
unknown
221ecd8020 Add file time checking for windows (re)builds 2015-09-27 13:52:54 -07:00