| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
This is needed for a lot of Apple libraries, as Apple tends to put a lot of
globals in dynamic libraries.
|
|
|
|
Closes #3245
|
|
|
|
A similar approach could be used for type parameters.
Fixes #2282.
|
|
This eliminates some match checks. Also get rid of other match checks
in metadata code.
|
|
|
|
|
|
|
|
|
|
tag_paths
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
API is (for now) mostly by value, there are options to use it by
reference if you like. Hash and equality functions must be pure
and by reference (forward looking to the day when something
like send_map becomes the standard map).
|
|
|
|
|
|
have self types; write self types into metadata
|
|
|
|
(Also "interface" -> "trait" in error messages.)
|
|
|
|
This will also help us remove kinds.
|
|
|
|
|
|
|
|
|
|
|
|
#2907.
|