index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc
/
middle
/
trans
/
native.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-4
/
+4
2012-03-23
Fix breakage
Tim Chevalier
-1
/
+1
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-2
/
+1
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-37
/
+5
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-6
/
+33
2012-03-23
Rename builtin back to intrinsic
Marijn Haverbeke
-5
/
+5
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-28
/
+1
2012-03-23
Support [rust_stack] annotation on native functions (crudely)
Marijn Haverbeke
-15
/
+45
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-20
/
+69
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-0
/
+24
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-33
/
+37
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-11
/
+12
2012-03-20
Remove unused "flav" parameter from function registration paths.
Graydon Hoare
-3
/
+3
2012-03-20
make native and crust functions conform to x86-64 ABI
Jyun-Yan You
-35
/
+564
2012-03-15
Never pass tydesc to functions
Marijn Haverbeke
-12
/
+9
2012-03-15
Remove a large part of the tydesc-passing code
Marijn Haverbeke
-3
/
+2
2012-03-15
Stop generating generic versions of generic functions
Marijn Haverbeke
-1
/
+1
2012-03-14
rustc: Lift the @ from the type definition of crate_ctxt into its uses
Patrick Walton
-14
/
+14
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-1
/
+1
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-13
/
+54
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+2
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-2
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+2
2012-03-06
Make trans pass responsible for pulling in inlined functions
Marijn Haverbeke
-2
/
+3
2012-03-04
Translate simple classes
Tim Chevalier
-1
/
+2
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+359