]> git.lizzy.rs Git - rust.git/history - src/comp/syntax/visit.rs
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
[rust.git] / src / comp / syntax / visit.rs
2012-01-10 Graydon HoareRemove proto_sugar and 'lambda' as keyword, commit...
2012-01-05 Niko Matsakisrequire a non-semi expr acting as a stmt to have unit...
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-04 Marijn HaverbekeAdd visit_ty_params to visit.rs
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2011-12-30 Niko Matsakissplit proto from fn_decl, as not all fn_decls know...
2011-12-28 Graydon HoareMerge pull request #1385 from Lenny222/quotes
2011-12-28 Graydon HoareMerge pull request #1389 from erickt/master
2011-12-28 Marijn HaverbekeChange representation of type params to handle interfac...
2011-12-24 Graydon HoareMerge pull request #1377 from Lenny222/icu
2011-12-23 Marijn HaverbekeGo back to a single visit_fn function in visit.rs
2011-12-23 Marijn HaverbekeGet rid of visit_fn_block in visit.rs
2011-12-23 Marijn HaverbekeParse `iface` items and interface references in `impl...
2011-12-23 Marijn HaverbekeMake ast::ty_method hold a fn_decl, rather than duplica...
2011-12-22 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-22 Marijn HaverbekeUnify some data structures in syntax::ast that were...
2011-12-21 Graydon HoareSwitch log_expr to carrying a full expr:u32 for level...
2011-12-21 Niko Matsakisupgrade kind check
2011-12-21 Niko MatsakisMake { || ... } sugar for any type of closure, inferred
2011-12-19 Graydon HoareMerge pull request #1334 from boggle/kmath
2011-12-19 Marijn HaverbekeAdd type argument field to expr_path
2011-12-16 Graydon HoareMerge pull request #1317 from boggle/fix1315
2011-12-16 Marijn HaverbekeMake polymorphic impl methods work
2011-12-16 Marijn HaverbekeChange syntax for impl
2011-12-16 Marijn HaverbekeMake uses of self in impls compile
2011-12-16 Marijn HaverbekeParse and resolve implementations.
2011-12-14 Niko Matsakisfirst attempt, not happy with it
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-12-08 Marijn HaverbekeAllow binding of nested patterns
2011-12-07 Graydon HoareRemove stmt_crate_directive, it's vestigial and confusing.
2011-12-07 Marijn HaverbekeChange literal representation to not truncate
2011-11-30 Marijn HaverbekeBox ast::path values
2011-11-24 Haitao Lirustc: Add a path attribute for crate directives
2011-11-23 Marijn HaverbekeAllow import directives in any block
2011-11-23 Marijn HaverbekeRemove last traces of auth keyword
2011-11-22 Marijn HaverbekeMake ast::visit only descend into types when necessary
2011-11-17 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-11-17 Niko Matsakisremove compile-command from local variable blocks
2011-11-16 Haitao Lirustc: Use link_name attribute for native function
2011-10-21 Marijn HaverbekeChange the way block calls are parsed, mark them as...
2011-10-21 Marijn HaverbekeDrop support for iter, put, and for-each
2011-10-21 Brian AndersonMake fn denote a bare function. Convert fn to fn@ as...
2011-10-07 Marijn HaverbekeParse and typecheck by-value and by-ref arg specs
2011-09-23 Brian AndersonAdd missing case for pat_uniq to syntax::visit
2011-09-21 Brian AndersonRepresent unique creation as a unop in the AST instead...
2011-09-21 Brian AndersonParse unique box types
2011-09-15 Marijn HaverbekeAdd representation for by-ref let bindings
2011-09-12 Graydon HoareFactor imports mindlessly.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonRename ty_istr to ty_str. Issue #855
2011-09-02 Brian AndersonRemove lots of estr code from rustc. Issue #855
2011-08-30 Marijn HaverbekeStop relying on klunky hack in alias.rs
2011-08-22 Marijn HaverbekeImplement pattern guards
2011-08-20 Brian AndersonReformat
2011-08-18 Brian AndersonChange ast::ty_ivec, ty::ty_ivec to ty_vec
2011-08-18 Brian AndersonRemove ast::ty_vec
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 Lindsey KuperThe wonky for...in... whitespace was bothering me....
2011-08-15 Graydon HoareAdd operator 'copy', translates as fall-through.
2011-08-15 Paul StansiferRename a field (so that macros can mention it).
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 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 HaverbekeReformat for new syntax
2011-07-26 Marijn HaverbekeAdd 'simple' visiting to visit.rs
2011-07-26 Marijn HaverbekeResolve loop collection expressions in the right scope
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-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 Marijn Haverbekebox patterns, expect for the trans part
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-12 Tim ChevalierVisit the type argument in a port expression
2011-07-11 Marijn HaverbekeImplement record patterns
2011-07-11 Marijn HaverbekeMove visit to newtype-style nominal type
2011-07-11 Marijn HaverbekeImplement or-patterns in case clauses
2011-07-07 Patrick WaltonMerge pull request #634 from robarnold/upstream-stable
next