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
2012-01-16
Minor cleanups to custom discriminator code.
Kevin Atkinson
-4
/
+4
2012-01-16
Remove misguided indirect return in trans_closure
Marijn Haverbeke
-8
/
+4
2012-01-16
Store type names in crate metadata
Marijn Haverbeke
-1
/
+6
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-5
/
+84
2012-01-13
Undo over-enthusiastic obj system removal in debuginfo.
Josh Matthews
-0
/
+3
2012-01-13
llvm: Switch back to LLVM trunk
Brian Anderson
-1
/
+1
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-15
/
+29
2012-01-13
make blocks fn& and fn stand for "any closure"
Niko Matsakis
-0
/
+2
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-47
/
+49
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-1690
/
+128
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-31
/
+32
2012-01-12
Add type parameters when checking wildcard patterns
Tim Chevalier
-1
/
+12
2012-01-12
add tydescs into shape, rewrite walk_fn_contents()
Niko Matsakis
-14
/
+5
2012-01-12
free uniq data we encounter on the sweep, walk thru them otherwise
Niko Matsakis
-5
/
+29
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-76
/
+99
2012-01-12
Implement passing cast-to-vtable values as bounded params
Marijn Haverbeke
-76
/
+155
2012-01-12
Cleanups to previous commits for issue #1393.
Kevin Atkinson
-5
/
+5
2012-01-11
Fix dependency bug iface-did-of-impl resolving
Marijn Haverbeke
-9
/
+10
2012-01-11
Implement std::map as an iface/impl instead of an obj
Marijn Haverbeke
-82
/
+8
2012-01-11
Fix regression in resolving of external impls
Marijn Haverbeke
-5
/
+8
2012-01-11
Pass type with params intact as item_type for method callees
Marijn Haverbeke
-7
/
+6
2012-01-10
Add support for casting enum-like tags to scalar values.
Kevin Atkinson
-5
/
+48
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-25
/
+18
2012-01-10
replace lambda with fn@
Niko Matsakis
-15
/
+10
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
[prev]
[next]