Patrick Walton
|
8114d0e950
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
You can still initialize multiple variables at once with "let (x, y) = (1, 2)".
|
2013-06-04 21:45:42 -07:00 |
|
Steve Klabnik
|
220e1a6cfc
|
Add example for uint::range_step.
|
2013-05-30 14:35:07 -07:00 |
|
Alex Crichton
|
007651cd26
|
Require documentation by default for libstd
Adds documentation for various things that I understand.
Adds #[allow(missing_doc)] for lots of things that I don't understand.
|
2013-05-30 01:02:55 -05:00 |
|
Patrick Walton
|
206ab89629
|
librustc: Stop reexporting the standard modules from prelude.
|
2013-05-29 19:04:53 -07:00 |
|
Alex Crichton
|
b04c40bb1c
|
Silence various warnings throughout test modules
|
2013-05-28 15:27:35 -05:00 |
|
Alex Crichton
|
ec8fb884e9
|
Remove usage of the #[merge] hack with int modules
|
2013-05-24 15:31:34 -05:00 |
|