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-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
2011-07-27
Some work on backwarding for issue #702.
Lindsey Kuper
-20
/
+100
2011-07-27
Have bind support non-alias parametric non-bound arguments.
Michael Sullivan
-42
/
+26
2011-07-27
Allow already bound functions to be bound again.
Michael Sullivan
-4
/
+0
2011-07-27
Fix binding a bare fn argument with type parameters.
Michael Sullivan
-11
/
+10
2011-07-27
Remove vestiges of "layers", insert skeletal do-nothing "kind" pass plus cach...
Graydon Hoare
-19
/
+265
2011-07-27
Eliminate "target" field in closures.
Michael Sullivan
-18
/
+12
2011-07-27
Put the bound function in bind in the bindings, not in a distinguished spot.
Michael Sullivan
-23
/
+22
2011-07-27
Mess around with the casting in trans_bind.
Michael Sullivan
-14
/
+7
2011-07-27
Some cleanup in trans.
Michael Sullivan
-26
/
+21
2011-07-27
Associate names with taskptr and tydesc types for better debugging.
Michael Sullivan
-0
/
+2
2011-07-27
Make trand_bind_1 use create_real_fn_pair.
Michael Sullivan
-21
/
+11
2011-07-27
Stop outputting spurious spaces in ivec types and empty mutable vecs
Marijn Haverbeke
-2
/
+9
2011-07-27
Don't allow globals or immutable locals to be passed by mut alias
Marijn Haverbeke
-17
/
+39
2011-07-27
Remove superfluous spaces in pretty-printing of loops
Marijn Haverbeke
-11
/
+5
2011-07-27
Make the pretty-printer output whitespace before obj drop clause
Marijn Haverbeke
-1
/
+5
2011-07-27
Re-format some obj dtors that were messed up by the pretty-printer
Marijn Haverbeke
-8
/
+8
2011-07-27
Improve pretty-printing of constraints
Marijn Haverbeke
-13
/
+15
2011-07-27
Make printing of comments inside bindings slightly less broken
Marijn Haverbeke
-14
/
+3
2011-07-27
No longer allow 'case' keyword before patterns
Marijn Haverbeke
-4
/
+0
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-168
/
+140
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-22860
/
+21686
2011-07-27
Update the parser to accept the new syntax
Marijn Haverbeke
-155
/
+59
2011-07-27
Output native_name field for native mods when needed
Marijn Haverbeke
-0
/
+5
2011-07-27
Have the pretty-printer parentesize unary ops when needed
Marijn Haverbeke
-3
/
+13
2011-07-27
Update the pretty-printer to output the new syntax
Marijn Haverbeke
-20
/
+19
2011-07-27
Parenthesize ivec types as needed
Marijn Haverbeke
-0
/
+8
2011-07-27
Add missing case for view_item_use in resolve.rs
Marijn Haverbeke
-16
/
+11
2011-07-26
Try to keep the local and its type together when wrapping a long decl.
Graydon Hoare
-3
/
+7
[prev]
[next]