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
/
comp
Age
Commit message (
Expand
)
Author
Lines
2011-10-20
Tweak typecheck to enforce covariance on higher-order function arguments
Brian Anderson
-1
/
+4
2011-10-20
Remove type coercion from fn to block
Brian Anderson
-48
/
+4
2011-10-20
Give subtype relationships to function types
Brian Anderson
-2
/
+57
2011-10-20
Bare functions can coerce to blocks
Brian Anderson
-0
/
+4
2011-10-20
Bare functions can coerce to shared closures
Brian Anderson
-6
/
+15
2011-10-20
Revert "Remove the environment argument from bare functions"
Brian Anderson
-35
/
+7
2011-10-20
Split parsing of fn proto between types, items and anons
Brian Anderson
-6
/
+30
2011-10-20
Convert the test runners to typesafe spawn
Brian Anderson
-2
/
+58
2011-10-20
Fix the problem with check-fast randomly failing
Brian Anderson
-5
/
+18
2011-10-20
Don't rely on main.ll anymore
Marijn Haverbeke
-33
/
+62
2011-10-20
Output linker errors, when linking fails
Marijn Haverbeke
-3
/
+4
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-62
/
+35
2011-10-20
Do not pass taskpointers to "rust" native functions
Marijn Haverbeke
-1
/
+1
2011-10-20
Remove taskptr argument from upcalls
Marijn Haverbeke
-44
/
+31
2011-10-20
Remove spawn_wrap and main_wrap kludges
Marijn Haverbeke
-1
/
+1
2011-10-19
Fail nicer when the parser doesn't find an expected string literal
Brian Anderson
-2
/
+4
2011-10-18
Introduce fn@ as a synonym for fn
Brian Anderson
-0
/
+3
2011-10-18
Immutable and mutable? are covariant on their inner types
Brian Anderson
-3
/
+10
2011-10-18
Add a math module to the standard lib
Marijn Haverbeke
-21
/
+14
2011-10-18
Don't try to build an LLVM switch on floats
Marijn Haverbeke
-1
/
+2
2011-10-17
Enforce variance rules for mutable types
Brian Anderson
-40
/
+48
2011-10-17
Add a variance transform for calculation of recursive variance
Brian Anderson
-14
/
+53
2011-10-17
Introduce covariance, contravariance and invariance to the type unifier
Brian Anderson
-22
/
+47
2011-10-17
Don't unify from mutable? to immutable
Brian Anderson
-1
/
+0
2011-10-17
Split record_var_binding into methods for expected and actual
Brian Anderson
-4
/
+26
2011-10-17
Correct two more analyses of mutable? as mutable
Brian Anderson
-2
/
+2
2011-10-17
Don't allow assignment to mutable-wha?
Brian Anderson
-9
/
+9
2011-10-17
Change the linkage order on linux and add -ldl
Brian Anderson
-5
/
+6
2011-10-16
Only link librt on linux
Brian Anderson
-1
/
+8
2011-10-16
Fix link error by explicitly link needed DSOs
Haitao Li
-1
/
+1
2011-10-14
Use trans_expr_save_in instead of trans_expr when appropriate
Marijn Haverbeke
-2
/
+2
2011-10-14
Don't crash when reporting an unresolved import in the nil scope
Marijn Haverbeke
-18
/
+22
2011-10-13
Remove an unnecessary visitor from rustc::middle::fn_usage
Brian Anderson
-8
/
+1
2011-10-13
Fix a use of visit in rustc::middle::fn_usage
Brian Anderson
-1
/
+1
2011-10-13
Don't allow the value of generic bare functions to be taken
Brian Anderson
-5
/
+36
2011-10-13
Rename rustc::middle::unsafeck to fn_usage
Brian Anderson
-15
/
+15
2011-10-13
Make trans_anon_obj properly thread its bcx
Marijn Haverbeke
-9
/
+3
2011-10-13
Properly fill single-variant zero-arg tag values.
Marijn Haverbeke
-9
/
+10
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-115
/
+97
2011-10-12
remove unsafe tags
Niko Matsakis
-12
/
+12
2011-10-12
make compiler emit more than 1 error in the case of unsafe
Niko Matsakis
-23
/
+8
2011-10-12
prohibit ptr deref unless in unsafe code
Niko Matsakis
-2
/
+20
2011-10-12
fix error msg
Niko Matsakis
-8
/
+2
2011-10-12
make a good error msg if you try to use an unsafe fn for a test
Niko Matsakis
-8
/
+21
2011-10-12
improve the span used in test generation
Niko Matsakis
-6
/
+8
2011-10-12
add pass to check that unsafe fns cannot be used as values
Niko Matsakis
-1
/
+76
2011-10-12
continue to annotate functions as unsafe where neccessary
Niko Matsakis
-16
/
+15
2011-10-12
continue to annotate trans functions as unsafe where neccessary
Niko Matsakis
-5
/
+7
2011-10-12
continue to annotate trans functions as unsafe where neccessary
Niko Matsakis
-3
/
+3
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-73
/
+125
[prev]
[next]