]> git.proxmox.com Git - rustc.git/blob - src/vendor/pest/CHANGELOG.md
New upstream version 1.17.0+dfsg1
[rustc.git] / src / vendor / pest / CHANGELOG.md
1 # Change Log
2
3 ## [v0.3.3](https://github.com/dragostis/pest/tree/v0.3.3) (2016-08-03)
4 [Full Changelog](https://github.com/dragostis/pest/compare/v0.3.2...v0.3.3)
5
6 **Implemented enhancements:**
7
8 - Case insensitive keywords [\#71](https://github.com/dragostis/pest/issues/71)
9
10 **Closed issues:**
11
12 - Cannot use multiple mut result in Matchers [\#75](https://github.com/dragostis/pest/issues/75)
13 - Add a queue\_debug on parser [\#72](https://github.com/dragostis/pest/issues/72)
14
15 **Merged pull requests:**
16
17 - Add queue\_with\_captures\(\), similar to queue\(\) except it contains the value [\#73](https://github.com/dragostis/pest/pull/73) ([Keats](https://github.com/Keats))
18
19 ## [v0.3.2](https://github.com/dragostis/pest/tree/v0.3.2) (2016-06-28)
20 [Full Changelog](https://github.com/dragostis/pest/compare/v0.3.1...v0.3.2)
21
22 **Closed issues:**
23
24 - line\_col causing stack overflow when optimization turned off [\#67](https://github.com/dragostis/pest/issues/67)
25
26 ## [v0.3.1](https://github.com/dragostis/pest/tree/v0.3.1) (2016-06-25)
27 [Full Changelog](https://github.com/dragostis/pest/compare/v0.3.0...v0.3.1)
28
29 **Implemented enhancements:**
30
31 - Add changelog [\#56](https://github.com/dragostis/pest/issues/56)
32
33 ## [v0.3.0](https://github.com/dragostis/pest/tree/v0.3.0) (2016-06-22)
34 [Full Changelog](https://github.com/dragostis/pest/compare/v0.2.9...v0.3.0)
35
36 **Implemented enhancements:**
37
38 - Add new\(\) on Token [\#63](https://github.com/dragostis/pest/issues/63)
39 - Make all process methods visible and remove main constraint. [\#59](https://github.com/dragostis/pest/issues/59)
40 - Add input\(\) reference to Parser. [\#57](https://github.com/dragostis/pest/issues/57)
41
42 **Fixed bugs:**
43
44 - line\_col entered unreachable code when input has unicode [\#60](https://github.com/dragostis/pest/issues/60)
45
46 **Closed issues:**
47
48 - Error handling during process!-matchers [\#51](https://github.com/dragostis/pest/issues/51)
49
50 **Merged pull requests:**
51
52 - Adding some lifetime back [\#62](https://github.com/dragostis/pest/pull/62) ([sunng87](https://github.com/sunng87))
53 - v0.3.0 [\#61](https://github.com/dragostis/pest/pull/61) ([dragostis](https://github.com/dragostis))
54
55 ## [v0.2.9](https://github.com/dragostis/pest/tree/v0.2.9) (2016-06-13)
56 [Full Changelog](https://github.com/dragostis/pest/compare/v0.2.8...v0.2.9)
57
58 ## [v0.2.8](https://github.com/dragostis/pest/tree/v0.2.8) (2016-06-13)
59 [Full Changelog](https://github.com/dragostis/pest/compare/v0.2.7...v0.2.8)
60
61 **Merged pull requests:**
62
63 - Implement support for references within StringInput [\#55](https://github.com/dragostis/pest/pull/55) ([steffengy](https://github.com/steffengy))
64
65 ## [v0.2.7](https://github.com/dragostis/pest/tree/v0.2.7) (2016-06-13)
66 [Full Changelog](https://github.com/dragostis/pest/compare/v0.2.6...v0.2.7)
67
68 **Implemented enhancements:**
69
70 - Change process to accept lifetimes. [\#53](https://github.com/dragostis/pest/issues/53)
71
72 **Fixed bugs:**
73
74 - Only leaf errors should be reported. [\#54](https://github.com/dragostis/pest/issues/54)
75
76 ## [v0.2.6](https://github.com/dragostis/pest/tree/v0.2.6) (2016-06-12)
77 [Full Changelog](https://github.com/dragostis/pest/compare/v0.2.5...v0.2.6)
78
79 ## [v0.2.5](https://github.com/dragostis/pest/tree/v0.2.5) (2016-06-11)
80 [Full Changelog](https://github.com/dragostis/pest/compare/v0.2.4...v0.2.5)
81
82 ## [v0.2.4](https://github.com/dragostis/pest/tree/v0.2.4) (2016-06-11)
83 [Full Changelog](https://github.com/dragostis/pest/compare/v0.2.3...v0.2.4)
84
85 **Fixed bugs:**
86
87 - try! fails inside of process! matchers. [\#52](https://github.com/dragostis/pest/issues/52)
88
89 **Closed issues:**
90
91 - List parsing [\#49](https://github.com/dragostis/pest/issues/49)
92
93 ## [v0.2.3](https://github.com/dragostis/pest/tree/v0.2.3) (2016-06-10)
94 [Full Changelog](https://github.com/dragostis/pest/compare/v0.2.2...v0.2.3)
95
96 **Implemented enhancements:**
97
98 - process! support mutability-specifier for bindings [\#50](https://github.com/dragostis/pest/issues/50)
99
100 **Merged pull requests:**
101
102 - Add a Gitter chat badge to README.md [\#48](https://github.com/dragostis/pest/pull/48) ([gitter-badger](https://github.com/gitter-badger))
103
104 ## [v0.2.2](https://github.com/dragostis/pest/tree/v0.2.2) (2016-06-10)
105 [Full Changelog](https://github.com/dragostis/pest/compare/v0.2.1...v0.2.2)
106
107 **Implemented enhancements:**
108
109 - Add examples for process! [\#44](https://github.com/dragostis/pest/issues/44)
110
111 **Closed issues:**
112
113 - Right-associative operator [\#45](https://github.com/dragostis/pest/issues/45)
114
115 **Merged pull requests:**
116
117 - Added separate matchers. [\#47](https://github.com/dragostis/pest/pull/47) ([dragostis](https://github.com/dragostis))
118
119 ## [v0.2.1](https://github.com/dragostis/pest/tree/v0.2.1) (2016-06-08)
120 [Full Changelog](https://github.com/dragostis/pest/compare/v0.2.0...v0.2.1)
121
122 ## [v0.2.0](https://github.com/dragostis/pest/tree/v0.2.0) (2016-06-08)
123 [Full Changelog](https://github.com/dragostis/pest/compare/v0.1.0...v0.2.0)
124
125 **Implemented enhancements:**
126
127 - Mention recursion limit in the docs. [\#39](https://github.com/dragostis/pest/issues/39)
128 - Mention Rule in impl\_rdp! and Token docs. [\#38](https://github.com/dragostis/pest/issues/38)
129 - Add a prelude. [\#37](https://github.com/dragostis/pest/issues/37)
130 - Rethink empty string match \[""\] in examples. [\#35](https://github.com/dragostis/pest/issues/35)
131 - Rename exp to expression in all examples. [\#33](https://github.com/dragostis/pest/issues/33)
132 - Add calculator example. [\#31](https://github.com/dragostis/pest/issues/31)
133 - Add rule to Input for position to \(line, column\) conversion. [\#29](https://github.com/dragostis/pest/issues/29)
134 - Parser end\(\) should be replaced by eoi\(\). [\#27](https://github.com/dragostis/pest/issues/27)
135 - Implement macro to handle output. [\#23](https://github.com/dragostis/pest/issues/23)
136 - Remove Box from Rdp's Input. [\#22](https://github.com/dragostis/pest/issues/22)
137 - Add calculator example. [\#20](https://github.com/dragostis/pest/issues/20)
138 - Rename ws to whitespace. [\#19](https://github.com/dragostis/pest/issues/19)
139 - Add atomic rule. [\#17](https://github.com/dragostis/pest/issues/17)
140 - Comparison with other parsers [\#16](https://github.com/dragostis/pest/issues/16)
141 - Move Token outside of macro. [\#15](https://github.com/dragostis/pest/issues/15)
142 - Add benchmarks to README.md. [\#14](https://github.com/dragostis/pest/issues/14)
143 - Add Lua example. [\#13](https://github.com/dragostis/pest/issues/13)
144 - Improve documentation & host it. [\#12](https://github.com/dragostis/pest/issues/12)
145 - Add CI. [\#11](https://github.com/dragostis/pest/issues/11)
146 - Add error reporting. [\#8](https://github.com/dragostis/pest/issues/8)
147 - Add capturing. [\#5](https://github.com/dragostis/pest/issues/5)
148 - Improved documentation. Fixes \#12. [\#26](https://github.com/dragostis/pest/pull/26) ([dragostis](https://github.com/dragostis))
149
150 **Fixed bugs:**
151
152 - process will reach out of bounds instead of failing a pattern. [\#28](https://github.com/dragostis/pest/issues/28)
153 - ws should not skip\_ws. [\#18](https://github.com/dragostis/pest/issues/18)
154
155 **Closed issues:**
156
157 - Readme: Speedup should be slowdown? [\#42](https://github.com/dragostis/pest/issues/42)
158 - Rething empty string match \[\] [\#34](https://github.com/dragostis/pest/issues/34)
159
160 **Merged pull requests:**
161
162 - Fixed minor typo. [\#40](https://github.com/dragostis/pest/pull/40) ([alexandrusebastian](https://github.com/alexandrusebastian))
163 - Fix some docs + thoughts on the doc [\#32](https://github.com/dragostis/pest/pull/32) ([Keats](https://github.com/Keats))
164 - Token processing constructs. [\#24](https://github.com/dragostis/pest/pull/24) ([dragostis](https://github.com/dragostis))
165
166 ## [v0.1.0](https://github.com/dragostis/pest/tree/v0.1.0) (2016-05-22)
167 [Full Changelog](https://github.com/dragostis/pest/compare/v0.0.1...v0.1.0)
168
169 **Implemented enhancements:**
170
171 - Consider inlining rules. [\#9](https://github.com/dragostis/pest/issues/9)
172 - Add optional rule. [\#4](https://github.com/dragostis/pest/issues/4)
173 - Add interrogation rules. [\#3](https://github.com/dragostis/pest/issues/3)
174 - Add repetition rules. [\#2](https://github.com/dragostis/pest/issues/2)
175 - Restyle grammar. [\#1](https://github.com/dragostis/pest/issues/1)
176
177 **Merged pull requests:**
178
179 - Performance [\#10](https://github.com/dragostis/pest/pull/10) ([dragostis](https://github.com/dragostis))
180
181 ## [v0.0.1](https://github.com/dragostis/pest/tree/v0.0.1) (2016-04-24)
182
183
184 \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*