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
/
middle
Age
Commit message (
Expand
)
Author
Lines
2011-06-09
rustc: Write interior vecs and strings into the metadata and add logic for th...
Patrick Walton
-0
/
+2
2011-06-09
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-0
/
+36
2011-06-09
rustc: Report type errors in terms of the actual types involved, not type var...
Patrick Walton
-2
/
+13
2011-06-09
rustc: Annotate vector and string literals in the AST with their uniqueness o...
Patrick Walton
-13
/
+51
2011-06-09
rustc: Add ty_istr and ty_ivec types
Patrick Walton
-22
/
+39
2011-06-09
Improve error message for wrong number of type arguments
Tim Chevalier
-4
/
+12
2011-06-09
rustc: Remove comment dating back to the rustboot days from typeck
Patrick Walton
-1
/
+1
2011-06-09
rustc: Remove all calls to resolve_all_vars and the function itself
Patrick Walton
-27
/
+1
2011-06-09
rustc: Remove the call to resolve_all_vars when typechecking field exprs
Patrick Walton
-2
/
+0
2011-06-09
rustc: Unify with the root types
Patrick Walton
-2
/
+3
2011-06-09
Fix double import that now somehow gets caught by resolve
Marijn Haverbeke
-2
/
+0
2011-06-09
Switch resolve pass to use visit.rs rather than walk.rs
Marijn Haverbeke
-145
/
+94
2011-06-09
Pass ty params to visit::visit_fn
Marijn Haverbeke
-19
/
+50
2011-06-09
Improve an error message in resolve
Tim Chevalier
-3
/
+10
2011-06-09
Start to check expr_check and expr_call constraints in typestate
Tim Chevalier
-3
/
+61
2011-06-09
Further support for predicate constraints
Tim Chevalier
-351
/
+384
2011-06-09
rustc: Add fast paths for vars and param folds. 3x typechecking speedup.
Patrick Walton
-61
/
+70
2011-06-09
rustc: Don't resolve all type variables eagerly for paths
Patrick Walton
-18
/
+25
2011-06-09
Properly handle lifetime of aliases in nested blocks
Marijn Haverbeke
-18
/
+41
2011-06-09
A revised, improved alias-checker
Marijn Haverbeke
-150
/
+395
2011-06-09
Add new visitor framework
Marijn Haverbeke
-0
/
+381
2011-06-08
rustc: Don't eagerly resolve type variables after unification
Patrick Walton
-40
/
+59
2011-06-08
rustc: Make resolve_all_vars() check to see whether the type actually has var...
Patrick Walton
-14
/
+7
2011-06-08
rustc: Don't generate so many variables when typechecking functions; remove m...
Patrick Walton
-50
/
+51
2011-06-08
rustc: Use cnames in ty_to_str again; debugging code crept in
Patrick Walton
-6
/
+4
2011-06-08
rustc: Add some miscellaneous demands that pushdown had previously caught; pu...
Patrick Walton
-1
/
+13
2011-06-08
rustc: Remove pushdown. 15 second improvement.
Patrick Walton
-443
/
+30
2011-06-08
Merge pull request #403 from espindola/newllvm
Graydon Hoare
-0
/
+6
2011-06-08
Update rust to build with newer llvm versions.
Rafael Ávila de Espíndola
-0
/
+6
2011-06-08
rustc: Remove all traces of the unification cache
Patrick Walton
-60
/
+0
2011-06-08
Don't force the fetch of main.o from main.a, we are not using main.a anymore.
Rafael Ávila de Espíndola
-11
/
+0
2011-06-08
Add optional message to fail.
Josh Matthews
-8
/
+17
2011-06-07
rustc: Print out a real error message on unresolved types. Puts out burning t...
Patrick Walton
-26
/
+36
2011-06-07
rustc: Use a set-based approach to unification; remove ty_bound_param and ty_...
Patrick Walton
-1178
/
+1074
2011-06-07
More work on proper linkage name-mangling. Almost right, aside from version n...
Graydon Hoare
-119
/
+72
2011-06-07
For consistency, use ctxt instead of ty_ctxt outside of unify.
Lindsey Kuper
-17
/
+17
2011-06-07
Removing dead code and redundant fails; changing fails to sess.bug
Lindsey Kuper
-157
/
+92
2011-06-07
Don't put a copy of main (the C one) in each binary we produce. This is a step
Rafael Ávila de Espíndola
-56
/
+29
2011-06-06
Begin tidying up name-mangling rules.
Graydon Hoare
-58
/
+66
2011-06-06
Implement enough support for pointer to get an identity function working.
Rafael Ávila de Espíndola
-0
/
+6
2011-06-06
First take on an alias-safety checker
Marijn Haverbeke
-0
/
+255
2011-06-06
Change unsafe aliases
Marijn Haverbeke
-48
/
+53
2011-06-05
rustc: Make resolve::unresolved return !. Remove redundant fails
Brian Anderson
-8
/
+1
2011-06-04
Adding comments; removing dead code.
Lindsey Kuper
-12
/
+18
2011-06-04
Remove redundant 'fail' exprs and dead code; use sess.bug or
Lindsey Kuper
-67
/
+27
2011-06-03
More comments.
Lindsey Kuper
-0
/
+17
2011-06-03
Comments and cleanup.
Lindsey Kuper
-31
/
+64
2011-06-03
Add spans to fields, args, methods. Improve pp of same.
Graydon Hoare
-15
/
+15
2011-06-03
Boilerplate for pointers. Sorry for missing this on the first patch.
Rafael Ávila de Espíndola
-0
/
+20
2011-06-02
Removing redundant "fail"s.
Lindsey Kuper
-19
/
+8
[prev]
[next]