Graydon Hoare
533cce8050
manual: remove unusual production name in match-expr grammar.
2012-10-11 18:18:53 -07:00
Graydon Hoare
1d69b81eef
manual: "to" -> ".."
2012-10-11 18:18:53 -07:00
Graydon Hoare
515f88f1c1
manual: rewrite for-expression section to reflect this year's definition.
2012-10-11 18:18:53 -07:00
Graydon Hoare
fd85a0000a
manual: add section on do-expressions.
2012-10-11 18:18:53 -07:00
Tim Chevalier
693866d75e
Change FIXME number
2012-10-11 18:09:55 -07:00
Tim Chevalier
44bffd2059
Revert "Use a constant vector for the sudoku board, delete a FIXME"
...
This reverts commit 06d0bf7555
.
2012-10-11 18:08:58 -07:00
Tim Chevalier
55b528484d
Re-xfail two tests that I tried to resurrect (no time right now)
2012-10-11 17:59:33 -07:00
Tim Chevalier
2d116db578
Use move instead of ref in select-macro
2012-10-11 17:59:29 -07:00
Tim Chevalier
dd54431df6
Fix pipe-select-macro
2012-10-11 17:59:14 -07:00
Tim Chevalier
945d57a6ff
Export VecUnboxedRepr from vec so a test case can use it
2012-10-11 17:58:45 -07:00
Tim Chevalier
3c1ff31f4a
Un-XFAIL task-compare
2012-10-11 17:03:56 -07:00
Tim Chevalier
5a849ea8ad
Use match move in select-macro, get rid of a FIXME
2012-10-11 17:03:48 -07:00
Tim Chevalier
b24cba877d
Un-XFAIL reflect-visit-type
2012-10-11 17:03:29 -07:00
Tim Chevalier
f1de001d69
Annotate FIXMEs in reflect-visit-data
2012-10-11 17:03:02 -07:00
Tim Chevalier
c090dcad84
Uncomment nested module in test, delete a FIXME
2012-10-11 17:02:38 -07:00
Tim Chevalier
06d0bf7555
Use a constant vector for the sudoku board, delete a FIXME
2012-10-11 17:02:12 -07:00
Tim Chevalier
668b39cb5c
Use match move in pingpong, delete a FIXME
2012-10-11 17:01:55 -07:00
Tim Chevalier
915897b3df
Remove obsolete comment
2012-10-11 16:46:06 -07:00
Tim Chevalier
7509a3d75b
Remove obsolete FIXME
2012-10-11 16:46:06 -07:00
Tim Chevalier
97c2255822
Use truncate in typeck::infer; gets rid of FIXME
2012-10-11 16:46:06 -07:00
Tim Chevalier
acaad9381d
Remove obsolete comment
2012-10-11 16:46:06 -07:00
Tim Chevalier
41752b02b9
Update FIXME numbers
2012-10-11 16:46:01 -07:00
Tim Chevalier
db679a738f
Remove obsolete FIXME
2012-10-11 16:46:00 -07:00
Tim Chevalier
66cea3700e
Fix from_buf in test cases
2012-10-11 16:45:57 -07:00
Tim Chevalier
6986acb340
Update FIXME numbers
2012-10-11 16:15:12 -07:00
Tim Chevalier
3764ec7025
Remove obsolete FIXME
2012-10-11 16:11:47 -07:00
Tim Chevalier
63dc83198a
Remove obsolete FIXME
2012-10-11 16:10:07 -07:00
Tim Chevalier
fb667cde59
Update FIXME number
2012-10-11 16:10:02 -07:00
Tim Chevalier
72fc2b52db
Remove unneeded no_rt flag
2012-10-11 16:06:17 -07:00
Tim Chevalier
ec6311211f
Update FIXME number
2012-10-11 16:00:30 -07:00
Tim Chevalier
6854265161
Remove comment that is now false
2012-10-11 16:00:30 -07:00
Tim Chevalier
bfbb7197d7
Update FIXME numbers
2012-10-11 16:00:30 -07:00
Tim Chevalier
d2efd7edf7
Update FIXME number
2012-10-11 16:00:30 -07:00
Tim Chevalier
27490769ce
Update FIXME number
2012-10-11 16:00:30 -07:00
Tim Chevalier
fc4da29b4f
Update FIXME number
2012-10-11 16:00:30 -07:00
Tim Chevalier
71813b3793
Exports are fixed, hooray
2012-10-11 16:00:30 -07:00
Tim Chevalier
f6606aff6e
Remove invalid FIXME
2012-10-11 16:00:29 -07:00
Graydon Hoare
1a885f6be1
manual: add section on lambda expressions.
2012-10-11 14:42:11 -07:00
Graydon Hoare
2bb141c1f9
manual: remove mention of do-while loops.
2012-10-11 14:20:40 -07:00
Graydon Hoare
04e6b09c58
manual: remove mention of >>>.
2012-10-11 14:19:48 -07:00
Graydon Hoare
44f8a8ec5a
manual: remove 'trivial cast', it's an unused definition.
2012-10-11 14:18:52 -07:00
Graydon Hoare
1d47c0a830
manual: note overloading and traits for comparison ops.
2012-10-11 14:18:52 -07:00
Graydon Hoare
eff4a36b3e
manual: mention overloading, traits on the arithmetic and bitwise operators.
2012-10-11 14:18:52 -07:00
Graydon Hoare
edf493f07b
manual: fix exponents on number types.
2012-10-11 14:18:52 -07:00
Graydon Hoare
3a2e9e404a
manual: s/unique/owned/, s/shared/managed/, fix rval/lval more.
2012-10-11 14:18:52 -07:00
Tim Chevalier
d882274284
Remove Copy bound from std::timer::delayed_send
...
Closes #3717
2012-10-11 14:17:59 -07:00
Tim Chevalier
1ab914df1d
Write option::chain and result::chain with match move
...
Closes #3590
2012-10-11 14:17:59 -07:00
Tim Chevalier
5a8ba073bc
Make to_str pure and fix const parameters for str-mutating functions
...
Two separate changes that got intertwined (sorry):
Make to_str pure. Closes #3691
In str, change functions like push_char to take an &mut str instead of
an &str. Closes #3710
2012-10-11 14:17:59 -07:00
Tim Chevalier
41bce91cb8
Fix tutorial link to tasks
...
Closes #3715
2012-10-11 14:17:59 -07:00
Graydon Hoare
c87ff5e29e
manual: remove box-specific language.
2012-10-11 13:13:58 -07:00