Nick Cameron
|
2d3823441f
|
Put slicing syntax behind a feature gate.
[breaking-change]
If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate.
|
2014-10-07 15:49:53 +13:00 |
|
Nick Cameron
|
59976942ea
|
Use slice syntax instead of slice_to, etc.
|
2014-10-07 15:49:53 +13:00 |
|
Aaron Turon
|
d2ea0315e0
|
Revert "Use slice syntax instead of slice_to, etc."
This reverts commit 40b9f5ded5 .
|
2014-10-02 11:48:07 -07:00 |
|
Aaron Turon
|
7bf56df4c8
|
Revert "Put slicing syntax behind a feature gate."
This reverts commit 95cfc35607 .
|
2014-10-02 11:47:51 -07:00 |
|
Nick Cameron
|
95cfc35607
|
Put slicing syntax behind a feature gate.
[breaking-change]
If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate.
|
2014-10-02 13:23:36 +13:00 |
|
Nick Cameron
|
40b9f5ded5
|
Use slice syntax instead of slice_to, etc.
|
2014-10-02 13:19:45 +13:00 |
|
Huon Wilson
|
d0512b1055
|
Convert vec::[mut_]slice to methods, remove vec::const_slice.
|
2013-06-27 22:36:09 +10:00 |
|
Patrick Walton
|
206ab89629
|
librustc: Stop reexporting the standard modules from prelude.
|
2013-05-29 19:04:53 -07:00 |
|
Patrick Walton
|
8b56a8380b
|
librustc: Modify all code to use new lifetime binder syntax
|
2013-03-26 21:30:17 -07:00 |
|
Patrick Walton
|
352c070365
|
librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming
|
2013-03-18 17:21:14 -07:00 |
|
Nick Desaulniers
|
5d62a4a52e
|
Convert all uses of vec::slice to vec::view Issue #3869
Rename const_view to const_slice
Renamed mut_view to mut_slice
|
2013-02-14 16:14:32 -08:00 |
|
Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08:00 |
|
Tim Chevalier
|
b9920b052b
|
testsuite: Tweak tests for #3888
|
2013-01-20 19:51:33 -08:00 |
|