summary refs log tree commit diff
path: root/src/rustc/back/upcall.rs
AgeCommit message (Collapse)AuthorLines
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-6/+0
Closes #2048
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-0/+6
Oops. We can't do this yet until the next snapshot.
2012-03-23Remove support for the old-style intrinsicsMarijn Haverbeke-6/+0
Closes #2042 Closes #1981
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-1/+1
2012-03-19Send string concatenation to specialized upcall, shave 17s off librustc ↵Graydon Hoare-0/+4
compile time.
2012-03-16Remove shared tydescsMarijn Haverbeke-7/+0
All tydescs are static now, there's no need to worry about marshalling them between threads anymore.
2012-03-16Get rid of rust_crate_cache in the runtimeMarijn Haverbeke-7/+0
We are no longer generating dynamic tydescs or dicts. Issue #1982
2012-03-15Remove dynastack code from compilerMarijn Haverbeke-10/+0
2012-03-15Rename dict to vtable throughout the compilerMarijn Haverbeke-4/+1
The difference went away.
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+130