rust/src/libsyntax
Daniel Campbell 61c7569d4a Extended expand.rs to support alternate expansion behaviours
Added single_step & keep_macs flags and functionality to expander
2016-08-10 18:35:15 +12:00
..
diagnostics
ext Extended expand.rs to support alternate expansion behaviours 2016-08-10 18:35:15 +12:00
parse Auto merge of #34925 - jseyfried:nested_macros, r=eddyb 2016-07-23 04:01:05 -07:00
print Introduced NoDelim and modified the compiler to support it. 2016-07-19 16:05:44 -07:00
util Factor the RefCell out of the Interner. 2016-07-11 22:25:08 +00:00
abi.rs
ast.rs Rename mtwt to hygiene 2016-07-17 17:12:35 +00:00
attr.rs Move E0533 to E0558 (because of external change) 2016-07-11 23:27:27 +02:00
Cargo.toml
codemap.rs Remove more unused imports 2016-07-14 13:25:06 -04:00
config.rs Auto merge of #34546 - jseyfried:cfg_attr_path, r=nrc 2016-07-06 00:34:51 -07:00
diagnostic_list.rs Move E0533 to E0558 (because of external change) 2016-07-11 23:27:27 +02:00
entry.rs
feature_gate.rs Fix tests 2016-06-29 22:10:36 +02:00
fold.rs Revert "Change fold_tt and fold_tts to take token trees by value (instead of by reference)" 2016-07-04 23:42:35 +00:00
json.rs Rename emit_struct->emit 2016-07-14 07:57:46 -04:00
lib.rs Rename mtwt to hygiene 2016-07-17 17:12:35 +00:00
ptr.rs
show_span.rs
std_inject.rs
str.rs
test.rs Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichton 2016-07-17 00:06:29 -07:00
tokenstream.rs Preliminary implementation for TokenStreams and TokenSlices, including unit tests and associated operations. 2016-07-07 11:44:04 -07:00
visit.rs