rust/src/comp/syntax
Marijn Haverbeke 7dacccde94 Make shared kind the default only for generic functions
You almost never want a function with pinned type params. For
types, objects, resources, and tags, pinned types are actually often
more sane. For most of these, shared rarely makes sense. Only tricky
case is objs -- you'll have to think about the kinds you want there.

Issue #1076
2011-10-28 17:00:14 +02:00
..
ext Update our code to new type parameter kind syntax 2011-10-25 15:56:55 +02:00
parse Make shared kind the default only for generic functions 2011-10-28 17:00:14 +02:00
print Make shared kind the default only for generic functions 2011-10-28 17:00:14 +02:00
util Update our code to new type parameter kind syntax 2011-10-25 15:56:55 +02:00
ast.rs Make shared kind the default only for generic functions 2011-10-28 17:00:14 +02:00
ast_util.rs Make shared kind the default only for generic functions 2011-10-28 17:00:14 +02:00
codemap.rs Use the std::term color constants in the codemap 2011-10-27 13:52:00 -07:00
fold.rs Remove hack to break the AST fold cycle. Closes #998 2011-10-21 17:47:31 -07:00
visit.rs Change the way block calls are parsed, mark them as block-calls. 2011-10-21 14:24:14 +02:00