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
Age
Commit message (
Expand
)
Author
Lines
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-329
/
+390
2012-03-23
Keep an explicit map of things that have to be spilled
Marijn Haverbeke
-11
/
+29
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-139
/
+33
2012-03-23
Remove more needless context threading in trans
Marijn Haverbeke
-177
/
+125
2012-03-23
Revert resolve kludge that was working around #2049
Marijn Haverbeke
-12
/
+7
2012-03-23
Stop trying to link intrinsics.bc
Marijn Haverbeke
-64
/
+0
2012-03-23
Interpret native mods with ABI rust-intrinsic as builtins
Marijn Haverbeke
-4
/
+1
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-32
/
+200
2012-03-23
Clean up some confused shuffling of def_ids in resolve.rs
Marijn Haverbeke
-34
/
+31
2012-03-23
Rename builtin back to intrinsic
Marijn Haverbeke
-21
/
+21
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-183
/
+15
2012-03-23
Kludge in resolve to be able to land builtins
Marijn Haverbeke
-7
/
+12
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
-57
/
+195
2012-03-22
Make cross-crate calls to class methods work
Tim Chevalier
-21
/
+97
2012-03-22
Bump version numbers to 0.2
Brian Anderson
-2
/
+2
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-22
/
+403
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-7
/
+11
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-922
/
+952
2012-03-21
rustc: Use the right "nxt" function in unify_regions
Patrick Walton
-3
/
+3
2012-03-21
rustc: Long lines
Brian Anderson
-2
/
+4
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
-48
/
+54
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
-33
/
+112
2012-03-21
rustc: Add region unification functions
Patrick Walton
-2
/
+60
2012-03-21
rustc: Introduce re_params into the typechecker
Patrick Walton
-17
/
+36
2012-03-21
Fix bug in vtable resolution
Marijn Haverbeke
-2
/
+0
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-56
/
+199
2012-03-20
stdlib: Implement arenas
Patrick Walton
-2
/
+2
2012-03-20
rustc: Fix a few more instances of node ID stomping, due to AST folding incor...
Patrick Walton
-3
/
+5
2012-03-20
rustc: Make the quasiquote operator stop reusing nodes (and therefore stop re...
Patrick Walton
-3
/
+4
2012-03-20
Class methods WIP
Tim Chevalier
-258
/
+377
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
-33
/
+47
2012-03-20
rustdoc: Run the entire resolve pass
Brian Anderson
-11
/
+1
2012-03-20
Remove object file directly rather than running "rm". Close #1778 also.
Graydon Hoare
-1
/
+4
2012-03-20
make native and crust functions conform to x86-64 ABI
Jyun-Yan You
-35
/
+564
2012-03-20
rustc: Be more careful about spans in 'unexpected token' errors
Marijn Haverbeke
-9
/
+12
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-5
/
+5
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
-21
/
+20
[prev]
[next]