Niko Matsakis
|
872ce47955
|
Fallout: tests. As tests frequently elide things, lots of changes
here. Some of this may have been poorly rebased, though I tried to be
careful and preserve the spirit of the test.
|
2015-02-18 10:25:28 -05:00 |
|
Tobias Bucher
|
7f64fe4e27
|
Remove all i suffixes
|
2015-01-30 04:38:54 +01:00 |
|
Felix S. Klock II
|
a7a2dd96ec
|
fallout: run-pass tests that use box. (many could be ported to Box::new instead in the future.)
|
2015-01-08 02:31:37 +01:00 |
|
Nick Cameron
|
2e86929a4a
|
Allow use of [_ ; n] syntax for fixed length and repeating arrays.
This does NOT break any existing programs because the `[_, ..n]` syntax is also supported.
|
2014-12-20 15:23:29 +13:00 |
|
Niko Matsakis
|
f4e29e7e9a
|
Fixup various places that were doing &T+'a and do &(T+'a)
|
2014-11-26 11:42:06 -05:00 |
|
Nick Cameron
|
ca08540a00
|
Fix fallout from coercion removal
|
2014-11-17 22:41:33 +13:00 |
|
Niko Matsakis
|
1b487a8906
|
Implement generalized object and type parameter bounds (Fixes #16462)
|
2014-08-27 21:46:52 -04:00 |
|
Luqman Aden
|
e11503f6d2
|
librustc: Allow coercions through arrays.
|
2014-06-29 00:56:40 -07:00 |
|