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-03
Clean up how we deal with dynamic size function arguments/returns.
Michael Sullivan
-57
/
+24
2011-08-03
Have trans_bind_thunk handle polymorphic but statically sized return values.
Michael Sullivan
-1
/
+3
2011-08-03
Revert "Revert "Handle conditionals on _|_ - typed values correctly""
Tim Chevalier
-0
/
+12
2011-08-03
Add #concat_idents[] and #ident_to_str[]
Paul Stansifer
-9
/
+57
2011-08-03
Reject programs that do a put outside of iterators.
Michael Sullivan
-4
/
+7
2011-08-03
Do a bunch more typechecking for iters and for each loops.
Michael Sullivan
-31
/
+62
2011-08-03
Code cleanup in check_expr.
Michael Sullivan
-163
/
+149
2011-08-03
Fix typechecking when spawning something type inferred.
Michael Sullivan
-8
/
+10
2011-08-03
parse_crate_from_source_str takes a parse_sess, not codemap
Brian Anderson
-3
/
+2
2011-08-03
Fix pretty-printer to read from files again
Brian Anderson
-1
/
+5
2011-08-03
Pretty-print kinds of type params
Brian Anderson
-0
/
+9
2011-08-03
Disambiguate unop statements in pretty-printer. Closes #674
Brian Anderson
-1
/
+44
2011-08-03
Revert "Handle conditionals on _|_ - typed values correctly"
Brian Anderson
-12
/
+0
2011-08-03
Make ast::pat_bindings an iterator
Marijn Haverbeke
-74
/
+48
2011-08-02
Handle _|_ - typed discriminants in alts correctly
Tim Chevalier
-1
/
+12
2011-08-02
Handle conditionals on _|_ - typed values correctly
Tim Chevalier
-0
/
+12
2011-08-02
Make _|_ type binopable
Tim Chevalier
-18
/
+20
2011-08-02
Pretty-print fn constraints more correctish
Brian Anderson
-5
/
+27
2011-08-02
Don't pp extra lines after block open when preserving whitespace. Closes #759
Brian Anderson
-1
/
+15
2011-08-02
In trans, don't assume both sides of a binop have the same type
Tim Chevalier
-18
/
+39
2011-08-02
Refactor: a backwarding vtable can only have one kind of method.
Lindsey Kuper
-18
/
+7
2011-08-02
Comment tweaks and re-flows.
Lindsey Kuper
-30
/
+24
2011-08-02
Consolidate environment building/loading between closure types.
Michael Sullivan
-153
/
+102
2011-08-02
Track the node_id of the function in trans_common::fn_ctxt.
Michael Sullivan
-31
/
+25
2011-08-02
Use GEPi a bunch.
Michael Sullivan
-28
/
+14
2011-08-02
Allow patterns of the form `[a, b, c ...] to be matched and transcribed.
Paul Stansifer
-62
/
+80
2011-08-02
Use or-patterns in trans::trans_compare, eliminating a FIXME
Tim Chevalier
-14
/
+7
2011-08-02
Use ioivec::read_whole_file_str in a few places
Brian Anderson
-4
/
+2
2011-08-02
Add a --no-trans command line option
Brian Anderson
-5
/
+16
2011-08-02
Compiler accepts input from stdin when source file is called "-"
Brian Anderson
-17
/
+66
2011-08-02
Assign collection element ty to loop local tvar when checking loops
Marijn Haverbeke
-2
/
+5
2011-08-02
Do not try to save block result when the block is an iter body
Marijn Haverbeke
-1
/
+2
2011-08-02
Be a little more clever about picking columns to match on in trans_alt
Marijn Haverbeke
-4
/
+34
2011-08-02
Copy locals created by destructuring on the content of a box
Marijn Haverbeke
-8
/
+19
2011-08-02
Move ppaux::ty_to_str to new record syntax
Marijn Haverbeke
-2
/
+2
2011-08-02
Improve handling of bottom type in alt arms
Marijn Haverbeke
-0
/
+1
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
[next]