]> git.lizzy.rs Git - rust.git/history - src/comp/syntax/print/pprust.rs
fix pretty printer to correctly insert parens for disamb
[rust.git] / src / comp / syntax / print / pprust.rs
2012-01-05 Niko Matsakisfix pretty printer to correctly insert parens for disamb
2012-01-05 Niko Matsakisrequire a non-semi expr acting as a stmt to have unit...
2012-01-05 Niko Matsakismake parser handle parenthesized block-sugar exprs...
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-03 Niko MatsakisAllow tail expressions even in no_value blocks. Type...
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2011-12-31 Niko Matsakisadd cap clause to pretty printer, with a test
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 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-23 Graydon HoareRegister new snapshots, purge log_err and log_full...
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-22 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-22 Graydon HoareMore flailing on log syntax due to call-expr ambiguity...
2011-12-21 Graydon HoareSwitch log_expr to carrying a full expr:u32 for level...
2011-12-21 Niko Matsakisupdate pprinter to understand ret type of block, add...
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-18 Marijn HaverbekeOnly look for a matching method when normal field acces...
2011-12-16 Graydon HoareMerge pull request #1317 from boggle/fix1315
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 Matsakischange syntax from lambda[send] to sendfn
2011-12-14 Niko Matsakispush changes through to get things compiling, if not...
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 Marijn HaverbekeChange literal representation to not truncate
2011-12-02 Marijn HaverbekeAllow literal patterns to contain arbitrary literal...
2011-11-30 Marijn HaverbekeBox ast::path values
2011-11-23 Marijn HaverbekeAdd some changes that *should* have been in e98286b594
2011-11-23 Marijn HaverbekeRollback return-by-reference
2011-11-22 Haitao Lirustc: Allow trailing comma in record fields
2011-11-18 Marijn HaverbekeUpdate stdlib, compiler, and tests to new kind system
2011-11-18 Marijn HaverbekeAdd a pass-by-copy parameter passing convention
2011-11-18 Marijn HaverbekePreparation for kind system overhaul
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 Brian AndersonReplace 'mutable?' with 'const'
2011-11-16 Brian Andersonrustc: Accept 'const' as synonym for 'mutable?'
2011-11-16 Haitao LiUse attributes for native module ABI and link name
2011-11-16 Haitao Lirustc: Use link_name attribute for native function
2011-11-11 Haitao LiCleanup unused imports
2011-11-10 Brian AndersonAdd "cdecl" as synonym for "c-stack-cdecl"
2011-11-10 Brian AndersonAdd "stdcall" as synonym for "c-stack-stdcall"
2011-11-10 Brian Andersonrustc: Rename native_abi_c_stack_cdecl to native_abi_cdecl
2011-11-10 Brian Andersonrustc: Rename native_abi_c_stack_stdcall to native_abi_...
2011-11-10 Brian AndersonRemove native "x86stdcall" ABI
2011-11-09 Brian AndersonRemove native "cdecl" ABI
2011-11-07 Brian AndersonRemove native "llvm" ABI
2011-11-07 Brian AndersonRemove native "rust" ABI
2011-10-28 Marijn HaverbekeMake shared kind the default only for generic functions
2011-10-28 Marijn HaverbekeMove to short type parameter keywords
2011-10-25 Marijn HaverbekeStep one towards new type param kind syntax
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 AndersonMerge ast::proto_shared and ast::proto_closure
2011-10-21 Brian AndersonRename ast::proto_fn to ast::proto_shared
2011-10-21 Brian AndersonMake fn denote a bare function. Convert fn to fn@ as...
2011-10-12 Niko Matsakismake treatment of unchecked/unsafe blocks more uniform
2011-10-12 Niko MatsakisExtend the unchecked block stuff to allow unsafe blocks...
2011-10-11 Brian AndersonIntroduce ast::proto_bare
2011-10-10 Marijn HaverbekeAdjust function signatures to allow for vecs being...
2011-10-07 Marijn HaverbekeParse and typecheck by-value and by-ref arg specs
2011-10-03 Patrick Waltonrustc: Implement C stack stdcall
2011-09-28 Patrick Waltonrustc: Add a new "C stack cdecl" native ABI
2011-09-28 Brian AndersonRevert "Revert "Implement pattern ranges for all numeri...
2011-09-26 Marijn HaverbekeMake return-by-ref function headers pretty-print safely
2011-09-23 Brian AndersonBegin to support pattern matching on unique boxes
2011-09-21 Marijn HaverbekeRevert "Implement pattern ranges for all numeric types."
2011-09-21 Josh MatthewsImplement pattern ranges for all numeric types.
2011-09-21 Brian AndersonRepresent unique creation as a unop in the AST instead...
2011-09-21 Brian AndersonParse unique box types
2011-09-16 Marijn HaverbekeRequire body of else-less if expressions to be a value...
2011-09-16 Jesse RudermanAdd parens, as needed, around else-if conditions.
2011-09-15 Marijn HaverbekeRequire the parameter that will be referenced to be...
2011-09-15 Marijn HaverbekeAdd representation for by-ref let bindings
2011-09-15 Marijn HaverbekeEnsure parens are wrapped around composite exprs in...
2011-09-15 Marijn HaverbekeMore thorough check for (.. 10).x in pretty-printer
2011-09-15 Marijn HaverbekeAlso handle fail and put in print_maybe_parens_discrim
2011-09-15 Marijn HaverbekeRemove maybe_protect_block kludge from pretty-printer
2011-09-15 Marijn HaverbekeInsert omitted semicolons for statements
2011-09-14 Marijn HaverbekeAdd syntax and representation for return-by-mutably...
2011-09-14 Marijn HaverbekeMake most of the compiler aware of return-by-reference
2011-09-14 Marijn HaverbekeRename ast::controlflow to ast::ret_style
2011-09-13 Marijn HaverbekeProperly pretty-print 10.x
2011-09-13 Marijn HaverbekeMake pretty-printer wrap fail/ret/put in parens in...
2011-09-12 Graydon HoareFactor imports mindlessly.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekePretty-print for new arg-mode syntax
2011-09-12 Marijn HaverbekeSwitch pretty-printer to new arg-mode syntax
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
next