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-21
Merge remote-tracking branch 'mozilla/master'
Josh Matthews
-0
/
+28
2012-03-21
rustc: Add a function to record region bindings
Patrick Walton
-0
/
+28
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-40
/
+47
2012-03-21
rustc: Replace region parameters in function return values
Patrick Walton
-9
/
+35
2012-03-21
rustc: Check call and bind expressions using a set of region bindings
Patrick Walton
-10
/
+29
2012-03-21
rustc: Add a version of `demand` that takes in a set of region variable bindings
Patrick Walton
-7
/
+35
2012-03-21
methods work
Tim Chevalier
-17
/
+75
2012-03-21
rustc: Add region unification functions
Patrick Walton
-2
/
+60
2012-03-21
rustc: Introduce re_params into the typechecker
Patrick Walton
-16
/
+33
2012-03-21
Fix bug in vtable resolution
Marijn Haverbeke
-2
/
+0
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-55
/
+171
2012-03-20
Class methods WIP
Tim Chevalier
-129
/
+180
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-2
/
+2
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
rustdoc: Run the entire resolve pass
Brian Anderson
-11
/
+1
2012-03-20
make native and crust functions conform to x86-64 ABI
Jyun-Yan You
-35
/
+564
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-2
/
+2
2012-03-20
Fix caching bug in resolve, get rid of enumness kludge
Marijn Haverbeke
-106
/
+55
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
rustc: Fix handling of the `self` region in method return types. Also stub so...
Patrick Walton
-3
/
+24
2012-03-19
rustc: Fix mutability checking when dereferencing a region-annotated pointer
Patrick Walton
-7
/
+1
2012-03-19
Send string concatenation to specialized upcall, shave 17s off librustc compi...
Graydon Hoare
-5
/
+6
2012-03-19
Properly check kinds when instantiating types
Marijn Haverbeke
-17
/
+37
2012-03-18
core: Rename vec::position_elt to position_elem
Brian Anderson
-2
/
+3
2012-03-16
Encode both private and public class fields in metadata
Tim Chevalier
-7
/
+3
2012-03-16
Don't break -g in the presence of monomorphization.
Josh Matthews
-0
/
+1
2012-03-16
rustc: Unify impl self types in the opposite order so variance is correct
Brian Anderson
-1
/
+1
2012-03-16
Classes WIP
Tim Chevalier
-96
/
+116
2012-03-16
core: Store reexporting result and either. Closes #1997
Brian Anderson
-0
/
+2
2012-03-16
allow binding of fn~, make result fn@. fixes 1899.
Niko Matsakis
-2
/
+4
2012-03-16
Check kind bounds when calling methods
Marijn Haverbeke
-7
/
+23
2012-03-16
Forbid boxed ifaces with self types or generic methods in bounded params
Marijn Haverbeke
-19
/
+39
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-62
/
+17
2012-03-16
Support binding of methods off boxed iface values
Marijn Haverbeke
-12
/
+29
2012-03-15
rustc: Describe why regions failed to unify as part of the type error message
Patrick Walton
-9
/
+19
2012-03-15
rustc: Fix the AST map to actually map blocks. Also improve region error mess...
Patrick Walton
-1
/
+2
2012-03-15
rustc: Index blocks
Patrick Walton
-1
/
+8
2012-03-15
Improve error message for passing mutable argument by reference
Tim Chevalier
-1
/
+1
2012-03-15
rustc: Instantiate self regions in impls
Patrick Walton
-17
/
+22
2012-03-15
rustc: Have the typechecker pick up the resolved self region
Patrick Walton
-2
/
+2
2012-03-15
rustc: Create self region bindings, and forbid the self region from being use...
Patrick Walton
-16
/
+53
2012-03-15
switch over to using new serialize/deserialize code
Niko Matsakis
-4
/
+12
2012-03-15
std: Follow conventions in bitv
Brian Anderson
-3
/
+3
2012-03-15
Make last-use finder treat referenced function arguments properly
Marijn Haverbeke
-5
/
+17
2012-03-15
Fix bug in vtable builder
Marijn Haverbeke
-1
/
+8
2012-03-15
Reuse monomorphized functions more aggressively
Marijn Haverbeke
-63
/
+349
2012-03-15
Remove support for dynamically-sized types from translation code
Marijn Haverbeke
-553
/
+148
[prev]
[next]