rust/src/libsyntax
Niko Matsakis d4fd30c6ac Link the lifetimes of regions resulting from borrows of the
contents of other borrowed pointers to the lifetimes of the
borrowed value.  Fixes #3148.

r=catamorphism
2013-01-28 10:00:23 -08:00
..
ext Link the lifetimes of regions resulting from borrows of the 2013-01-28 10:00:23 -08:00
parse remove remaining is_not_empty functions/methods 2013-01-24 23:24:57 -05:00
print replace ConstVector trait with the Container trait 2013-01-24 23:02:44 -05:00
util fix trailing whitepace 2013-01-23 17:42:05 -08:00
ast_map.rs syntax/rustc: Less copy 2013-01-24 16:45:20 -08:00
ast_util.rs Add is_mutbl field to def_arg 2013-01-22 23:34:34 -08:00
ast.rs renaming to adhere to conventions 2013-01-23 11:46:19 -08:00
attr.rs remove remaining is_not_empty functions/methods 2013-01-24 23:24:57 -05:00
codemap.rs libsyntax: Remove fn() unsafe { ... }. r=graydon 2013-01-23 14:41:08 -08:00
diagnostic.rs remove remaining is_not_empty functions/methods 2013-01-24 23:24:57 -05:00
fold.rs Add is_mutbl field to arg 2013-01-22 23:34:33 -08:00
syntax.rc librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
visit.rs librustc: Make the default sigil for block lambdas & instead of @. 2013-01-15 17:57:45 -08:00