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-06-26
Update README files
Brian Anderson
-45
/
+44
2011-06-26
Add a very simple map implementation for sequential integer keys
Brian Anderson
-1
/
+104
2011-06-26
Reformulate an assert in ty::tag_variants
Brian Anderson
-2
/
+7
2011-06-25
Fail typechecking for bad binop/type combinations
Brian Anderson
-13
/
+117
2011-06-25
Use single-bar or to make tstate/states.rs prettier
Marijn Haverbeke
-173
/
+89
2011-06-25
Primitive support for non-copyable values
Marijn Haverbeke
-10
/
+25
2011-06-25
Allow moving out of temporary values
Marijn Haverbeke
-15
/
+16
2011-06-25
Partial implementation of resources
Marijn Haverbeke
-17
/
+198
2011-06-25
Remove variable name 'res' from test suite
Marijn Haverbeke
-6
/
+6
2011-06-24
Fix inexhaustive match in parser
Tim Chevalier
-0
/
+7
2011-06-24
Invalidate constraints correctly after an assignment expression
Tim Chevalier
-374
/
+400
2011-06-24
Use visit_fn_{pre,post} to avoid going past lambdas during writeback instead ...
Michael Sullivan
-10
/
+13
2011-06-24
Have walk call visit_fn_pre and visit_fn_post on fn expressions.
Michael Sullivan
-2
/
+1
2011-06-24
Modify the fn vistors in walk so that they can handle functions without names...
Michael Sullivan
-25
/
+42
2011-06-24
rustc: Increment by the unit size in iter_structural_ty when iterating over i...
Patrick Walton
-2
/
+10
2011-06-24
Sanitize use of ids for obj constructors.
Marijn Haverbeke
-14
/
+12
2011-06-24
Remove uses of variable name 'res' from rustc
Marijn Haverbeke
-331
/
+321
2011-06-24
Remove def_obj
Marijn Haverbeke
-28
/
+7
2011-06-24
rustc: If needed, duplicate types' heap parts recursively through structural ...
Patrick Walton
-32
/
+65
2011-06-23
rustc: Pretty-print ternary operator
Brian Anderson
-0
/
+14
2011-06-23
rustc: Cleanup trans_if, trans_alt
Brian Anderson
-36
/
+6
2011-06-23
rustc: Add ternary operator. Closes #565
Brian Anderson
-2
/
+64
2011-06-23
Fix type inference inside of anonymous functions.
Michael Sullivan
-2
/
+11
2011-06-23
Remove parse_str_lit_or_env_ident.
Rafael Ávila de Espíndola
-29
/
+13
2011-06-23
Flesh out type pp code.
Graydon Hoare
-4
/
+19
2011-06-23
rustc: Load immediate types when iterating over interior vectors
Patrick Walton
-2
/
+30
2011-06-23
Correct error message for argument mode mismatch
Tim Chevalier
-9
/
+26
2011-06-22
Compute typestate properly for move
Tim Chevalier
-219
/
+619
2011-06-22
rustc: Convert field access on invalid types from an ICE to a fatal error
Brian Anderson
-5
/
+4
2011-06-22
Some work on supporting forwarding slots in vtables (issue #539).
Lindsey Kuper
-42
/
+70
2011-06-22
rustc: Use the rhs span when unifying binops
Brian Anderson
-1
/
+1
2011-06-22
rustc: Remove some unneeded type annotations
Brian Anderson
-9
/
+9
2011-06-22
rustc: Don't commit unification changes until unify succeeds
Brian Anderson
-8
/
+16
2011-06-22
rustc: Limit creader exports
Brian Anderson
-0
/
+7
2011-06-22
rustc: Downcase metadata::Encode
Brian Anderson
-4
/
+4
2011-06-22
rustc: Handle valueless ret expressions as block results. Closes #521
Brian Anderson
-0
/
+2
2011-06-22
Fix bug: globbed imports were importing everything visible from the other
Paul Stansifer
-6
/
+19
2011-06-22
rustc: Introduce and parse additional meta_item forms
Brian Anderson
-37
/
+136
2011-06-22
Use fast regalloc and codegen at OptLevel=0.
Rafael Ávila de Espíndola
-4
/
+31
2011-06-22
rustc: Rename parser.err to parser.fatal
Brian Anderson
-29
/
+29
2011-06-23
Remove a simidgeon of dead code.
Paul Stansifer
-8
/
+1
2011-06-22
Pull environment loading out into a function.
Michael Sullivan
-36
/
+50
2011-06-22
Pull building the environment for for_each into a seperate function.
Michael Sullivan
-47
/
+61
2011-06-22
Removing out-of-date comment.
Michael Sullivan
-1
/
+1
2011-06-21
Emit a better error message for unbound type parameters in nested functions
Tim Chevalier
-7
/
+12
2011-06-21
Serialize constraints in types (literal arguments still not supported)
Tim Chevalier
-105
/
+101
2011-06-21
Move names and ids of native items into their recs, rather than their tags
Marijn Haverbeke
-74
/
+56
2011-06-21
Puts out burning tinderbox (oops, AST nodes don't have def_ids/anns).
Lindsey Kuper
-5
/
+4
2011-06-21
Some progress on support for extending objects with new fields (issue
Lindsey Kuper
-54
/
+214
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-938
/
+814
[prev]
[next]