| Age | Commit message (Collapse) | Author | Lines |
|
easily
|
|
|
|
|
|
|
|
|
|
|
|
file). Cleanup the quick_sort function a little, as well. Add test file.
|
|
Workaround for issue #375
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
or equal to leaf nodes; add a "prune" method
|
|
|
|
|
|
and various other tidying in typestate
|
|
|
|
|
|
|
|
|
|
Except for _task, which is still a keyword.
|
|
|
|
|
|
Keywords are now only recognized in contexts where they are valid. The
lexer no longer recognizes them, all words are lexed as IDENT tokens,
that get interpreted by the parser.
|
|
It doesn't appear that rustc makes use of these strings so it didn't actually
break anything yet.
|
|
Temporarily duplicate the entire RT module, leaving it with the old name to
accomodate the stage0 compiler. Will be removed after the next snapshot.
|
|
This should be a snapshot transition.
|
|
Didn't see these before because they live in non-Linux code.
|