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
Age
Commit message (
Expand
)
Author
Lines
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
-966
/
+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
2012-03-23
Fix inconsistent-iteration hazard in map.rs
Marijn Haverbeke
-6
/
+10
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
/
+1023
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
-1006
/
+15
2012-03-23
Register snapshot, turn off USE_SNAPSHOT flags
Marijn Haverbeke
-0
/
+8
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
-31
/
+53
2012-03-23
Replace most uses of intrinsics in core with builtins
Marijn Haverbeke
-85
/
+44
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
-24
/
+99
2012-03-22
rt: Run resource destructors during cycle collection
Brian Anderson
-0
/
+90
2012-03-22
Bump version numbers to 0.2
Brian Anderson
-6
/
+6
[prev]
[next]