| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 2c0aa257e293dde91042a8045100d9923d139a04.
|
|
|
|
|
|
|
|
remembering to add protocol parser.
|
|
Paul's Early parser stuff.
|
|
comments.
|
|
|
|
This integrates the pipe compiler into the proto syntax extension.
|
|
|
|
|
|
of separators.
|
|
|
|
dotdotdots.
|
|
|
|
|
|
|
|
|
|
|
|
semi-terminated"
This reverts commit 0f5eaef5fb2443acd3ea67250c953839c3d04d38.
|
|
This is a subtle rule that no longer seems to be required.
|
|
|
|
|
|
|
|
|
|
|
|
Closes #2746.
|
|
|
|
|
|
for overloading. Closes #2732.
|
|
This comes with a terminology change. All linkage-symbols are 'extern'
now, including rust syms in other crates. Some extern ABIs are
merely "foreign". The term "native" is retired, not clear/useful.
What was "crust" is now "extern" applied to a _definition_. This
is a bit of an overloading, but should be unambiguous: it means
that the definition should be made available to some non-rust ABI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove old parser functions as well as support for old-style capture
clauses. Remove remaining old-style capture clauses.
|
|
|
|
|