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
Graydon Hoare
382e85c14f
manual: "with" -> ".." for FRU.
2012-10-11 13:12:29 -07:00
Graydon Hoare
2c34ffa26f
manual: link to expressions in lval/rval section.
2012-10-11 13:11:21 -07:00
Graydon Hoare
c46706fffd
manual: add borrow operator to symbolic unary operator list; mention copy and move.
2012-10-11 13:11:07 -07:00
Graydon Hoare
e257f390e1
manual: add section for unary move expressions.
2012-10-11 13:10:43 -07:00
Graydon Hoare
009cf535a4
manual: add section for path expressions.
2012-10-11 13:10:20 -07:00
Graydon Hoare
43fd84a607
Fix doctest.
2012-10-11 12:49:52 -07:00
Graydon Hoare
25d8ca153e
manual: pluralize; decls can introduce multiple names.
2012-10-11 12:25:25 -07:00
Graydon Hoare
78f29f2b14
manual: remove vestigial mention of tasking from definition of statement (long story, been there since first public release).
2012-10-11 12:21:32 -07:00
Graydon Hoare
c2fd04f66a
manual: s/Self type/Self types/.
2012-10-11 12:12:31 -07:00
Graydon Hoare
a8e1d83103
manual: remove all mention of constraints.
2012-10-11 12:10:01 -07:00
Graydon Hoare
c4237db60e
manual: capitalize examples, remove mention of named impls, change RC -> managed, clarify language.
2012-10-11 12:07:02 -07:00