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-02-02
Add trace and trap helpers to trans for low level diagnostics.
Graydon Hoare
-0
/
+18
2011-02-02
Add most of the plumbing for native items and add support for parsing native ...
Rafael Ávila de Espíndola
-1
/
+44
2011-02-01
Fix buggy argument assembly for upcall_get_type_desc. Can now complete calls ...
Graydon Hoare
-5
/
+5
2011-02-01
Add very minimal support for native modules. For now they must be empty.
Rafael Ávila de Espíndola
-2
/
+33
2011-02-01
Pick up case for expr_block from brson's other branch.
Graydon Hoare
-0
/
+15
2011-02-01
Implement 'else if'
Graydon Hoare
-17
/
+70
2011-02-01
Use dynamic GEP and silly offset-encoding on tydescs. Successful call into a ...
Graydon Hoare
-40
/
+70
2011-02-01
Add ty_type.
Graydon Hoare
-0
/
+9
2011-02-01
Allow the else part of an expr_if to be either expr_if or expr_block
Brian Anderson
-19
/
+45
2011-01-31
More work on derived tydescs. Can compile simple tests with generic objects.
Graydon Hoare
-33
/
+53
2011-01-31
Majority of the remaining work for derived tydescs. Not quite working yet.
Graydon Hoare
-106
/
+159
2011-01-31
Run cleanups in reverse order. Not presently observable, no dtors.
Graydon Hoare
-1
/
+4
2011-01-28
Fix a bug in linearize and get the captured tydescs type right.
Graydon Hoare
-9
/
+11
2011-01-28
Pass linearized typarams to make_generic_glue. Steps toward derived tydescs.
Graydon Hoare
-5
/
+22
2011-01-28
Pass tydesc array into type glue fns as first arg. Required for derived tydes...
Graydon Hoare
-40
/
+53
2011-01-28
Teach rustc to fail
Brian Anderson
-11
/
+24
2011-01-28
Correctly handle "import foo = bar.zed;".
Rafael Ávila de Espíndola
-16
/
+16
2011-01-27
Add helper function for derived type descriptors.
Graydon Hoare
-2
/
+45
2011-01-27
Simplify and fix the resolution of expr_path. With this we now get to codegen
Rafael Ávila de Espíndola
-19
/
+10
2011-01-27
Resolve type paths.
Rafael Ávila de Espíndola
-18
/
+3
2011-01-27
Handle paths correctly. This lets us handle one more test :-)
Rafael Ávila de Espíndola
-13
/
+7
2011-01-27
First step for supporting "case (foo.bar(?zed))": Change the ast of
Rafael Ávila de Espíndola
-16
/
+21
2011-01-27
Correctly split a.b.c into its path and field access components.
Rafael Ávila de Espíndola
-12
/
+14
2011-01-27
Note issue in comments.
Graydon Hoare
-3
/
+2
2011-01-26
Teach typeck to handle obj item names when used as type names, not just const...
Graydon Hoare
-18
/
+47
2011-01-25
Print an error if we try to refer to a module in an expr_path.
Rafael Ávila de Espíndola
-1
/
+11
2011-01-25
Small first step in expr_path. Call find_final_def just to detect
Rafael Ávila de Espíndola
-24
/
+38
2011-01-24
Implement autoderef in rustc. Un-XFAIL autoderef-full-lval.rs.
Graydon Hoare
-24
/
+129
2011-01-24
Switch from booleans to symbolic tags in a few places.
Graydon Hoare
-23
/
+36
2011-01-24
Remove unimplemented erorr and enable test.
Rafael Ávila de Espíndola
-5
/
+0
2011-01-24
Implement a bit of type parameter matching to get a simple case working.
Rafael Ávila de Espíndola
-5
/
+31
2011-01-21
Teach AST, parser, folder about iter items.
Graydon Hoare
-7
/
+10
2011-01-21
First cut at translating const items. Support the literal forms at least. Un-...
Graydon Hoare
-26
/
+74
2011-01-21
Merge remote branch 'espindola/params'
Graydon Hoare
-10
/
+40
2011-01-21
Change the return type of the getter method so that we can get to the type
Rafael Ávila de Espíndola
-10
/
+40
2011-01-21
Fix bug in trans_for, un-XFAIL linear-for-loop.rs.
Graydon Hoare
-1
/
+1
2011-01-21
First cut of trans_for.
Graydon Hoare
-0
/
+38
2011-01-21
Tweak effect-checking rules in rustboot, remove/rewrite/re-auth impure cases ...
Graydon Hoare
-149
/
+164
2011-01-21
M-x indent-region on trans.rs.
Graydon Hoare
-27
/
+35
2011-01-20
Teach ty and typeck about linear for loops.
Graydon Hoare
-30
/
+56
2011-01-20
Fix typo in fold.
Graydon Hoare
-1
/
+1
2011-01-20
Teach resolve about linear for loops.
Graydon Hoare
-2
/
+26
2011-01-20
Adjust AST encoding, teach fold about linear for loops.
Graydon Hoare
-0
/
+18
2011-01-19
Implement dynamic GEP enough to permit expr_field to work on tup(T,T,T).
Graydon Hoare
-2
/
+127
2011-01-19
Look at the type params of an item_ty when resolving.
Rafael Ávila de Espíndola
-1
/
+8
2011-01-19
Fold function output and argument types. With this change we fail to compile
Rafael Ávila de Espíndola
-3
/
+15
2011-01-18
Twiddle comment.
Graydon Hoare
-1
/
+1
2011-01-18
Fix bug (I think) when unifying ty_local and ty_param.
Graydon Hoare
-1
/
+13
2011-01-18
One last refactoring of the import handling:
Rafael Ávila de Espíndola
-85
/
+117
2011-01-18
Add bzero glue and preliminary code for dynamic size/align calculations.
Graydon Hoare
-15
/
+170
[prev]
[next]