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-08-01
Handle bang functions correctly in typestate
Tim Chevalier
-59
/
+113
2011-08-01
Fix incorrect uses of str::buf()
Paul Stansifer
-11
/
+18
2011-08-01
Fix closures over dynamically-sized polymorphic values.
Michael Sullivan
-17
/
+44
2011-08-01
Fix closures over known-size polymorphic values.
Michael Sullivan
-15
/
+15
2011-08-01
Add a GEPi function that wraps GEP with integer arguments.
Michael Sullivan
-12
/
+22
2011-08-01
Add check for irrefutable patterns in destructuring locals
Marijn Haverbeke
-4
/
+35
2011-08-01
Partially implement destructuring locals
Marijn Haverbeke
-249
/
+307
2011-07-31
Get rid of walk.rs
Marijn Haverbeke
-463
/
+0
2011-07-31
Remove unused imports
Tim Chevalier
-2
/
+0
2011-07-31
Change bitvectors::relax_precond_block to use visit instead of walk
Tim Chevalier
-24
/
+28
2011-07-29
Fix bug in typechecker counting occurrences of typarams in instantiation rath...
Graydon Hoare
-6
/
+6
2011-07-29
Enable kind checking on typarams, fix kind constraints in library and comp.
Graydon Hoare
-15
/
+38
2011-07-29
Switch the heap build and load environment functions to use GEP_tup_like.
Michael Sullivan
-25
/
+29
2011-07-29
Initial trans of lambdas. Doesn't work with polymorphism yet.
Michael Sullivan
-8
/
+61
2011-07-29
Refactor typestate code involving stmt_decls
Tim Chevalier
-94
/
+129
2011-07-29
Encode, decode, and thread through typechecking all the param kinds, not just...
Graydon Hoare
-104
/
+143
2011-07-29
Do some cleanup in load_environment.
Michael Sullivan
-30
/
+23
2011-07-29
Add in some missing cases for typestate with closures.
Michael Sullivan
-2
/
+5
2011-07-29
Don't confuse backwards and forwards.
Lindsey Kuper
-3
/
+7
2011-07-29
Comments and cleanup, in preparation for more work on issue #702.
Lindsey Kuper
-19
/
+56
2011-07-29
Get rid of an obsolete comment now that obj dtors are gone.
Lindsey Kuper
-3
/
+0
2011-07-29
Disallow overloading a method with one of different type. Closes #703.
Lindsey Kuper
-7
/
+12
2011-07-29
Turn on kind propagation for typarams. Annotate a bunch of typarams in rustc ...
Graydon Hoare
-5
/
+2
2011-07-29
Remove unreachable statements
Marijn Haverbeke
-33
/
+25
2011-07-29
Track failures in typeck, assign proper type to failing blocks
Marijn Haverbeke
-90
/
+126
2011-07-29
Typechecking bugfix for anon objs. Removes duplicate methods in outer
Lindsey Kuper
-0
/
+20
2011-07-29
Formatting tweaks.
Lindsey Kuper
-8
/
+5
2011-07-29
Parse anonymous objs in statement position
Marijn Haverbeke
-32
/
+21
2011-07-29
Clean up old FIXME regarding or-patterns
Marijn Haverbeke
-10
/
+2
2011-07-29
Remove support for obj dtors
Marijn Haverbeke
-138
/
+19
2011-07-29
Replace obj dtors with resources in stdlib and rustc
Marijn Haverbeke
-28
/
+29
2011-07-29
Make sure resources always have their drop glue called
Marijn Haverbeke
-1
/
+9
2011-07-29
Missed another instance of walk in typeck
Marijn Haverbeke
-5
/
+4
2011-07-29
Fix iter_structural_ty_full for resource types
Marijn Haverbeke
-21
/
+16
2011-07-28
Change the way freevars stores its information again.
Michael Sullivan
-46
/
+37
2011-07-28
Factor out a bunch of environment construction code from trans_bind.
Michael Sullivan
-84
/
+99
2011-07-28
Drop the previous reference when receiving. Closes #763
Brian Anderson
-5
/
+18
2011-07-28
Factor out box initializing code into trans_malloc_boxed.
Michael Sullivan
-66
/
+36
2011-07-28
Updated alt indenting.
Lindsey Kuper
-11
/
+11
2011-07-28
The names 'outer' and 'inner' make more sense than 'self' and 'with'.
Lindsey Kuper
-100
/
+103
2011-07-28
Thread kinds into the type system. Don't quite activate yet, since it breaks ...
Graydon Hoare
-44
/
+72
2011-07-28
Change macro syntax to accept a single expr, not a sequence of exprs.
Paul Stansifer
-67
/
+69
2011-07-28
Adding upcalls to to ref() and deref() tasks. This is the first step towards ...
Eric Holk
-2
/
+22
2011-07-28
Parse, store and print type parameter kind constraints.
Graydon Hoare
-7
/
+24
2011-07-27
Fix stale 'copy' occurrences to 'move' in comments.
Graydon Hoare
-2
/
+2
2011-07-28
:: is allowed to start an expression. Close #762.
Josh Matthews
-0
/
+1
2011-07-28
Replace walk with visit in the typechecker
Marijn Haverbeke
-35
/
+35
2011-07-28
Remove walk instance from kind.rs
Marijn Haverbeke
-6
/
+6
2011-07-28
Show millisecond precision for time_passes times
Marijn Haverbeke
-5
/
+26
2011-07-27
Further refinement to kind system lattice and type-kind rules; first successf...
Graydon Hoare
-27
/
+62
[prev]
[next]