Patrick Walton
|
e2f6f19fc8
|
rustc: Rework type substitution to pair up type parameter IDs with the supplied type parameter instantiations explicitly
|
2011-03-08 12:19:37 -08:00 |
|
Patrick Walton
|
473a242525
|
rustc: Store type parameter definition IDs instead of type parameter counts in the typechecker
|
2011-03-08 11:27:36 -08:00 |
|
Patrick Walton
|
0054efc412
|
rustc: Store the number of type parameters per item, which will be needed to get unused type params working
|
2011-03-08 10:57:40 -08:00 |
|
Graydon Hoare
|
0d60918855
|
Most of the way through genericizing bind properly with new malloc path. Still getting the thunk call wrong.
|
2011-03-07 18:13:56 -08:00 |
|
Patrick Walton
|
3473ff3bff
|
rustc: Cast dynamically-sized tags in iter_structural_ty_full() to opaque tag types. Un-XFAIL generic-recursive-tag.rs.
|
2011-03-07 18:03:33 -08:00 |
|
Patrick Walton
|
6ed226c6b3
|
rustc: Cast the LLVM representations of tag types when constructing boxes. Un-XFAIL list.rs.
|
2011-03-07 16:35:00 -08:00 |
|
Patrick Walton
|
6f7e21ddac
|
rustc: Truncate or zero-extend indexes appropriately. Un-XFAIL integral-indexing.rs.
|
2011-03-07 15:44:42 -08:00 |
|
Graydon Hoare
|
abbcc0385d
|
Poison ty_param values in trans; fix buggy parametric obj and box malloc paths. Add generic-box test.
|
2011-03-07 14:05:16 -08:00 |
|
Marijn Haverbeke
|
0624f9db4a
|
Add a pretty-printer
Adds a -pp option to the compiler which will cause it to simply
pretty-print the given file.
|
2011-03-07 12:58:08 -08:00 |
|
Rafael Ávila de Espíndola
|
8047957b99
|
Construct the wrappers to native functions. Hello world now works :-)
|
2011-03-07 15:37:40 -05:00 |
|
Graydon Hoare
|
90f299e710
|
Permit view items in native modules.
|
2011-03-07 11:48:43 -08:00 |
|
Graydon Hoare
|
60657fa8aa
|
Set the cleanup on the post-growth vector, not the temporary one.
|
2011-03-07 00:13:56 -08:00 |
|
Graydon Hoare
|
2cbfb8795d
|
Fix off-by-one in vector append code.
|
2011-03-06 23:06:01 -08:00 |
|
Graydon Hoare
|
386ba3ae63
|
Further work on vec-append. Almost working.
|
2011-03-06 22:37:14 -08:00 |
|
Brian Anderson
|
d39da6f978
|
Remove typestate workarounds
|
2011-03-06 15:13:35 -08:00 |
|
Graydon Hoare
|
138c55a69d
|
Fix return value on trans_vec_add.
|
2011-03-06 15:12:33 -08:00 |
|
Graydon Hoare
|
3eb20f3f6e
|
Correct signatures and arguments associated with call into vec_append_glue.
|
2011-03-06 12:46:33 -08:00 |
|
Graydon Hoare
|
d97c800e31
|
Make ret and fail stmts have 0 out-edges, Closes #250.
|
2011-03-05 20:05:02 +00:00 |
|
Patrick Walton
|
94b681afe4
|
rustc: Use copy_ty() when initializing N-ary tag variants. Un-XFAIL generic-tag.rs.
|
2011-03-04 18:05:48 -08:00 |
|
Patrick Walton
|
1dc6bdf331
|
rustc: Don't recurse forever if type glue needs to refer to its own type descriptor
|
2011-03-04 17:22:43 -08:00 |
|
Patrick Walton
|
0aa74828e3
|
rustc: Remove "translating variants" debug string
|
2011-03-04 15:15:12 -08:00 |
|
Patrick Walton
|
76ec67063e
|
rustc: Don't use recursive types for tags; remove tag_info; introduce GEP_tag()
|
2011-03-04 15:10:22 -08:00 |
|
Rafael Ávila de Espíndola
|
95c0cefd32
|
Build empty wrappers. This lets us compile hello world, but so far it
just returns 0.
|
2011-03-04 15:29:33 -05:00 |
|
Rafael Ávila de Espíndola
|
2ff67ed94e
|
Remove unused argument.
|
2011-03-04 14:53:52 -05:00 |
|
Graydon Hoare
|
652cb48475
|
Assortment of additional work on vec-append. Not done yet.
|
2011-03-03 18:18:59 -08:00 |
|
Patrick Walton
|
629eba1d06
|
rustc: Make tag discriminants per-tag-ID, not per-tag-ID-and-subtypes
|
2011-03-03 18:15:17 -08:00 |
|
Graydon Hoare
|
b4a85c7b58
|
Factor out and generalize sequence pointer walking, for use in vec-grow.
|
2011-03-03 17:36:38 -08:00 |
|
Patrick Walton
|
04a0a6fbef
|
Revert "rustc: Add support for folding over tag types" as it's unnecessary. Oops.
|
2011-03-03 17:09:20 -08:00 |
|
Patrick Walton
|
f6682280f3
|
rustc: Add support for folding over tag types
|
2011-03-03 16:54:15 -08:00 |
|
Patrick Walton
|
39b0563205
|
rustc: Remove dead code that used to generate tag constants from trans_constant()
|
2011-03-03 16:18:43 -08:00 |
|
Patrick Walton
|
f44fea8b6d
|
rustc: Teach trans_tag_variant() about generic tags
|
2011-03-03 15:53:36 -08:00 |
|
Patrick Walton
|
2a241ece3a
|
rustc: Disallow calling type_of() on dynamically-sized types
|
2011-03-03 14:10:36 -08:00 |
|
Patrick Walton
|
5dba7a77d2
|
rustc: Don't call type_of() in GEP_tup_like() if there are any type parameters in the result
|
2011-03-03 14:03:37 -08:00 |
|
Rafael Ávila de Espíndola
|
da8058ff83
|
Handle native types in calls.
|
2011-03-03 16:44:15 -05:00 |
|
Patrick Walton
|
fae6870d05
|
rustc: Make populate_fn_ctxt_from_llself() generic-aware
|
2011-03-03 11:50:35 -08:00 |
|
Patrick Walton
|
7ab58db4d0
|
rustc: Use llsize_of rather than size_of in trans_malloc_without_cleanup(). Should put out burning tinderbox...
|
2011-03-02 18:36:03 -08:00 |
|
Patrick Walton
|
675f762621
|
rustc: Have make_generic_glue pass an opaque type instead of an incorrect type in the case of dynamically sized types
|
2011-03-02 18:23:38 -08:00 |
|
Patrick Walton
|
792af12a3c
|
rustc: Remove unused call to type_of() in trans_tup()
|
2011-03-02 18:06:53 -08:00 |
|
Patrick Walton
|
ec5c5a750d
|
rustc: Rework the API for trans_malloc() to be generic-aware and so that clients don't need to call trans_malloc_inner()
|
2011-03-02 17:31:01 -08:00 |
|
Graydon Hoare
|
dddeba19d3
|
Sketch out some more pieces of vec-append.
|
2011-03-02 16:42:19 -08:00 |
|
Patrick Walton
|
5ebb91f24d
|
rustc: Teach iter_structural_ty about dynamically-sized tuples and records
|
2011-03-02 16:31:20 -08:00 |
|
Patrick Walton
|
21e42ad88a
|
rustc: For derived tydescs, explicitly store 0 for size and align when the type in question has a dynamic size
|
2011-03-02 16:23:14 -08:00 |
|
Patrick Walton
|
c19e4e1c29
|
rustc: Don't have type_of_arg() rely on the particular lie told by type_of()
|
2011-03-02 16:15:20 -08:00 |
|
Brian Anderson
|
c1e6f5328c
|
Make the expanded expression in expr_ext not optional
|
2011-03-02 10:28:15 -08:00 |
|
Brian Anderson
|
fe5de6bfff
|
Parse parameter types for fmt extension
|
2011-03-02 10:28:14 -08:00 |
|
Brian Anderson
|
f1500e5872
|
Add fold, typecheck and trans for expr_ext
|
2011-03-02 10:28:14 -08:00 |
|
Graydon Hoare
|
64ab5eaaf0
|
Parse (and ignore) dtors on objs.
|
2011-03-01 17:33:17 -08:00 |
|
Patrick Walton
|
9869aebf7d
|
rustc: Remove the static "size" field from the tag info
|
2011-03-01 16:58:33 -08:00 |
|
Patrick Walton
|
9d59d33515
|
rustc: Add in the size of the discriminant to generic_size_of() for tags
|
2011-03-01 16:49:05 -08:00 |
|
Patrick Walton
|
71f853b3fd
|
rustc: Add logic for generic tags to dynamic_size_of().
|
2011-03-01 16:37:17 -08:00 |
|