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-02-10
Add support to pat_lit to fold.
Graydon Hoare
-0
/
+11
2011-02-10
Support indexing pat_lit.
Graydon Hoare
-0
/
+1
2011-02-10
Add pat_lit to ast, and support parsing it.
Graydon Hoare
-22
/
+22
2011-02-10
Parse effects and layers in a couple contexts; drop on floor as we have nowhe...
Graydon Hoare
-0
/
+10
2011-02-10
Fix bug in trans_field, un-XFAIL two more tests.
Graydon Hoare
-3
/
+1
2011-02-10
Add type checking for native types.
Rafael Avila de Espindola
-34
/
+126
2011-02-10
Change more of trans to rely on tydescs when dealing with generics.
Graydon Hoare
-37
/
+66
2011-02-10
Switch "." to "_" in name mangling, makes gdb happier. Also factor out into s...
Graydon Hoare
-14
/
+18
2011-02-10
Cleanup for 'be' statement and comments about future typestate
Brian Anderson
-14
/
+28
2011-02-10
Parse 'be' statement. Pass tailcall tests. No actual tailcalls yet.
Brian Anderson
-0
/
+45
2011-02-10
Add missing fold of native functions.
Rafael Avila de Espindola
-13
/
+37
2011-02-10
Handle instantiations where some type parameters remain parameters (eg. deriv...
Graydon Hoare
-1
/
+5
2011-02-09
Elide passed-typarams when tydescs are captured. Un-XFAIL generic-obj.rs.
Graydon Hoare
-12
/
+16
2011-02-08
Add the single instruction required in activate glue to fix burning darwin ti...
Graydon Hoare
-2
/
+99
2011-02-08
Handle subtle view-shift on outptr in generic calls. Can construct generic ob...
Graydon Hoare
-0
/
+8
2011-02-08
Overhaul ABI. All retptrs, all the time.
Graydon Hoare
-254
/
+224
2011-02-07
Add a fixme for last commit.
Graydon Hoare
-0
/
+4
2011-02-07
Iterate type unification to drive the types a bit further down into the leave...
Graydon Hoare
-1
/
+33
2011-02-07
Add native modules to resolve. With this hello world gets to typecheck.
Rafael Avila de Espindola
-19
/
+60
2011-02-07
Fix expressions with paths with more than one element.
Rafael Avila de Espindola
-2
/
+1
2011-02-07
Add support for
Rafael Avila de Espindola
-1
/
+12
2011-02-04
Parse function declarations.
Rafael Ávila de Espíndola
-43
/
+100
2011-02-04
Factor the parsing of "type foo" into parse_type_decl.
Rafael Ávila de Espíndola
-9
/
+11
2011-02-03
Capture typarams into obj, independent of body tydesc.
Graydon Hoare
-19
/
+79
2011-02-02
Attempt to put out burning tinderbox.
Graydon Hoare
-1
/
+5
2011-02-02
Hack to work around apparent LLVM bug?
Graydon Hoare
-1
/
+7
2011-02-02
Store tydesc for whole body, not just fields, in objs and closures. Handles u...
Graydon Hoare
-14
/
+5
2011-02-02
Handle missing case in linearize_ty_params.
Graydon Hoare
-0
/
+1
2011-02-02
Change decl_upcall to decl_upcall_glue, more correct name.
Graydon Hoare
-2
/
+2
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
-4
/
+95
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
/
+58
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
-28
/
+103
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
/
+10
2011-02-01
Allow the else part of an expr_if to be either expr_if or expr_block
Brian Anderson
-30
/
+55
2011-01-31
More work on derived tydescs. Can compile simple tests with generic objects.
Graydon Hoare
-33
/
+53
2011-01-31
Merge branch 'master' into forgraydon-elseif
Brian Anderson
-107
/
+163
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-30
Teach rustc to parse 'else if'
Brian Anderson
-2
/
+16
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
/
+31
2011-01-28
Correctly handle "import foo = bar.zed;".
Rafael Ávila de Espíndola
-28
/
+40
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
[prev]
[next]