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
about
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-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-1116
/
+0
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-11
/
+11
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-74
/
+76
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-06-14
Adding move_val and move_val_init intrinsics.
Eric Holk
-0
/
+20
2012-06-13
Box AST idents
Brian Anderson
-5
/
+5
2012-06-07
Comments only: annotate FIXMEs
Tim Chevalier
-1
/
+1
2012-06-06
core: Start on a stack walker
Brian Anderson
-1
/
+21
2012-06-06
rustc: Add frame_address intrinsic
Brian Anderson
-9
/
+47
2012-06-02
make vec fns/methods take imm slices.
Niko Matsakis
-1
/
+1
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-18
introduce a few copies here and there
Niko Matsakis
-1
/
+1
2012-05-16
Include intrinsic module in all crates, emit visit glue, fn intrinsic::visit_...
Graydon Hoare
-46
/
+1
2012-05-15
get preservation of boxes working, at least in simple cases
Niko Matsakis
-2
/
+3
2012-05-15
add node_ids to blocks
Niko Matsakis
-1
/
+1
2012-05-14
Instantiate per-type iface-based visit_glue when intrinsic ifaces present.
Graydon Hoare
-54
/
+22
2012-05-14
More work on reflection, now calls iface visitors back as well.
Graydon Hoare
-46
/
+48
2012-05-11
First working monomorphic type-reflection.
Graydon Hoare
-15
/
+71
2012-05-10
Preliminary groundwork for intrinsic module, reflection interface.
Graydon Hoare
-0
/
+23
2012-05-03
Turn constants in back::abi into uints, and propagate types
Tim Chevalier
-28
/
+21
2012-05-03
rustc: Fix comment about ABI in trans::native
Brian Anderson
-1
/
+1
2012-05-03
rustc: Link to original Clay x86 classification code
Brian Anderson
-0
/
+3
2012-05-03
add forgotten index and fix array type
Jyun-Yan You
-16
/
+18
2012-05-02
rustc: Hack around some FFI bustage. Unbreak servo
Brian Anderson
-0
/
+20
2012-04-27
rustc: Remove old align_of intrinsic
Brian Anderson
-5
/
+0
2012-04-27
rustc: Add min_align_of, pref_align_of intrinsic, deprecate align_of
Brian Anderson
-0
/
+9
2012-04-26
rustc: Rename llalign_of_real to llalign_of_pref
Brian Anderson
-1
/
+1
2012-04-18
Add a needs_drop intrinsic
Marijn Haverbeke
-0
/
+4
2012-04-15
syntax: Cleanup attr module. Closes #1545
Brian Anderson
-2
/
+2
2012-04-03
Output type sizes in reinterpret_cast error message
Marijn Haverbeke
-6
/
+8
2012-03-29
rustc: Remove the rustsyntax::attr wrapper in front
Brian Anderson
-1
/
+1
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
[next]