]> git.lizzy.rs Git - rust.git/history - src/comp/metadata/tydecode.rs
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
[rust.git] / src / comp / metadata / tydecode.rs
2012-01-10 Graydon HoareRemove proto_sugar and 'lambda' as keyword, commit...
2012-01-07 Niko Matsakisrejigger impl to have an opaque closure ptr rather...
2012-01-06 Tim ChevalierDisallow variable names that shadow tags in scope
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Marijn HaverbekeClean up translating of def_ids in metadata reader
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Marijn HaverbekeSwitch to new param kind bound syntax
2012-01-05 Marijn HaverbekeGet external interfaces / impls working
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2012-01-02 Marijn HaverbekeBox arrays of parameter bounds
2012-01-02 Marijn HaverbekeCheck that type parameter bounds are interface types
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 HaverbekeCheck impls methods against the type of their iface.
2011-12-23 Marijn HaverbekeUse the same type of record in ty::ty_fn and ty::method
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 Graydon HoareRegister snapshots and switch logging over to use of...
2011-12-16 Graydon HoareMerge pull request #1317 from boggle/fix1315
2011-12-16 Niko Matsakisextend with ty_send_type and ty_opaque_closure
2011-12-14 Niko Matsakispush changes through to get things compiling, if not...
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-07 Marijn HaverbekeChange literal representation to not truncate
2011-11-30 Marijn HaverbekeBox ast::path values
2011-11-23 Marijn HaverbekeRollback return-by-reference
2011-11-21 Haitao Lirustc: Remove abi from ast::native_mod
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-11 Haitao LiCleanup unused imports
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-25 Marijn HaverbekeUpdate our code to new type parameter kind syntax
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-21 Brian AndersonParse obj methods as proto_bare
2011-10-11 Brian AndersonUse the correct function type for external bare functions
2011-10-11 Brian AndersonUse a non-ambiguous character for encoding bare functions
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-22 Brian AndersonConvert ty::ty_uniq to contain a mutable type
2011-09-15 Marijn HaverbekeRequire the parameter that will be referenced to be...
2011-09-14 Marijn HaverbekeAdd syntax and representation for return-by-mutably...
2011-09-14 Marijn HaverbekeRename ast::controlflow to ast::ret_style
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-12 Marijn HaverbekeMake the names of the arg mode tag reflect their (revis...
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 istr-stuff to str in rustc. Issue #855
2011-09-03 Brian AndersonReformat. Issue #855
2011-09-02 Brian AndersonRemove lots of estr code from rustc. Issue #855
2011-09-02 Brian AndersonRename std::istr to std::str. Issue #855
2011-09-01 Brian AndersonRemove std::str. Issue #855
2011-08-27 Brian AndersonConvert rustc::metadata to istrs. Issue #855
2011-08-27 Brian AndersonConvert ast::ident to istr. Issue #855
2011-08-22 Brian AndersonMove functions from syntax::ast to syntax::ast_util
2011-08-20 Brian AndersonReformat
2011-08-18 Brian AndersonRename various things from ivec to vec
2011-08-18 Brian AndersonRemove ast::ty_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 Paul StansiferUse span stacks to track macro expansion for less troub...
2011-08-15 Paul StansiferMake spans into stacks (to store expansion backtraces).
2011-08-15 Marijn HaverbekeTuple fields are immutable
2011-08-15 Marijn HaverbekeTuple types back, not constructable yet
2011-08-12 Brian AndersonConvert uint::parse_buf to ivecs
2011-08-11 Patrick Waltonrustc: Add unique pointers to the set of types we support
2011-08-09 Erick TryzelaarPort the compiler to the ivec type [T] syntax.
2011-08-08 Graydon HoareAdd new arg-passing mode 'move' denoted with '-T'....
2011-07-29 Graydon HoareTurn on kind propagation for typarams. Annotate a bunch...
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-28 Graydon HoareThread kinds into the type system. Don't quite activate...
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-26 Michael SullivanResolve and typecheck alias-environment-capturing blocks.
2011-07-26 Marijn HaverbekeRemove tuple support from the compiler
2011-07-26 Marijn HaverbekeRemove all uses of tuples from the compiler and stdlib
2011-07-20 Tim ChevalierAdd missing case in tyencode for ty_constr
2011-07-20 Tim ChevalierBeginnings of support for constrained types
2011-07-18 Brian AndersonSupport x86 stdcall convention
2011-07-15 Patrick Waltonrustc: Remove a bunch of exterior vectors
next