rust/src/librustsyntax
Tim Chevalier 9d274ec5f2 Re-rename option functions
get_with_default (nee from_maybe) => get_default
with_option (nee maybe) => map_default
with_option_do (nee may) => iter

As per discussion of 21be1379d5
2012-04-06 12:20:13 -07:00
..
ext Re-rename option functions 2012-04-06 12:20:13 -07:00
parse Remove support for old-style for 2012-04-06 20:38:23 +02:00
print Re-rename option functions 2012-04-06 12:20:13 -07:00
util rustc: Move interner to rustsyntax 2012-03-29 14:42:30 -07:00
ast_util.rs Convert old-style for loops to new-style 2012-04-06 20:38:23 +02:00
ast.rs Remove support for old-style for 2012-04-06 20:38:23 +02:00
attr.rs Convert old-style for loops to new-style 2012-04-06 20:38:23 +02:00
codemap.rs Convert old-style for loops to new-style 2012-04-06 20:38:23 +02:00
diagnostic.rs Re-rename option functions 2012-04-06 12:20:13 -07:00
fold.rs Remove support for old-style for 2012-04-06 20:38:23 +02:00
rustsyntax.rc Explicitly use version 0.2 of crates 2012-04-05 20:29:42 -07:00
visit.rs Re-rename option functions 2012-04-06 12:20:13 -07:00