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
Age
Commit message (
Expand
)
Author
Lines
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
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-13
/
+13
2012-03-14
rustc: Lift the @ from the type definition of crate_ctxt into its uses
Patrick Walton
-135
/
+136
2012-03-14
rustc: Fix a couple of bugs that prevented taking addresses of rvalues
Patrick Walton
-4
/
+5
2012-03-14
rustc: Autoderef through region pointers
Patrick Walton
-0
/
+4
2012-03-14
Add crude support for casts in constant expressions
Marijn Haverbeke
-35
/
+59
2012-03-13
rustc: Don't make the while loop body's basic block a child of the condition
Brian Anderson
-4
/
+6
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-1
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-13
/
+13
2012-03-13
Use type size/alignment of target, rather than host, in debuginfo
Marijn Haverbeke
-70
/
+24
2012-03-13
rustc: Teach trans::alt.rs about exhaustive alts
Marijn Haverbeke
-72
/
+82
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-32
/
+31
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-1
/
+2
2012-03-12
Revert "rustc: Add node IDs to AST types so we can associate them with region...
Patrick Walton
-2
/
+1
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-1
/
+2
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-5
/
+5
2012-03-10
core: Rename vec::tail_n to vec::tailn to match other fns
Brian Anderson
-1
/
+1
2012-03-09
Add an infinite loop construct
Tim Chevalier
-1
/
+16
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-11
/
+12
2012-03-08
rustc: Add some missing cases in various folds for reference types and some b...
Patrick Walton
-2
/
+8
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-2
/
+2
2012-03-08
rustc: Add regions to the type system
Patrick Walton
-1
/
+11
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-6
/
+5
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-288
/
+233
2012-03-08
rustc: Add the safe address-of operator to the AST
Patrick Walton
-1
/
+5
2012-03-07
Fix #1941: inlining of items that themselves contain nested items
Niko Matsakis
-4
/
+19
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+6
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-6
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+6
2012-03-07
Fix #1503 in a saner way
Marijn Haverbeke
-9
/
+5
2012-03-06
make inline enabled by default
Niko Matsakis
-1
/
+1
[prev]
[next]