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
Age
Commit message (
Expand
)
Author
Lines
2011-10-21
Remove some semicolons after block calls
Marijn Haverbeke
-27
/
+27
2011-10-21
Remove remaining uses of iter and for-each
Marijn Haverbeke
-182
/
+87
2011-10-20
Restore broken tests in stdtest::test
Brian Anderson
-9
/
+6
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-93
/
+93
2011-10-20
Get windows working under the bare function regime
Brian Anderson
-0
/
+17
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-39
/
+43
2011-10-20
Tweak typecheck to enforce covariance on higher-order function arguments
Brian Anderson
-0
/
+14
2011-10-20
Give subtype relationships to function types
Brian Anderson
-0
/
+7
2011-10-20
Bare functions can coerce to blocks
Brian Anderson
-0
/
+7
2011-10-20
Bare functions can coerce to shared closures
Brian Anderson
-0
/
+7
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-92
/
+92
2011-10-20
Convert the test runners to typesafe spawn
Brian Anderson
-4
/
+4
2011-10-20
XFAIL task-perf-word-count-generic
Brian Anderson
-0
/
+2
2011-10-20
Convert tests to use bare-fn spawn
Brian Anderson
-214
/
+214
2011-10-20
Un-xfail-fast some tests
Brian Anderson
-4
/
+0
2011-10-20
Change run-pass/lots-a-fail.rs from xfail-fast to xfail-win32
Brian Anderson
-1
/
+1
2011-10-19
Fail nicer when the parser doesn't find an expected string literal
Brian Anderson
-0
/
+3
2011-10-18
Fix parse error in constrained-type-missing-check.rs
Matt Brubeck
-2
/
+2
2011-10-18
Immutable and mutable? are covariant on their inner types
Brian Anderson
-0
/
+26
2011-10-18
Add a math module to the standard lib
Marijn Haverbeke
-0
/
+35
2011-10-17
Enforce variance rules for mutable types
Brian Anderson
-0
/
+92
2011-10-17
Don't allow assignment to mutable-wha?
Brian Anderson
-0
/
+64
2011-10-17
[Lib] int.rs, uint.rs: added max_value, min_value
David Rajchenbach-Teller
-0
/
+14
2011-10-13
Don't allow the value of generic bare functions to be taken
Brian Anderson
-0
/
+23
2011-10-13
Add a test that generic bare functions can be bound
Brian Anderson
-0
/
+10
2011-10-13
Properly fill single-variant zero-arg tag values.
Marijn Haverbeke
-0
/
+10
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-0
/
+9
2011-10-12
new test
Niko Matsakis
-0
/
+11
2011-10-12
make compiler emit more than 1 error in the case of unsafe
Niko Matsakis
-5
/
+4
2011-10-12
prohibit ptr deref unless in unsafe code
Niko Matsakis
-0
/
+11
2011-10-12
fix error msg
Niko Matsakis
-1
/
+0
2011-10-12
add some new tests
Niko Matsakis
-1
/
+23
2011-10-12
convert a few tests from unsafe fns to fns with unsafe bodies
Niko Matsakis
-3
/
+3
2011-10-12
add pass to check that unsafe fns cannot be used as values
Niko Matsakis
-0
/
+9
2011-10-12
all tests pass
Niko Matsakis
-3
/
+3
2011-10-12
all tests pass
Niko Matsakis
-4
/
+4
2011-10-12
continue to annotate functions as unsafe where neccessary
Niko Matsakis
-6
/
+6
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-3
/
+3
2011-10-12
make treatment of unchecked/unsafe blocks more uniform
Niko Matsakis
-0
/
+0
2011-10-12
Revert "Test for #954"
Brian Anderson
-4
/
+0
2011-10-12
Test for #954
Brian Anderson
-0
/
+4
2011-10-12
Ignore stdtest::os::test_setenv. Fails periodically on mac
Brian Anderson
-0
/
+1
2011-10-12
skip test, remove whitespace
Niko Matsakis
-0
/
+1
2011-10-12
make treatment of unchecked/unsafe blocks more uniform
Niko Matsakis
-1
/
+8
2011-10-12
fix test to include a main() function
Niko Matsakis
-0
/
+3
2011-10-12
it is also legal to call unsafe functions from other unsafe functions
Niko Matsakis
-0
/
+10
2011-10-12
Add unsafe blocks, unsafe functions, and two rudimentary tests
Niko Matsakis
-0
/
+19
2011-10-12
Make build_environment and trans_bind_thunk GEP bound arguments the same
Brian Anderson
-0
/
+16
2011-10-12
[Tests] added float tests
David Rajchenbach-Teller
-0
/
+20
2011-10-11
Revert "Revert "Add a test case for #898. Closes #898.""
Lindsey Kuper
-0
/
+11
[next]