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
/
middle
Age
Commit message (
Expand
)
Author
Lines
2011-11-02
start to isolate target strings so that they can be configured for
Niko Matsakis
-4
/
+4
2011-11-02
Evaluate alt expressions in their own block context
Marijn Haverbeke
-3
/
+10
2011-11-02
Rename car/cdr to head/tail in std::list
Marijn Haverbeke
-5
/
+4
2011-11-02
Make it possible to cast unsafe pointers with the 'as' operator
Marijn Haverbeke
-6
/
+15
2011-11-02
Make resolving of imports behave more sanely
Marijn Haverbeke
-65
/
+57
2011-11-01
Fix alignment of interior pointers of dynamic-size types. Closes #1112
Brian Anderson
-8
/
+26
2011-10-28
Cleanup: Remove uneccesary generic_cmp function.
Matt Brubeck
-27
/
+13
2011-10-28
Use IEEE 754 semantics for NaN (Issue #1084)
Matt Brubeck
-58
/
+47
2011-10-28
stdlib: Make reinterpret_cast and leak unsafe
Brian Anderson
-4
/
+6
2011-10-28
Make shared kind the default only for generic functions
Marijn Haverbeke
-11
/
+14
2011-10-28
Move to short type parameter keywords
Marijn Haverbeke
-2
/
+2
2011-10-27
Remove uint::max/min in favor if math::max/min
Matt Brubeck
-1
/
+2
2011-10-25
Properly take mutable object fields into account during alias analysis
Marijn Haverbeke
-16
/
+23
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-9
/
+9
2011-10-24
fix c-stack-cdecl when used w/ i64
Niko Matsakis
-2
/
+8
2011-10-24
kill errant log_err
Niko Matsakis
-2
/
+0
2011-10-24
switch over sqrt from llvm to c-stack-cdecl, exposing a bug in
Niko Matsakis
-6
/
+19
2011-10-21
update trans_c_stack_native_call() to use type_of_explicit_args()
Niko Matsakis
-28
/
+18
2011-10-21
avoid extra load for by_mutable_ref parameters
Niko Matsakis
-4
/
+7
2011-10-21
Change the way block calls are parsed, mark them as block-calls.
Marijn Haverbeke
-16
/
+16
2011-10-21
Drop support for iter, put, and for-each
Marijn Haverbeke
-408
/
+51
2011-10-21
Remove remaining uses of iter and for-each
Marijn Haverbeke
-5
/
+3
2011-10-21
Move ast_util::pat_bindings over to new iter system.
Marijn Haverbeke
-34
/
+31
2011-10-21
Remove last uses of iterators from stdlib
Marijn Haverbeke
-2
/
+2
2011-10-21
Move hash table iteration over to block-taking functions
Marijn Haverbeke
-53
/
+49
2011-10-20
Give native functions proto_bare
Brian Anderson
-1
/
+1
2011-10-20
Remove typeck::proto_to_ty_proto
Brian Anderson
-10
/
+2
2011-10-20
Merge ast::proto_shared and ast::proto_closure
Brian Anderson
-27
/
+40
2011-10-20
Rename ast::proto_fn to ast::proto_shared
Brian Anderson
-18
/
+20
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-22
/
+28
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
Fix the problem with check-fast randomly failing
Brian Anderson
-5
/
+6
2011-10-20
Don't rely on main.ll anymore
Marijn Haverbeke
-26
/
+61
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-60
/
+33
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
-21
/
+16
2011-10-20
Remove spawn_wrap and main_wrap kludges
Marijn Haverbeke
-1
/
+1
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
-3
/
+3
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
[prev]
[next]