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
/
test
/
run-fail
Age
Commit message (
Expand
)
Author
Lines
2013-01-26
testsuite: Eliminate structural records from run-fail tests
Tim Chevalier
-7
/
+21
2013-01-24
librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...
Patrick Walton
-0
/
+0
2013-01-24
librustc: Make C functions unsafe
Patrick Walton
-4
/
+8
2013-01-23
libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti...
Patrick Walton
-0
/
+6
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-14
/
+20
2013-01-20
testsuite: Un-xfail test for #3029 and move to run-fail
Tim Chevalier
-0
/
+17
2013-01-17
librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...
Patrick Walton
-0
/
+32
2013-01-15
librustc: Make the default sigil for block lambdas `&` instead of `@`.
Graydon Hoare
-1
/
+1
2013-01-10
mode: reset mode on entry to fn body.
Niko Matsakis
-1
/
+1
2012-12-14
Fix broken tests
Brian Anderson
-1
/
+1
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-16
/
+16
2012-12-13
Rename Send trait to Owned
Brian Anderson
-4
/
+4
2012-12-10
Adjust the die macro to only accept ~str and to work in statement position
Brian Anderson
-0
/
+19
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+1020
2012-12-06
test: Fix some run-fail bustage. rs=bustage
Patrick Walton
-4
/
+4
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-7
/
+7
2012-11-16
re-xfail two tests
Brian Anderson
-0
/
+2
2012-11-15
Update and un-xfail tests
Tim Chevalier
-33
/
+37
2012-11-14
Convert the test suite to use the Drop trait
Ben Striegel
-30
/
+55
2012-11-01
xfail issue-2061
Brian Anderson
-0
/
+1
2012-11-01
Add run-fail test for #2061
Tim Chevalier
-0
/
+11
2012-10-30
Preserve parenthesization in the AST
Tim Chevalier
-4
/
+4
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-2
/
+2
2012-10-21
Fix ICE stemming from use of unique pointers in unreachable blocks.
Josh Matthews
-0
/
+5
2012-10-12
Make moves explicit in rfail tests
Tim Chevalier
-4
/
+4
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-09-30
When a vec/str bounds check fails, include the bad index and the length of th...
Gareth Daniel Smith
-8
/
+8
2012-09-26
Fix test/run-fail/issue-2156
Brian Anderson
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-25
Demode core::result
Brian Anderson
-1
/
+1
2012-09-23
xfail-test run-fail/out-of-stack-managed-box
Brian Anderson
-0
/
+2
2012-09-21
Remove bogus comment
Brian Anderson
-1
/
+0
2012-09-21
Add tests for out-of-stack box leak #2555
Brian Anderson
-0
/
+25
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+3
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-3
/
+3
2012-09-14
test: Use vec::as_imm_buf in bug-2470-bounds-check-overflow.rs
Patrick Walton
-2
/
+2
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-18
/
+18
2012-09-10
Convert std::map to camel case
Brian Anderson
-2
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-4
/
+4
2012-09-07
Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.
Graydon Hoare
-10
/
+4
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-5
/
+5
2012-09-06
Remove struct ctors
Brian Anderson
-5
/
+30
2012-09-05
test: "import" -> "use"
Patrick Walton
-31
/
+19
2012-09-04
Remove 'with'
Brian Anderson
-1
/
+1
2012-09-01
Demode reinterpret_cast
Brian Anderson
-2
/
+2
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-17
/
+16
2012-08-27
Convert core::result to camel case
Brian Anderson
-1
/
+1
2012-08-26
convert std::arc tests to use camel case ARCs
Ben Blum
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-4
/
+4
[prev]
[next]