Patrick Walton
|
f686896f60
|
test: "import" -> "use"
|
2012-09-05 12:32:05 -07:00 |
|
Brian Anderson
|
d777e51333
|
Demode reinterpret_cast
|
2012-09-01 18:18:29 -07:00 |
|
Brian Anderson
|
b355936b4d
|
Convert ret to return
|
2012-08-01 19:16:06 -07:00 |
|
Niko Matsakis
|
e0ea67a2a6
|
prevent regions from escaping in ifaces; remove &r.T syntax
|
2012-07-18 11:48:58 -07:00 |
|
Niko Matsakis
|
b9aa9def85
|
infer when types are region parameterized rather than requiring /&
- removes various fields from various variants in the AST
- also update tests not to use this notation
|
2012-07-11 14:41:41 -07:00 |
|
Eric Holk
|
1e8f501343
|
Machine types are different from int/uint, etc (Issue #2187)
|
2012-06-04 19:16:47 -07:00 |
|
Niko Matsakis
|
2db4259b35
|
Stop inferring bot/static when types/regions are unconstrained.
Also, some other changes that came up along the way:
- add a 'blk' region for the current block.
- detect unused type/region variables.
|
2012-04-30 19:53:02 -07:00 |
|
Niko Matsakis
|
3d6c79109e
|
update syntax to include a slash
|
2012-04-19 21:01:11 -07:00 |
|
Niko Matsakis
|
3c995fb8f3
|
make nominal types optionally parameterized by a self region.
Issue #2201.
|
2012-04-19 21:01:11 -07:00 |
|
Patrick Walton
|
18a97d71f9
|
test: Un-XFAIL regions-mock-trans.rs and regions-mock-trans-impls.rs
|
2012-03-28 14:31:23 -07:00 |
|
Niko Matsakis
|
f5edb5ee18
|
xfail-test regions tests
|
2012-03-23 22:06:39 -07:00 |
|
Patrick Walton
|
b9c4dbeb33
|
test: Fix leak in regions-mock-trans
|
2012-03-23 15:17:34 -07:00 |
|
Patrick Walton
|
df77eb433b
|
test: Fix whitespace at EOL
|
2012-03-23 15:05:39 -07:00 |
|
Patrick Walton
|
aa0f25ae31
|
test: Add a trans.rs-workalike test case for regions
|
2012-03-23 14:42:39 -07:00 |
|