]> git.lizzy.rs Git - rust.git/history - src/comp/metadata/tyencode.rs
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
[rust.git] / src / comp / metadata / tyencode.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-05 Stefan PlantikowMerge branch 'master' into kmath
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 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 HaverbekeUse the same type of record in ty::ty_fn and ty::method
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-23 Marijn HaverbekeRollback return-by-reference
2011-11-21 Haitao Lirustc: Remove abi from ast::native_mod
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-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-11 Brian AndersonUse a non-ambiguous character for encoding bare functions
2011-10-11 Brian AndersonIntroduce ast::proto_bare
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 HaverbekeMake most of the compiler aware of return-by-reference
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 ty_istr to ty_str. 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-08-27 Brian AndersonConvert pretty-printer to istrs. 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-27 Brian AndersonConvert portions of rustc to istrs. Recover a lot of...
2011-08-27 Brian AndersonConvert std::io to istrs. Issue #855
2011-08-27 Brian AndersonConvert std::int to istrs. Issue #855
2011-08-27 Brian AndersonConvert std::uint to istrs. Issue #855
2011-08-22 Marijn HaverbekeReplace &ty::t with ty::t throughout the compiler
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-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 Marijn HaverbekeTuple fields are immutable
2011-08-15 Marijn HaverbekeTuple types back, not constructable yet
2011-08-12 Brian AndersonRename std::ioivec to std::io
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 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-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-14 Patrick Waltonrustc: Move much of metadata reading over to interior...
2011-07-13 Graydon HoareProhibit trailing whitespace under 'tidy' script. Clean...
2011-07-07 Patrick WaltonMerge pull request #634 from robarnold/upstream-stable
2011-07-07 Brian AndersonMove tyencode::ty_str to metadata::encoder
2011-07-07 Brian AndersonRefactor tyencode::ty_str to not require a tyencode...
2011-07-06 Patrick Waltonrustc: Change constraints in types to use interior...
2011-07-06 Patrick Waltonrustc: Revert the conversion to interior vectors due...
2011-07-06 Patrick Waltonrustc: Change constraints in types to use interior...
2011-07-06 Marijn HaverbekeRemove temporary stdlib placeholders, use actual stdlib...
2011-07-05 Marijn HaverbekeMove everything syntax-related to syntax/, break deps...
2011-07-04 Graydon HoareMerge pull request #605 from wilsonk/target
2011-07-02 Patrick Waltonrustc: Move path_to_str to front::ast
2011-07-01 Marijn HaverbekeTrack def_ids of native types so that they can be disti...
2011-06-30 Patrick Waltonrustc: Change function argument types to interior vectors
2011-06-30 Tim ChevalierKill unused variables
2011-06-30 Marijn HaverbekeSupport type parameters in resources
2011-06-27 Brian AndersonLimit exports from metadata::tyencode
2011-06-27 Brian AndersonMove metadata::cwriter::encode to metadata::tyencode