]> git.lizzy.rs Git - rust.git/history - src/comp/back/upcall.rs
Make binding of fns with bounded type parameters work
[rust.git] / src / comp / back / upcall.rs
2012-01-06 Marijn HaverbekeMake binding of fns with bounded type parameters work
2011-12-15 Brian AndersonMerge pull request #1307 from elly/cargo
2011-12-15 Niko Matsakismassive refactor of how closures work
2011-12-14 Niko Matsakisget basic code generation working, clone type descs...
2011-12-07 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-07 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-07 Brian Andersonrt: Various tweaks to make __morestack unwinding work...
2011-11-19 Niko Matsakisget pure wrappers approach running
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 Niko Matsakisfix natives with user-specified link names, remove...
2011-11-16 Niko Matsakisbegin efforts to use shim functions for c-stack calls
2011-11-11 Haitao LiCleanup unused imports
2011-11-02 Niko Matsakisget things checking on ia32
2011-11-02 Niko Matsakisthread the context through so that int can be 64 bits...
2011-10-25 Niko Matsakisfix c-stack-cdecl when used w/ i64
2011-10-24 Niko Matsakisswitch over sqrt from llvm to c-stack-cdecl, exposing...
2011-10-20 Marijn HaverbekeGet rid of taskpointer-passing throughout the compiler
2011-10-20 Marijn HaverbekeRemove taskptr argument from upcalls
2011-09-30 Patrick Waltonrustc: Make the generic C stack function signature...
2011-09-30 Patrick Waltonrustc: Fix call signature for call_c_stack
2011-09-30 Patrick Waltonrustc: Add upcall stubs for the new C stack upcalls
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-09-12 Brian AndersonAdd upcall_rust_personality
2011-09-09 Marijn HaverbekeGet rid of some unused upcalls
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 AndersonReformat. Issue #855
2011-09-02 Marijn HaverbekeRename ivecs to vecs in the compiler
2011-09-02 Marijn HaverbekeRemove remaining evec support from trans
2011-09-02 Brian AndersonRename std::istr to std::str. Issue #855
2011-09-01 Patrick Waltonrt: Make the dynamic stack self-describing
2011-08-29 Marijn HaverbekeImplement non-internal ivecs
2011-08-27 Brian AndersonConvert rustc::middle::trans to istrs. Issue #855
2011-08-27 Brian AndersonConvert the rest of rustc::back to istrs. Issue #855
2011-08-25 Patrick Waltonrustc: Add an extra flag to object tydescs so that...
2011-08-24 Marijn HaverbekeOptimize += [x] into a simple push operation
2011-08-20 Brian AndersonReformat
2011-08-18 Brian AndersonRename some vec upcalls and trans functions from vec...
2011-08-18 Brian AndersonRemove upcall_new_vec
2011-08-18 Marijn HaverbekeRemove or _-prefix all unused function arguments
2011-08-17 Patrick Waltonrustc: Add the dynastack upcalls to upcall.rs
2011-08-16 Eric HolkRemoving task, chan and port upcalls.
2011-08-16 Lindsey KuperThe wonky for...in... whitespace was bothering me....
2011-08-11 Patrick Waltonrustc: Remove unused "trace" upcalls
2011-08-10 Patrick Waltonrustc: Use polymorphic logging
2011-08-09 Brian AndersonConvert remaning ivec decls to new syntax
2011-08-09 Erick TryzelaarPort the compiler to the ivec type [T] syntax.
2011-08-08 Patrick Waltonrustc: Fix signature on cmp glue upcall
2011-08-08 Patrick Waltonrustc: Declare upcall_cmp_type
2011-08-05 Eric HolkAtomic ref counting for chans.
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-28 Eric HolkAdding upcalls to to ref() and deref() tasks. This...
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-21 Eric HolkLots of work on memory tracking and channels.
2011-07-16 Patrick Waltonrustc: Implement interior string logging in DPS
2011-07-15 Patrick Waltonrustc: Remove a bunch of exterior vectors
2011-07-15 Eric Holkrefactor: Move the LLVM type and constant constructors...
2011-07-14 Rafael Ávila de... Next step in the type system change. Add task_type...
2011-07-13 Rafael Ávila de... First step in the typesystem rewrite:
2011-07-08 Patrick Waltonrustc: Make trans use interior vectors
2011-07-07 Patrick WaltonMerge pull request #634 from robarnold/upstream-stable
2011-07-07 Rob ArnoldAllocate rust_ivec buffers out of the kernel pool
2011-06-28 Eric HolkRe-enabling some tests.
2011-06-28 Eric HolkThere is only one domain per kernel now.
2011-06-20 Eric HolkAdded string duplication to deep_copy. Closes #520.
2011-06-16 Eric HolkRemoving dead upcall_join. Closes #509.
2011-06-16 Michael SullivanGet rid of old vec_append glue.
2011-06-15 Graydon HoareFix a bunch of compile-command lines to use RBUILD
2011-06-15 Graydon HoareReformat source tree (minus a couple tests that are...
2011-06-15 Patrick WaltonMerge pull request #490 from msullivan/fix_vec_append
2011-06-14 Michael SullivanImplement upcall_vec_append and use it for vector append.
2011-06-14 Patrick Waltonrustc: Implement simple interior vector append translation
2011-06-14 Eric HolkThis is the mega-ucontext commit. It replaces the task...
2011-06-01 Paul StansiferNow imports are not re-exported unless 'export' is...
2011-05-27 Eric HolkSwitching over to wrappers for spawning functions of...
2011-05-27 Graydon HoareMore delicious dead code removal from runtime, upcalls.
2011-05-20 Eric HolkUsing the right mode...
2011-05-20 Eric HolkTranslated start_task, but it fails on spp == align_dow...
2011-05-20 Eric HolkCalled the new_task upcall. There are refcount issues...
2011-05-17 Graydon HoareMerge remote branch 'origin/master' into HEAD
2011-05-17 Graydon HoareRewrite everything to use [] instead of vec() in value...
2011-05-12 Marijn HaverbekeDowncase std modules again, move to :: for module deref...
2011-05-10 Patrick Waltonrustc: Get rid of native Rust glue for all upcalls...
2011-05-09 Patrick Waltonrustc: Give our upcall definitions the right values
2011-05-09 Patrick Waltonrustc: Declare upcalls with real signatures; preparatio...