about summary refs log tree commit diff
path: root/src/comp/front/extenv.rs
AgeCommit message (Expand)AuthorLines
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-48/+0
2011-06-28Add simple syntax extension (#simplext)Paul Stansifer-15/+1
2011-06-21Move expr ids into the expr record typeMarijn Haverbeke-3/+2
2011-06-20Get rid of def_ids and anns in AST nodes, use single node_idMarijn Haverbeke-1/+1
2011-06-19rustc: Rename session.span_err -> span_fatal, err -> fatalBrian Anderson-3/+3
2011-06-19Revert previous 6 commits. Hopefully put out Windows fire.Brian Anderson-3/+3
2011-06-19rustc: Rename session.span_err -> span_fatal, err -> fatalBrian Anderson-3/+3
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-20/+8
2011-06-09rustc: Annotate vector and string literals in the AST with their uniqueness o...Patrick Walton-13/+5
2011-06-04rustc: Hide the parser from syntax extensionsBrian Anderson-2/+0
2011-06-04rustc: Generate extension annotations from ext_ctxt instead of parserBrian Anderson-9/+9
2011-06-04rustc: Use spans for #env errorsBrian Anderson-5/+9
2011-06-04rustc: Introduce ext module. Move some things from parser to ext.Brian Anderson-1/+4
2011-06-03Make the macro system more modular.Paul Stansifer-2/+2
2011-05-31rustc: Remove unneeded type params from alt patternsBrian Anderson-2/+2
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-3/+3
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-23/+24
2011-05-10rustc: Number everything with an annotationPatrick Walton-6/+6
2011-05-06Fix GenericOS.getenv returning a raw str, return an Option.t[str] instead.Graydon Hoare-2/+11
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-5/+5
2011-05-04Add #env syntax extension for plucking strings out of the compilation environ...Graydon Hoare-0/+68