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
/
rustc
/
middle
Age
Commit message (
Expand
)
Author
Lines
2012-06-20
Don't allow + for evecs/estrs. It isn't implemented, and we are moving vec + ...
Michael Sullivan
-2
/
+2
2012-06-20
Repair the formatting of the table in is_binopable.
Michael Sullivan
-12
/
+9
2012-06-20
Call the correct type formatting function for more typecheck diagnostics. Clo...
Michael Sullivan
-10
/
+10
2012-06-20
Don't force resolution of integral type vars in unary minus exprs
Lindsey Kuper
-1
/
+8
2012-06-20
Use an unambiguous abbreviation for "operand" :)
Lindsey Kuper
-25
/
+25
2012-06-20
Add comments explaining integral type variables; fix typos
Lindsey Kuper
-1
/
+23
2012-06-20
Don't reverse all the arguments to span_lint for lint checking passes.
Michael Sullivan
-7
/
+7
2012-06-19
support autoderef on method calls
Niko Matsakis
-170
/
+211
2012-06-19
Updating kind rules to make sure we don't sneakily send ports.
Eric Holk
-1
/
+1
2012-06-19
Enable integer literal suffix inference.
Lindsey Kuper
-4
/
+1
2012-06-19
Fix incorrect fn name in debug statement
Lindsey Kuper
-1
/
+1
2012-06-19
Don't create a new inference context for checking pattern ranges.
Lindsey Kuper
-3
/
+28
2012-06-19
Union-find `rank` optimization for infer.
Lindsey Kuper
-23
/
+78
2012-06-19
Add a `node` type in place of hand-rolled records in infer
Lindsey Kuper
-27
/
+66
2012-06-19
first steps to autoderef on method calls
Niko Matsakis
-115
/
+198
2012-06-18
document liveness a bit better
Niko Matsakis
-2
/
+60
2012-06-18
Add 'do' expressions
Brian Anderson
-6
/
+40
2012-06-18
Fix generation of str/@. Closes #2638.
Michael Sullivan
-2
/
+6
2012-06-18
Use unboxed vecs for string shape glue.
Michael Sullivan
-9
/
+1
2012-06-18
Minor infer/typeck cleanups
Lindsey Kuper
-12
/
+9
2012-06-17
Undo workaround for #2633 since it is fixed.
Niko Matsakis
-5
/
+1
2012-06-17
Issue #2633: remove last_use entries that are subject to a loan
Niko Matsakis
-0
/
+27
2012-06-16
Comments only
Tim Chevalier
-0
/
+4
2012-06-16
Make move_val take its first argument by copy
Tim Chevalier
-1
/
+1
2012-06-15
Fix copying of fixed length vectors. Closes #2630.
Michael Sullivan
-2
/
+1
2012-06-15
Make fixed length vecs implicitly copyable. Clean up some other kind code. Cl...
Michael Sullivan
-24
/
+18
2012-06-15
Handle index expressions' callee IDs correctly
Tim Chevalier
-4
/
+4
2012-06-15
Add an intermediate level of type/region variable resolution forcing
Lindsey Kuper
-24
/
+49
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-15
/
+1
2012-06-15
Make type_is_pod handle more types.
Michael Sullivan
-2
/
+11
2012-06-14
Issue #2591: Fix "upvar" jargon in borrowck error messages
Patrick Walton
-3
/
+5
2012-06-14
Merge branch 'incoming' of github.com:mozilla/rust into newsnap
Eric Holk
-123
/
+186
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-12
/
+25
2012-06-14
Further work on integer literal suffix inference (#1425)
Lindsey Kuper
-123
/
+186
2012-06-14
Complete a data visitor type that does proper pointer-walking.
Graydon Hoare
-12
/
+25
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-76
/
+193
2012-06-14
Issue #2572: (trans) Fix self-referential classes.
Patrick Walton
-19
/
+48
2012-06-14
whitespace
Tim Chevalier
-1
/
+1
2012-06-14
Get an initial implementation of boxed vectors working.
Michael Sullivan
-40
/
+71
2012-06-14
Avoid some duplicated typechecking work
Tim Chevalier
-5
/
+18
2012-06-14
Add zero check/fail paths on div/mod paths. Close #944.
Graydon Hoare
-11
/
+54
2012-06-14
Comments only: annotate FIXMEs in reflect
Tim Chevalier
-1
/
+2
2012-06-14
Adding move_val and move_val_init intrinsics.
Eric Holk
-1
/
+29
2012-06-14
Comments only: annotate FIXMEs in typeck::infer
Tim Chevalier
-1
/
+2
2012-06-14
Comments only: annotate a FIXME and remove an obsolete one
Tim Chevalier
-2
/
+2
2012-06-14
Annotate and fix FIXMEs in typeck
Tim Chevalier
-41
/
+40
2012-06-14
Dead code elimination
Tim Chevalier
-38
/
+4
2012-06-13
Make trans only generate calls to the _dyn malloc upcalls, so we can get rid ...
Michael Sullivan
-36
/
+24
2012-06-13
Traverse types in reachability
Tim Chevalier
-1
/
+27
2012-06-13
Box AST idents
Brian Anderson
-202
/
+205
[prev]
[next]