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
Age
Commit message (
Expand
)
Author
Lines
2012-03-28
rustc: Universally quantify regions when calling functions. Un-XFAIL regions-...
Patrick Walton
-118
/
+106
2012-03-28
Allow references to "self" within classes
Tim Chevalier
-31
/
+77
2012-03-28
Make sure type_use.rs doesn't get lost in recursive enums
Marijn Haverbeke
-7
/
+12
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-28
/
+106
2012-03-27
make type_kind exhaustive, add an entry for type_self (in particular)
Niko Matsakis
-1
/
+3
2012-03-27
Emergency safe-ref-checker maintenance
Marijn Haverbeke
-82
/
+92
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-130
/
+119
2012-03-27
Support returning from loop blocks
Marijn Haverbeke
-51
/
+183
2012-03-27
Support an alternate for syntax that calls a higher-order function
Marijn Haverbeke
-63
/
+72
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-170
/
+170
2012-03-26
rustc: Move eval_const_expr to its own mod
Brian Anderson
-12
/
+179
2012-03-26
rustc: Combine and unify regions
Patrick Walton
-37
/
+88
2012-03-26
rustc: Fix typo in infer
Patrick Walton
-1
/
+1
2012-03-26
rustc: Remove obsolete FIXME in infer
Patrick Walton
-3
/
+0
2012-03-26
rustc: Generalize resolve_var to work with regions too
Patrick Walton
-15
/
+12
2012-03-26
In typeck, don't call ty::store_iface_methods on private methods
Tim Chevalier
-2
/
+2
2012-03-26
Improve type inference to compute LUB/GLB
Niko Matsakis
-134
/
+729
2012-03-26
Enforce privacy declarations for class fields and methods
Tim Chevalier
-19
/
+42
2012-03-26
Check in a forgotten new file
Marijn Haverbeke
-0
/
+54
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-130
/
+129
2012-03-26
Fix bug in generation of non-generic resource dtors
Marijn Haverbeke
-1
/
+1
2012-03-25
repair the build---also, make try/commit work over both ty/region vars
Niko Matsakis
-17
/
+34
2012-03-24
rustc: Generalize several parts of infer in preparation for using them for re...
Patrick Walton
-94
/
+97
2012-03-24
Avoid unifying vars when possible; handle bot (more) correctly
Niko Matsakis
-24
/
+48
2012-03-24
rustc: Stub some region resolution stuff in infer
Patrick Walton
-3
/
+103
2012-03-24
rustc: Add some simple region checking (no region vars yet)
Patrick Walton
-57
/
+39
2012-03-24
prune unused unification code; leave region code that still needs to be ported
Niko Matsakis
-642
/
+50
2012-03-23
Allow methods to call other methods in the same class
Tim Chevalier
-2
/
+15
2012-03-23
add a few measly comments, remove some dead code
Niko Matsakis
-16
/
+19
2012-03-23
xfail-test regions tests
Niko Matsakis
-21
/
+3
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-80
/
+851
2012-03-23
Fix breakage
Tim Chevalier
-5
/
+3
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-99
/
+90
2012-03-23
rustc: Remove `// */` sequence from trans/base.rs; it breaks vi syntax highli...
Patrick Walton
-1
/
+1
2012-03-23
rustc: Stub a table of borrowings
Patrick Walton
-2
/
+10
2012-03-23
rustc: Make region folding not descend into function types
Patrick Walton
-7
/
+15
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-304
/
+377
2012-03-23
Keep an explicit map of things that have to be spilled
Marijn Haverbeke
-8
/
+16
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-110
/
+30
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
Revert removal of intrinsics
Marijn Haverbeke
-30
/
+105
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
-17
/
+17
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-90
/
+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
-55
/
+174
[next]