aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorPavel Sountsov <siege@google.com>2016-04-16 22:36:56 -0700
committerPavel Sountsov <siege@google.com>2016-04-16 22:36:56 -0700
commit3c2a14d4ec6e433e391b2d08985927b8b30641c4 (patch)
tree335138c3f456ac4188b6fc91536b559cefa6e761 /doc
parent483bbe47309348d096388379c1ad03e2082f647f (diff)
downloadscintilla-mirror-3c2a14d4ec6e433e391b2d08985927b8b30641c4.tar.gz
Feature [feature-requests:#1146]. Allow '?' as a valid operator in Rust.
See https://doc.rust-lang.org/book/unsized-types.html#sized.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index c561521c9..b31856873 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -486,6 +486,8 @@
<td>Johannes Sasongko</td>
<td>fstirlitz</td>
<td>Robin Haberkorn</td>
+ </tr><tr>
+ <td>Pavel Sountsov</td>
</tr>
</table>
<p>
@@ -513,6 +515,10 @@
This is for Python 3.5.
</li>
<li>
+ The Rust lexer allows '?' as an operator.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1146/">Feature #1146.</a>
+ </li>
+ <li>
Doubled size of compiled regex buffer.
<a href="http://sourceforge.net/p/scintilla/bugs/1822/">Bug #1822</a>.
</li>