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
/
compile-fail
Age
Commit message (
Expand
)
Author
Lines
2011-11-16
Replace 'mutable?' with 'const'
Brian Anderson
-13
/
+13
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-2
/
+4
2011-11-15
Fix handling of loops and conditionals in alias.rs
Marijn Haverbeke
-0
/
+10
2011-11-13
Make various binops not typecheck for unsafe pointers. Closes #1173
Brian Anderson
-0
/
+4
2011-11-10
rustc: Add support of warning on unused imports
Haitao Li
-0
/
+19
2011-11-09
Add "cdecl" as synonym for "c-stack-cdecl"
Brian Anderson
-2
/
+2
2011-11-08
Remove all uses of native cdecl except for those that yield
Brian Anderson
-2
/
+2
2011-11-07
Add test for if without else cannot return result
Brian Anderson
-0
/
+6
2011-11-07
Add tests for blocks that must not have results
Brian Anderson
-0
/
+29
2011-11-03
Update some more tests for 1a68a9882
Marijn Haverbeke
-42
/
+0
2011-11-02
Make ptr::addr_of return an immutable vec, add mut_addr_of
Marijn Haverbeke
-2
/
+2
2011-10-29
stdlib: Make io failures recoverable by returning a result
Brian Anderson
-0
/
+3
2011-10-28
Move to short kind kinds words in test suite
Marijn Haverbeke
-3
/
+3
2011-10-27
Add tests for the 'as' (cast) operator
Matt Brubeck
-0
/
+16
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-3
/
+3
2011-10-25
Step one towards new type param kind syntax
Marijn Haverbeke
-1
/
+1
2011-10-21
Remove some semicolons after block calls
Marijn Haverbeke
-1
/
+1
2011-10-21
Remove remaining uses of iter and for-each
Marijn Haverbeke
-16
/
+3
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-7
/
+7
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-2
/
+2
2011-10-20
Tweak typecheck to enforce covariance on higher-order function arguments
Brian Anderson
-0
/
+14
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-1
/
+1
2011-10-20
Convert tests to use bare-fn spawn
Brian Anderson
-2
/
+2
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-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-13
Don't allow the value of generic bare functions to be taken
Brian Anderson
-0
/
+23
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
-3
/
+2
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
add pass to check that unsafe fns cannot be used as values
Niko Matsakis
-0
/
+9
2011-10-12
all tests pass
Niko Matsakis
-1
/
+1
2011-10-12
skip test, remove whitespace
Niko Matsakis
-0
/
+1
2011-10-12
Add unsafe blocks, unsafe functions, and two rudimentary tests
Niko Matsakis
-0
/
+8
2011-10-11
Don't allow bind to produce bare functions
Brian Anderson
-0
/
+9
2011-10-07
Fix up test for last commit
Marijn Haverbeke
-1
/
+1
2011-10-07
Add tests for programs that are invalid by arg-passing-style
Marijn Haverbeke
-0
/
+9
2011-10-07
Add pass-by-ref annotation to the tests to make them typecheck
Marijn Haverbeke
-2
/
+4
2011-09-28
Test cases for #985
Brian Anderson
-0
/
+42
2011-09-28
Don't allow vectors of pinned kinds
Brian Anderson
-0
/
+11
2011-09-28
Make error patterns in some kind tests more specific
Brian Anderson
-5
/
+5
2011-09-28
Revert "Revert "Implement pattern ranges for all numeric types.""
Brian Anderson
-0
/
+57
2011-09-27
Patch to error instead of crashing when parsing unmatched double quotes
Wade Mealing
-0
/
+8
2011-09-27
Make it again possible to initialize resource locals via assignment
Brian Anderson
-20
/
+0
2011-09-27
Prevent copies of resources into various things
Brian Anderson
-8
/
+20
2011-09-27
Add xfailed tests that resources can't be copied into various things
Brian Anderson
-0
/
+68
[prev]
[next]