rust/src/rustc/metadata
Niko Matsakis c0d61795de wip: refactor repr of regions
- we now distinguish bound/free parameters (see region-param
  test case for why this is necessary)
- we also track bounds on region variables
- also, restructure fold_ty() to have multiple variants without
  duplication instead of one overloaded folder.  This also allows
  for using block functions.
2012-04-04 19:41:23 -07:00
..
astencode.rs Rename some core::option functions 2012-04-02 16:12:49 -07:00
common.rs Enforce mutability declarations in classes; correct shapes for classes 2012-03-27 22:11:58 -07:00
creader.rs rustc: Remove the rustsyntax::attr wrapper in front 2012-03-29 14:42:31 -07:00
csearch.rs Enforce privacy declarations for class fields and methods 2012-03-26 10:00:33 -07:00
cstore.rs Rename some core::option functions 2012-04-02 16:12:49 -07:00
decoder.rs Rename some core::option functions 2012-04-02 16:12:49 -07:00
encoder.rs rustc: Remove the rustsyntax::attr wrapper in front 2012-03-29 14:42:31 -07:00
tydecode.rs wip: refactor repr of regions 2012-04-04 19:41:23 -07:00
tyencode.rs wip: refactor repr of regions 2012-04-04 19:41:23 -07:00