Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08:00 |
|
Tim Chevalier
|
6d4907a742
|
testsuite: Eliminate uses of structural records from most run-pass tests
Except the pipes tests (that needs a snapshot)
|
2013-01-26 11:35:17 -08:00 |
|
Patrick Walton
|
54b2cad8b3
|
libsyntax: Remove fn() unsafe { ... } . r=graydon
|
2013-01-23 14:41:08 -08:00 |
|
Patrick Walton
|
4c2e4c37ce
|
librustc: Make use statements crate-relative by default. r=brson
|
2012-12-13 13:05:22 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Brian Anderson
|
2906f2de31
|
core: Rename 'unsafe' mod to 'cast'
|
2012-09-18 19:36:25 -07:00 |
|
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 |
|