| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
These changes are required to prune type-recursion and admit early
returns in the visitor code. Changes to visitors in subsequent csets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
foreign functions from other crates to fix #1840.
|
|
closure' (properly this time)
|
|
|
|
a closure'"
This change requires some tests to be updated.
This reverts commit b5b8f5efccc3f39be807dd2e060e913ff263b73d.
|
|
This reverts commit c4af6e92fbae171c56a4e68666025725555fc9d8.
Branch was burning...many, many unresolved imports.
|
|
|
|
|
|
#2796.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
|
|
|
|
|
compile-fail tests expect
|
|
semi-terminated"
This reverts commit 0f5eaef5fb2443acd3ea67250c953839c3d04d38.
|
|
This is a subtle rule that no longer seems to be required.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes #2783 for the case where an empty double pipe
symbol is being used without a do keyword.
|
|
|
|
|
|
|
|
type_use was failing to look into ty_boxes, which caused monomorphize
to coalesce instances that shouldn't have been coalesced (because they
should actually use different type glue)
Closes #2734
|