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-01-17
Fix missing case in ty.
Graydon Hoare
-0
/
+5
2011-01-17
Use homebrew memcpy, not llvm intrinsic. Can't run the latter on a rust stack.
Graydon Hoare
-32
/
+58
2011-01-17
Fix a couple bugs in parametric returns.
Graydon Hoare
-11
/
+11
2011-01-17
Allocate and reload retslots. Copy into them on polymorphic returns.
Graydon Hoare
-19
/
+35
2011-01-17
Enable more tests.
Rafael Ávila de Espíndola
-1
/
+1
2011-01-17
Whitespace cleanup.
Graydon Hoare
-9
/
+9
2011-01-17
Fix the last known (to me) bug in import resolution. We were not properly
Rafael Ávila de Espíndola
-12
/
+27
2011-01-17
Teach copy_ty to finish via memcpy of tydesc-provided size.
Graydon Hoare
-11
/
+24
2011-01-17
Some misc cleanups:
Rafael Ávila de Espíndola
-25
/
+26
2011-01-14
Pass tydescs to parametric fns, along with (dummy, presently) retptr when nee...
Graydon Hoare
-66
/
+82
2011-01-14
Fix the import handling in "complex" cases. When looking a.b.c and 'a' is a
Rafael Ávila de Espíndola
-5
/
+22
2011-01-14
Expand generic info in lval_result.
Graydon Hoare
-12
/
+17
2011-01-14
Trim long lines.
Graydon Hoare
-2
/
+2
2011-01-14
Pass tydescs to parametric fns.
Graydon Hoare
-6
/
+33
2011-01-14
Make lookup non recursive and instead move the recursion just to
Rafael Ávila de Espíndola
-60
/
+88
2011-01-13
Change single-ident expr_ident to greedy/fat multi-ident expr_path, to handle...
Graydon Hoare
-60
/
+99
2011-01-12
Produce better errors for invalid imports.
Rafael Ávila de Espíndola
-0
/
+6
2011-01-12
Call find_final_def directly in fold_view_item_import. It is both cleaner and
Rafael Ávila de Espíndola
-1
/
+1
2011-01-12
Change mod_index_entry to point directly to items and view_items.
Rafael Ávila de Espíndola
-9
/
+13
2011-01-12
Figure out what tydescs we need to pass when translating parametric function ...
Patrick Walton
-4
/
+57
2011-01-11
Fix another import case we got wrong: The local environment should not
Rafael Ávila de Espíndola
-27
/
+47
2011-01-11
Fix two invalid import cases we were not detecting:
Rafael Ávila de Espíndola
-12
/
+29
2011-01-07
Drop closures. Un-XFAIL bind-interior.rs.
Graydon Hoare
-7
/
+54
2011-01-07
Add sufficient import support to compile some simple single-crate programs.
Rafael Ávila de Espíndola
-36
/
+115
2011-01-07
Synthesize closure thunks, and pass closure pointer into fn calls.
Graydon Hoare
-30
/
+170
2011-01-06
Whitespace cleanup, and copy target into closure.
Graydon Hoare
-7
/
+10
2011-01-06
Add the boilerplate for folding view items.
Rafael Ávila de Espíndola
-1
/
+65
2011-01-05
Sketch closure-forming logic for nontrivial bindings.
Graydon Hoare
-4
/
+73
2011-01-05
Translate trivial bindings. Un-XFAIL bind-trivial.rs.
Graydon Hoare
-8
/
+20
2011-01-05
Use uniform pair representation of functions everywhere, including static fun...
Graydon Hoare
-38
/
+113
2011-01-04
rustc: Allow the type unification handler to handle both expected and actual ...
Patrick Walton
-4
/
+20
2011-01-04
Correct function pointer type in closure.
Graydon Hoare
-2
/
+2
2011-01-04
Merge remote branch 'espindola/import'
Graydon Hoare
-2
/
+2
2011-01-04
Add names from imports to the namespace.
Rafael Ávila de Espíndola
-2
/
+2
2011-01-04
rustc: Add an item type accessor
Patrick Walton
-0
/
+38
2011-01-04
Add support for looking up a name introduced by a 'use'.
Rafael Ávila de Espíndola
-0
/
+14
2011-01-03
Begin sketching translation of bind_expr. No captures yet, also crashy.
Graydon Hoare
-1
/
+40
2011-01-03
Typecheck expr_bind.
Graydon Hoare
-13
/
+57
2011-01-03
Add type accessors for fn types.
Graydon Hoare
-0
/
+24
2011-01-03
Fix fold bug on expr_bind.
Graydon Hoare
-0
/
+3
2010-12-31
Translate local item decls.
Graydon Hoare
-0
/
+3
2010-12-31
Update method-fold env with fake item_fn representing the method.
Graydon Hoare
-1
/
+12
2010-12-31
Change resolve errs to span_errs.
Graydon Hoare
-4
/
+4
2010-12-31
Free objects by indirectly dropping fields via enclosed tydesc first.
Graydon Hoare
-2
/
+49
2010-12-31
Replace arg Load with load_non_structural in obj ctor.
Graydon Hoare
-1
/
+1
2010-12-31
Teach ty.unify about ty_obj.
Graydon Hoare
-0
/
+83
2010-12-31
Move unify_fn logic out-of-line.
Graydon Hoare
-59
/
+72
2010-12-30
Teach typeck.ast_ty_to_ty about ty_obj.
Graydon Hoare
-3
/
+13
2010-12-30
Teach fold about ty_obj.
Graydon Hoare
-0
/
+24
2010-12-30
Teach trans to access object fields.
Graydon Hoare
-14
/
+100
[prev]
[next]