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
/
test
Age
Commit message (
Expand
)
Author
Lines
2012-04-14
test: Add a test for interesting module template polymorphism
Brian Anderson
-0
/
+196
2012-04-13
integrate simple notion of borrowing into trans
Niko Matsakis
-4
/
+3
2012-04-13
new borrowing tests (not all passing)
Niko Matsakis
-0
/
+31
2012-04-13
add test for issue #1466 that runs with CC ZEAL enabled.
Niko Matsakis
-0
/
+3
2012-04-13
add option exec-env to set env variables during test execution
Niko Matsakis
-0
/
+6
2012-04-13
first stab at type checking for borrow: not integrated into trans
Niko Matsakis
-9
/
+8
2012-04-12
Add a run-fail test for result::get, get rid of a FIXME. Also some random oth...
Tim Chevalier
-0
/
+113
2012-04-12
test: Add test for #1763
Brian Anderson
-0
/
+14
2012-04-12
Support general warnings and errors in lint pass via flags and attrs. Close #...
Graydon Hoare
-1
/
+31
2012-04-11
test: Add compile-fail test for shadowing in-scope enums
Brian Anderson
-0
/
+5
2012-04-11
Test that a class can implement an interface defined in a different crate
Tim Chevalier
-0
/
+52
2012-04-11
refactor fixup_self
Niko Matsakis
-0
/
+2
2012-04-11
first attempt at an assignability check
Niko Matsakis
-4
/
+10
2012-04-11
Allow classes to implement ifaces
Tim Chevalier
-0
/
+75
2012-04-11
Translate slice-strings and make fixed-strings carry their null.
Graydon Hoare
-5
/
+4
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-4
/
+3
2012-04-11
Add some xfailed estr tests.
Graydon Hoare
-0
/
+25
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-2
/
+36
2012-04-10
test: Remove duplicated auxliary tests
Haitao Li
-28
/
+14
2012-04-09
core: Make str::as_bytes handle failure. Closes #2156
Brian Anderson
-0
/
+10
2012-04-09
make anything used in a resource body always reachable
Niko Matsakis
-0
/
+15
2012-04-09
rt: Allow 2x normal stack during unwinding. Closes #2173
Brian Anderson
-0
/
+23
2012-04-09
rt: Don't limit the amount of stack available during unwinding. Closes #2144
Brian Anderson
-0
/
+9
2012-04-09
test: Don't share auxiliary modules
Haitao Li
-8
/
+22
2012-04-08
Xfail-fast a case on window
Haitao Li
-0
/
+1
2012-04-08
Fix a missing un-xfailed case
Haitao Li
-2
/
+1
2012-04-08
Check metadata hash when loading transitive dependent crates
Haitao Li
-0
/
+25
2012-04-07
rustc: Hash the CMH into symbol names
Brian Anderson
-0
/
+27
2012-04-07
test: Add test for mismatched nominal types when using multiple crate vers
Brian Anderson
-0
/
+24
2012-04-07
test: Add another test using multiple versions of the same crate
Brian Anderson
-0
/
+33
2012-04-07
test: Un-xfail run-pass/crateresolve2
Brian Anderson
-1
/
+0
2012-04-07
Revert "Mangle exported names using node IDs rather than types"
Brian Anderson
-11
/
+0
2012-04-07
Do not consider ty_bot to be a "resolved type".
Niko Matsakis
-6
/
+47
2012-04-08
Check version when resolving transitive dependent crates
Haitao Li
-0
/
+44
2012-04-07
Use version and hash in crate_map name
Haitao Li
-0
/
+33
2012-04-07
Use real crate name in crate_map name
Haitao Li
-0
/
+4
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-6
/
+2
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-46
/
+40
2012-04-06
test: Refactor the crateresolve tests
Brian Anderson
-31
/
+63
2012-04-06
rustc: Fail when there are multiple matches for 'use'
Brian Anderson
-0
/
+9
2012-04-06
Make tps invariant for now. Fixes #1973.
Niko Matsakis
-0
/
+68
2012-04-06
improve error messages
Niko Matsakis
-6
/
+33
2012-04-05
add static region and also fix regions to be contravariant
Niko Matsakis
-0
/
+27
2012-04-05
rustc: Don't assume that all crates with the same name are the same
Brian Anderson
-0
/
+54
2012-04-05
Mangle exported names using node IDs rather than types
Tim Chevalier
-0
/
+11
2012-04-05
simplify typing rule for vector addition: use mutability of LHS
Niko Matsakis
-0
/
+97
2012-04-05
new tests for things we'll have to fix eventually
Niko Matsakis
-0
/
+23
2012-04-05
Rename task::task_builder to task::builder
Tim Chevalier
-21
/
+21
2012-04-04
wip: refactor repr of regions
Niko Matsakis
-1
/
+19
2012-04-04
Make nonconstructable enums noncopyable, close #1907.
Graydon Hoare
-0
/
+8
[prev]
[next]