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
Age
Commit message (
Expand
)
Author
Lines
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-90
/
+15
2012-03-23
Fix bug in function-instance reuse
Marijn Haverbeke
-1
/
+11
2012-03-23
Change vector append to no longer rely on an intrinsic
Marijn Haverbeke
-13
/
+27
2012-03-23
Support [rust_stack] annotation on native functions (crudely)
Marijn Haverbeke
-17
/
+47
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-52
/
+118
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-22
/
+398
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-300
/
+322
2012-03-21
rustc: Long lines
Brian Anderson
-2
/
+4
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-40
/
+47
2012-03-21
methods work
Tim Chevalier
-1
/
+4
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-37
/
+93
2012-03-20
Class methods WIP
Tim Chevalier
-17
/
+10
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-1
/
+1
2012-03-20
Remove unused "flav" parameter from function registration paths.
Graydon Hoare
-17
/
+15
2012-03-20
Fix naughty mangling-breakage from stringifying a node ID. Close #1344.
Graydon Hoare
-1
/
+1
2012-03-20
Work on fixing name mangling.
Graydon Hoare
-32
/
+17
2012-03-20
make native and crust functions conform to x86-64 ABI
Jyun-Yan You
-35
/
+564
2012-03-20
Only make symbols external when they are actually externally accessible
Marijn Haverbeke
-25
/
+33
2012-03-20
Move external-reachability checker to trans
Marijn Haverbeke
-0
/
+147
2012-03-19
Send string concatenation to specialized upcall, shave 17s off librustc compi...
Graydon Hoare
-5
/
+6
2012-03-18
core: Rename vec::position_elt to position_elem
Brian Anderson
-1
/
+1
2012-03-16
Encode both private and public class fields in metadata
Tim Chevalier
-1
/
+1
2012-03-16
Don't break -g in the presence of monomorphization.
Josh Matthews
-0
/
+1
2012-03-16
Classes WIP
Tim Chevalier
-11
/
+10
2012-03-16
Forbid boxed ifaces with self types or generic methods in bounded params
Marijn Haverbeke
-9
/
+12
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-50
/
+10
2012-03-16
Support binding of methods off boxed iface values
Marijn Haverbeke
-11
/
+24
2012-03-15
Fix bug in vtable builder
Marijn Haverbeke
-1
/
+8
2012-03-15
Reuse monomorphized functions more aggressively
Marijn Haverbeke
-26
/
+322
2012-03-15
Remove support for dynamically-sized types from translation code
Marijn Haverbeke
-525
/
+146
2012-03-15
Remove GEP_tup_like
Marijn Haverbeke
-181
/
+62
2012-03-15
Remove dynastack code from compiler
Marijn Haverbeke
-51
/
+2
2012-03-15
Remove lltyparams field in trans::common::fn_ctxt
Marijn Haverbeke
-69
/
+18
2012-03-15
Don't pass an undef retptr to generic intrinsics
Marijn Haverbeke
-5
/
+5
2012-03-15
Properly recognize external intrinsics
Marijn Haverbeke
-56
/
+59
2012-03-15
Huge kludge to get intrinsics' type parameters passed
Marijn Haverbeke
-27
/
+53
2012-03-15
Never pass tydesc to functions
Marijn Haverbeke
-351
/
+93
2012-03-15
Properly replace iface tps with impl tps in static method calls
Marijn Haverbeke
-10
/
+26
2012-03-15
Only write metadata for items that actually appear in the root AST
Marijn Haverbeke
-3
/
+3
2012-03-15
Make sure enum and resource constructors are inlined properly
Marijn Haverbeke
-25
/
+27
2012-03-15
Make sure resource destructors are properly monomorphized
Marijn Haverbeke
-37
/
+45
2012-03-15
Remove a large part of the tydesc-passing code
Marijn Haverbeke
-305
/
+109
2012-03-15
Rename dict to vtable throughout the compiler
Marijn Haverbeke
-98
/
+101
2012-03-15
Hugely simplify iface handling
Marijn Haverbeke
-316
/
+116
2012-03-15
Stop generating generic versions of generic functions
Marijn Haverbeke
-58
/
+53
2012-03-15
Fix assumption that monomorphized method's impls are crate-local
Marijn Haverbeke
-13
/
+18
2012-03-15
Fix monomorphization of resource constructors
Marijn Haverbeke
-4
/
+21
2012-03-15
Turn on monomorphization by default
Marijn Haverbeke
-2
/
+1
2012-03-14
Convert *u8 native string users to *c_char
Brian Anderson
-45
/
+45
2012-03-14
core:: Eliminate str::sbuf. Replace with *u8
Brian Anderson
-5
/
+4
[prev]
[next]