| Age | Commit message (Collapse) | Author | Lines |
|
|
|
std::unicode::icu: add "is*" functions + unit test
|
|
|
|
|
|
|
|
#debug.
|
|
|
|
|
|
|
|
everywhere.
|
|
|
|
preparing for removing math from std
|
|
|
|
|
|
|
|
|
|
|
|
|
|
empty link_name.
Can't remove them from stdlib until the snapshotted compiler supports #[nolink].
|
|
|
|
fix to #1315 + small additions to std::either and result
|
|
|
|
|
|
|
|
A dot is only considered part of a number when not followed by a letter
Closes #1306
|
|
|
|
|
|
|
|
|
|
|
|
This lets us write the block syntax sugar:
option::may(x) { |y| … }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also shuffles around the organization of numeric literals and types,
separating by int/uint/float instead of machine-vs-non-machine types.
This simplifies some code.
Closes #974
Closes #1252
|
|
|
|
Fix bug in bound by-copy arguments.
Closes #1261
|
|
|
|
|
|
|