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
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
-125
/
+129
2012-03-15
Hugely simplify iface handling
Marijn Haverbeke
-319
/
+128
2012-03-15
Stop generating generic versions of generic functions
Marijn Haverbeke
-58
/
+53
2012-03-15
Disallow calling generic methods through a boxed iface
Marijn Haverbeke
-0
/
+4
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
-63
/
+62
2012-03-14
rustc: Universally quantify regions when looking up typeclass implementations
Patrick Walton
-1
/
+17
2012-03-14
allow immut vars to be moved. enforce mut vars after stage0 in std.
Niko Matsakis
-5
/
+12
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
-7
/
+8
2012-03-14
rustc: Make region dereference no longer require an unsafe block
Patrick Walton
-7
/
+1
2012-03-14
rustc: Autoderef through region pointers
Patrick Walton
-2
/
+6
2012-03-14
rustc: Reword field/method-not-found error message to mention the possibility...
Patrick Walton
-1
/
+1
2012-03-14
rustc: Determine the region of pointer dereference expressions
Patrick Walton
-6
/
+16
2012-03-14
rustc: Make the self region work properly in enums
Patrick Walton
-41
/
+91
2012-03-14
rustc: Record the parent blocks of locals
Patrick Walton
-1
/
+12
2012-03-14
Add crude support for casts in constant expressions
Marijn Haverbeke
-51
/
+85
2012-03-13
rewrite unify in a modal style, extend result module
Niko Matsakis
-262
/
+289
2012-03-13
first (functional) version of the auto_serialize syntax ext
Niko Matsakis
-0
/
+3
2012-03-13
rustc: Allow the addresses of rvalues to be taken
Patrick Walton
-4
/
+21
2012-03-13
rustc: Instantiate "caller" regions when calling functions
Patrick Walton
-12
/
+64
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
rustc: Infer regions of variant arguments to the caller region
Patrick Walton
-2
/
+6
2012-03-13
rustc: Get reference typedefs working
Patrick Walton
-15
/
+60
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-8
/
+8
2012-03-13
rustc: Thread the use site around in ast_ty_to_ty
Patrick Walton
-135
/
+152
2012-03-13
rustc: Don't cache ast_ty_to_ty results for types that have references
Patrick Walton
-7
/
+21
2012-03-13
rustc: Use only ast_ty_to_ty for region inference
Patrick Walton
-27
/
+4
2012-03-13
rustc: Use the inferred region as the self region in ast_ty_to_ty as well
Patrick Walton
-2
/
+4
2012-03-13
rustc: Look up inferred regions in ast_ty_to_ty
Patrick Walton
-1
/
+6
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-31
/
+32
2012-03-13
rustc: Fix long line
Patrick Walton
-1
/
+1
2012-03-13
rustc: Record what `&` would resolve to for every AST type
Patrick Walton
-23
/
+24
2012-03-13
Use type size/alignment of target, rather than host, in debuginfo
Marijn Haverbeke
-70
/
+24
[prev]
[next]