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
/
comp
/
middle
Age
Commit message (
Expand
)
Author
Lines
2012-01-10
rename sendfn to fn~, lambda to fn@
Niko Matsakis
-62
/
+54
2012-01-10
rustc: Remove sret attributes from functions
Brian Anderson
-13
/
+3
2012-01-09
Change all uses of 'when' in alt-patterns to 'if'
Austin Seipp
-6
/
+6
2012-01-09
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
Graydon Hoare
-30
/
+29
2012-01-09
Iface types are not structural
Marijn Haverbeke
-2
/
+1
2012-01-09
Work around recursive type check for iface types
Marijn Haverbeke
-3
/
+7
2012-01-09
Properly recognize self as an upvar when closed over
Marijn Haverbeke
-34
/
+27
2012-01-09
Fix #1474: check that block args resolved to bare fns do not make use of upvars
Niko Matsakis
-8
/
+13
2012-01-09
Don't resolve upvars in fn() { ... } exprs
Marijn Haverbeke
-6
/
+3
2012-01-08
correct long line
Niko Matsakis
-2
/
+2
2012-01-08
modify last use to take into account cap clause, add new test
Niko Matsakis
-9
/
+44
2012-01-08
First barely-working version of casting to iface
Marijn Haverbeke
-33
/
+99
2012-01-08
Add fall-through case for non-iface bounds typeck::lookup_method
Marijn Haverbeke
-0
/
+1
2012-01-06
choose a new arbitrary value
Niko Matsakis
-2
/
+2
2012-01-06
revert changes to trans_uniq.rs
Niko Matsakis
-4
/
+14
2012-01-06
revert metrics
Niko Matsakis
-82
/
+94
2012-01-06
plug leak: free shared type descrs recursively, as we ought to
Niko Matsakis
-2
/
+6
2012-01-06
hack the tydesc that is registered with a malloc to be what cc expects
Niko Matsakis
-22
/
+47
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-3
/
+8
2012-01-06
rejigger impl to have an opaque closure ptr rather than
Niko Matsakis
-297
/
+384
2012-01-06
collapse sizeof, alignof into metrics, pass along an instance if avail
Niko Matsakis
-47
/
+78
2012-01-06
make size_of and align_of take an optional value
Niko Matsakis
-101
/
+103
2012-01-06
emit the take glue for closure tydescs
Niko Matsakis
-0
/
+1
2012-01-06
simplify task impl
Niko Matsakis
-1
/
+1
2012-01-06
Disallow variable names that shadow tags in scope
Tim Chevalier
-64
/
+151
2012-01-06
Eliminate a use of map::get in freevars
Tim Chevalier
-14
/
+21
2012-01-06
Add some basic comments to trans_imp.rs
Marijn Haverbeke
-0
/
+30
2012-01-06
Make binding of fns with bounded type parameters work
Marijn Haverbeke
-5
/
+15
2012-01-06
Support interface casting in the typechecker
Marijn Haverbeke
-6
/
+34
2012-01-06
Statically allocate static dicts
Marijn Haverbeke
-24
/
+109
2012-01-06
Fix bug in method type parameter passing
Marijn Haverbeke
-5
/
+5
2012-01-05
rustc: Allow the test runner to run unexported tests
Brian Anderson
-7
/
+29
2012-01-05
Use precise return type to allocate retslot in trans_args
Marijn Haverbeke
-4
/
+11
2012-01-05
require a non-semi expr acting as a stmt to have unit return type
Niko Matsakis
-17
/
+23
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-12
/
+8
2012-01-05
Moved generic float::min, max to core::math and cleaned up some imports
Stefan Plantikow
-1
/
+1
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-6
/
+6
2012-01-05
Clean up some FIXMEs related to impls
Marijn Haverbeke
-6
/
+2
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-8
/
+13
2012-01-05
Write the iface type of an impl in the crate data
Marijn Haverbeke
-101
/
+84
2012-01-05
Remove ty::bind_params_in_type
Marijn Haverbeke
-56
/
+20
2012-01-05
Add more item types to the ast_map so the test suite can build with debug info.
Josh Matthews
-1
/
+9
2012-01-04
Use the right types for methods in trans_impl
Marijn Haverbeke
-12
/
+5
2012-01-04
Reformat typestate error messages so as not to confuse emacs compilation mode
Tim Chevalier
-3
/
+5
2012-01-04
Prevent typenames in param bounds from resolving to their own param
Marijn Haverbeke
-19
/
+38
2012-01-04
Add visit_ty_params to visit.rs
Marijn Haverbeke
-21
/
+6
2012-01-04
Properly typecheck and compile invocations of generic methods.
Marijn Haverbeke
-163
/
+225
2012-01-03
Add missing ty_constr cases to trans::type_of_inner and ty::fold_ty.
Tim Chevalier
-0
/
+11
2012-01-03
Allow tail expressions even in no_value blocks. Type checker
Niko Matsakis
-13
/
+28
2012-01-03
Merge pull request #1392 from Lenny222/list
Brian Anderson
-2
/
+6
[prev]
[next]