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
Age
Commit message (
Expand
)
Author
Lines
2012-03-26
Merge pull request #2054 from j3parker/master
Brian Anderson
-3
/
+4
2012-03-26
In typeck, don't call ty::store_iface_methods on private methods
Tim Chevalier
-3
/
+37
2012-03-26
Improve type inference to compute LUB/GLB
Niko Matsakis
-184
/
+765
2012-03-26
Remove stray comment
Tim Chevalier
-9
/
+0
2012-03-26
Enforce privacy declarations for class fields and methods
Tim Chevalier
-58
/
+185
2012-03-26
Fix return-in-block in cargo
Marijn Haverbeke
-6
/
+4
2012-03-26
Check in a forgotten new file
Marijn Haverbeke
-0
/
+54
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-150
/
+152
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-25
str::to_chars -> str::chars
Jacob Parker
-1
/
+1
2012-03-25
Fixed vim highlighting for \' (and other) escapes in char literals
Jacob Parker
-2
/
+3
2012-03-24
rustc: Generalize several parts of infer in preparation for using them for re...
Patrick Walton
-94
/
+97
2012-03-24
correct more broken tests
Niko Matsakis
-12
/
+20
2012-03-24
add test that was failing from tedh
Niko Matsakis
-0
/
+11
2012-03-24
add annotation for variable that used to infer to bot
Niko Matsakis
-1
/
+1
2012-03-24
Avoid unifying vars when possible; handle bot (more) correctly
Niko Matsakis
-32
/
+116
2012-03-24
new test which features conflicting variance requirements
Niko Matsakis
-0
/
+46
2012-03-24
rustc: Stub some region resolution stuff in infer
Patrick Walton
-3
/
+103
2012-03-24
test: Rename run-pass/simple-regions.rs to run-pass/regions-simple.rs
Patrick Walton
-0
/
+0
2012-03-24
test: Add a simple test for dangling pointers
Patrick Walton
-0
/
+9
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
-6
/
+74
2012-03-23
Add another test for cross-crate method calls
Tim Chevalier
-0
/
+30
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
/
+9
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-121
/
+1000
2012-03-23
Fix breakage
Tim Chevalier
-5
/
+3
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-105
/
+99
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
Remove unneeded code
Tim Chevalier
-2
/
+0
2012-03-23
Remove ctypes -- it's no longer used.
Tim Chevalier
-91
/
+0
2012-03-23
Remove a FIXME and workaround that appear to be obsolete
Tim Chevalier
-3
/
+1
2012-03-23
Remove char::to_lower, char::to_upper, use libc versions instead
Tim Chevalier
-56
/
+17
2012-03-23
test: Add a test case that ensures `ret &EXPR` works.
Patrick Walton
-0
/
+8
2012-03-23
rustc: Fix parsing of `ret &EXPR`
Patrick Walton
-0
/
+1
2012-03-23
test: Fix unresolved name in regions-mock-trans-impls.rs
Patrick Walton
-1
/
+1
2012-03-23
test: Add a version of the "mock-trans" regions test case that uses impls
Patrick Walton
-0
/
+46
2012-03-23
test: Fix leak in regions-mock-trans
Patrick Walton
-1
/
+4
2012-03-23
test: Fix whitespace at EOL
Patrick Walton
-1
/
+1
2012-03-23
test: Add a trans.rs-workalike test case for regions
Patrick Walton
-0
/
+41
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-329
/
+391
2012-03-23
Keep an explicit map of things that have to be spilled
Marijn Haverbeke
-11
/
+35
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-981
/
+37
2012-03-23
Register new snapshot
Marijn Haverbeke
-0
/
+8
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
[prev]
[next]