| Age | Commit message (Collapse) | Author | Lines |
|
byte_index[_from]
|
|
|
|
with find[_from]
|
|
|
|
|
|
|
|
chars; rename find to find_chars; add fixmes to delete byte_index, byte_index_from
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1805
|
|
|
|
add str::find_from_bytes and str::index_from_bytes
|
|
|
|
|
|
|
|
|
|
Issue #352
Closes #1720
The old checker would happily accept things like 'alt x { @some(a) { a } }'.
It now properly descends into patterns, checks exhaustiveness of booleans,
and complains when number/string patterns aren't exhaustive.
|
|
The code that extracted lines from partially-parsed files
was broken.
Closes #1848
|
|
(core::str) changes to find / find_bytes
|
|
|
|
|
|
|
|
|
|
|
|
traversal
|
|
|
|
|
|
|
|
|
|
find/contains/replace test cases
|
|
rename char_len_range -> substr_len_chars
|
|
|
|
str::unsafe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1717
|
|
This pattern is used in a couple places, so it'd be nice
to abstract it away.
|
|
procsrv task from compiletest.
|
|
|