]> git.lizzy.rs Git - rust.git/history - src/comp/syntax/fold.rs
Fuzzer: move tys around in addition to exprs
[rust.git] / src / comp / syntax / fold.rs
2011-09-11 Jesse RudermanFuzzer: move tys around in addition to exprs
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-08-26 Tim ChevalierSupport unchecked blocks
2011-08-22 Marijn HaverbekeImplement pattern guards
2011-08-22 Marijn HaverbekeDrop arguments on the caller side, not the callee
2011-08-20 Brian AndersonReformat
2011-08-18 Brian AndersonRemove seq_kind from ast::expr_vec
2011-08-18 Marijn HaverbekeRemove or _-prefix all unused function arguments
2011-08-16 Erick TryzelaarPort the compiler to the expr foo::<T> syntax.
2011-08-16 Erick TryzelaarPort the compiler to foo<T> decl syntax.
2011-08-16 Erick TryzelaarPort the compiler to the typaram foo<T> syntax.
2011-08-16 Eric HolkRemoving tasks, ports and chans from the compiler.
2011-08-16 Brian AndersonRename std::ivec to std::vec
2011-08-16 Lindsey KuperThe wonky for...in... whitespace was bothering me....
2011-08-15 Graydon HoareAdd operator 'copy', translates as fall-through.
2011-08-15 Paul StansiferUse span stacks to track macro expansion for less troub...
2011-08-15 Paul StansiferRename a field (so that macros can mention it).
2011-08-15 Paul StansiferChange `node_id`s when expanding, to avoid duplicates.
2011-08-15 Patrick Waltonrustc: Parse and typecheck unique pointers
2011-08-15 Marijn HaverbekeAdd tuple patterns
2011-08-15 Marijn HaverbekeTuple fields are immutable
2011-08-15 Marijn HaverbekeTuple types back, not constructable yet
2011-08-11 Michael SullivanIntroduce a ty_infer ast node and use it instead of...
2011-08-09 Erick TryzelaarPort the compiler to the ivec type [T] syntax.
2011-08-05 Eric HolkMerge branch 'master' of github.com:graydon/rust
2011-08-05 Patrick Waltonrustc: Add inlineness to the fn decl instead
2011-08-05 Patrick WaltonRevert "rustc: Introduce the concept of inline to the...
2011-08-05 Patrick Waltonrustc: Introduce the concept of inline to the AST
2011-08-01 Marijn HaverbekePartially implement destructuring locals
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-29 Marijn HaverbekeRemove support for obj dtors
2011-07-28 Lindsey KuperThe names 'outer' and 'inner' make more sense than...
2011-07-28 Paul StansiferChange macro syntax to accept a single expr, not a...
2011-07-27 Marijn HaverbekeFix damage done by the pretty-printer
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-26 Marijn HaverbekeRemove tuple support from the compiler
2011-07-25 Michael SullivanRename the block type to be blk also. Sorry.
2011-07-25 Michael SullivanDisallow block as a variable name in preparation for...
2011-07-22 Paul StansiferImplement Macro By Example.
2011-07-22 Marijn HaverbekeStart adding support for multiple variable declarations...
2011-07-21 Lindsey KuperRemove vestiges of typarams from anon objs.
2011-07-20 Tim ChevalierBeginnings of support for constrained types
2011-07-13 Graydon HoareProhibit trailing whitespace under 'tidy' script. Clean...
2011-07-13 Marijn Haverbekebox patterns, expect for the trans part
2011-07-12 Brian AndersonElide existing main function when building a test runne...
2011-07-12 Patrick Waltonrustc: Move ppaux away from exterior vectors
2011-07-12 Paul StansiferSo... I can't spell 'ellipsis'.
2011-07-12 Paul StansiferAdd elipses, reorganize the macro components into their...
2011-07-12 Paul StansiferMove macro expansion to a separate phase, change macro...
2011-07-12 Paul StansiferAdd nodes for embedding types and blocks in expressions...
2011-07-11 Patrick Waltonrustc: Implement explicit global scope resolution via...
2011-07-11 Marijn HaverbekeImplement record patterns
2011-07-11 Marijn HaverbekeImplement or-patterns in case clauses
2011-07-11 Jesse RudermanExport noop_fold_expr so the fuzzer can use it
2011-07-09 Brian AndersonTrack the path as we fold over the AST looking for...
2011-07-08 Patrick Waltonrustc: Remove all exterior vectors from the AST
2011-07-07 Patrick WaltonMerge pull request #634 from robarnold/upstream-stable
2011-07-07 Patrick Waltonrustc: Change lots of AST nodes to use interior vectors
2011-07-06 Patrick Waltonrustc: Move AST constraints to interior vectors
2011-07-06 Patrick Waltonrustc: Make meta items into interior vectors
2011-07-06 Patrick Waltonrustc: Move crate directives over to interior vectors
2011-07-06 Patrick Waltonrustc: Convert attribute in the AST to interior vectors
2011-07-06 Patrick Waltonrustc: Make AST paths use interior vectors
2011-07-06 Brian AndersonBegin adding unit testing infrastructure to the compiler
2011-07-06 Lindsey KuperSimplify AST for expr_anon_obj.
2011-07-06 Patrick Waltonrustc: Revert the conversion to interior vectors due...
2011-07-06 Patrick WaltonTemp commit on the way to making meta_item into an...
2011-07-06 Patrick Waltonrustc: Move crate directives over to interior vectors
2011-07-06 Patrick Waltonrustc: Convert attribute in the AST to interior vectors
2011-07-06 Patrick Waltonrustc: Make AST paths use interior vectors
2011-07-05 Brian AndersonParse attributes for native items. Closes #609
2011-07-05 Marijn HaverbekeMove everything syntax-related to syntax/, break deps...