Patrick Walton
|
af79a5aa7d
|
test: Make manual changes to deal with the fallout from removal of
`~[T]` in test, libgetopts, compiletest, librustdoc, and libnum.
|
2014-03-21 23:37:21 +11:00 |
|
Patrick Walton
|
579eb2400b
|
test: Automatically remove all ~[T] from tests.
|
2014-03-21 23:37:21 +11:00 |
|
Huon Wilson
|
62792f09f2
|
lint: add lint for use of a ~[T] .
This is useless at the moment (since pretty much every crate uses
`~[]`), but should help avoid regressions once completely removed from a
crate.
|
2014-03-14 11:28:39 +11:00 |
|
Eduard Burtescu
|
26398b4f6d
|
Introduce a common recursion limit for auto-dereference and monomorphization.
|
2014-03-13 14:21:45 +02:00 |
|
Alex Crichton
|
2f8dbf2102
|
Test fixes and rebase conflicts from rollups
PRs closed as part of this:
Closes #12212 r=alexcrichton
Closes #12215 r=brson
Closes #12246 r=pcwalton
Closes #12247 r=cmr
Closes #12251 r=brson
Closes #12255 r=alexcrichton
Closes #12257 r=alexcrichton
Closes #12258 r=huonw
Closes #12259 r=huonw
Closes #12263 r=kballard
Closes #12269 r=alexcrichton
|
2014-02-14 10:59:22 -08:00 |
|
Flavio Percoco
|
a289587dd3
|
Ensure an error is raised on infinite recursion
|
2014-02-14 07:47:05 -08:00 |
|