Tim Chevalier
|
ae861f0288
|
Copyedit sections 5 and 6 of the borrowed pointer tutorial
|
2012-10-10 14:29:16 -07:00 |
|
Graydon Hoare
|
bbd16a0aba
|
Tweak README.txt.
|
2012-10-10 14:08:40 -07:00 |
|
Graydon Hoare
|
e356959bb2
|
Attempt to fix the DSYM_GLOB issue again, differently.
|
2012-10-10 14:06:18 -07:00 |
|
Tim Chevalier
|
f4a6b84a65
|
Copyedit sections 3 and 4 of the borrowed pointer tutorial
|
2012-10-10 13:56:42 -07:00 |
|
Philipp Brüschweiler
|
25096a212a
|
rustc: fix size computation of structs for the FFI
It didn't take alignment into account.
Fixes #3656.
|
2012-10-10 22:40:58 +02:00 |
|
Graydon Hoare
|
0d8f447d56
|
Register snapshots.
|
2012-10-09 21:46:16 -07:00 |
|
Patrick Walton
|
d9317a174e
|
doc: Tweak the wording of the memory model goals
|
2012-10-09 21:39:18 -07:00 |
|
Patrick Walton
|
6da09c3b43
|
doc: Fix some inaccuracies in the tutorial.
* Pointers can refer to stack objects as well as heap objects.
* Non-managed types can be cyclic if an arena is used.
|
2012-10-09 21:24:28 -07:00 |
|
Graydon Hoare
|
f016fd43f8
|
Remove section on 'note' expressions, they won't exist.
|
2012-10-09 20:05:41 -07:00 |
|
Graydon Hoare
|
fe1165f561
|
Tighten up language surrounding declarations, assignments, inits, lvals.
|
2012-10-09 20:05:41 -07:00 |
|
Erick Tryzelaar
|
e325d029d4
|
Remove old serialization2 vestigial code
|
2012-10-09 18:03:07 -07:00 |
|
Tim Chevalier
|
3e0dcd4d06
|
Merge pull request #3709 from dbp/pure
core::str - making StrSlice trait functions pure
|
2012-10-09 17:32:18 -07:00 |
|
Tim Chevalier
|
a46db484ab
|
Copyedit first two sections of borrowed pointer tutorial
|
2012-10-09 17:12:34 -07:00 |
|
Daniel Patterson
|
c765c59ab1
|
core::str - making StrSlice trait functions pure
|
2012-10-09 19:59:17 -04:00 |
|
Tim Chevalier
|
cd6f24f9d1
|
Copyedit FFI tutorial
|
2012-10-09 16:46:16 -07:00 |
|
Tim Chevalier
|
4b3be853af
|
Copyedit tasks tutorial
|
2012-10-09 16:14:55 -07:00 |
|
Graydon Hoare
|
28cf16a304
|
Fix tutorial breakage.
|
2012-10-09 15:33:24 -07:00 |
|
Tim Chevalier
|
15d8457104
|
Merge pull request #3700 from erickt/cargo-interner
allow interner cache to be shared across parsers (#3699)
|
2012-10-09 14:50:01 -07:00 |
|
Tim Chevalier
|
0aa42bc91e
|
Copyedit the macro tutorial
I hope I haven't introduced any grievous errors :-)
|
2012-10-09 14:40:23 -07:00 |
|
Erick Tryzelaar
|
bdc1b7a8a7
|
libcore: add a str::with_capacity to match the fn in vec
|
2012-10-09 08:52:46 -07:00 |
|
Tim Chevalier
|
22efa39382
|
Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""
This reverts commit a33535e441 .
|
2012-10-08 17:43:45 -07:00 |
|
Tim Chevalier
|
48495f9f7f
|
Register snapshots
|
2012-10-08 17:43:45 -07:00 |
|
Tim Chevalier
|
aa53505c18
|
Merge pull request #3703 from tav/incoming
doc: Remove duplicate word typo in the tutorial.
|
2012-10-08 17:38:19 -07:00 |
|
tav
|
4c968f47e0
|
doc: Remove duplicate word typo in the tutorial.
|
2012-10-09 01:30:46 +01:00 |
|
Erick Tryzelaar
|
6ced454b96
|
libcore: add pop/swap/consume to SendMap
|
2012-10-08 14:03:10 -07:00 |
|
Tim Chevalier
|
a477c5af20
|
Revert "cap-clause-use-after-move: modernize error msg"
This reverts commit bbda995bfe .
|
2012-10-08 13:11:16 -07:00 |
|
Tim Chevalier
|
5b415c7372
|
Revert bogus snapshot.py change
|
2012-10-08 11:59:51 -07:00 |
|
Tim Chevalier
|
a33535e441
|
Revert "Remove old auto_serialize2 code (needs snapshot)"
This reverts commit 0bd6da8a8c .
|
2012-10-08 11:58:54 -07:00 |
|
Tim Chevalier
|
73ec5f09b0
|
Remove extra spaces from snapshots.txt
|
2012-10-08 11:11:09 -07:00 |
|
Tim Chevalier
|
04a3d9514c
|
Fix typo in linux-i386 snapshot hash
|
2012-10-08 10:53:21 -07:00 |
|
Tim Chevalier
|
2cee21462f
|
Merge branch 'incoming' into snap-2012-10-05
|
2012-10-08 10:48:07 -07:00 |
|
Erick Tryzelaar
|
1ac75d2269
|
allow interner cache to be shared across parsers (#3699)
|
2012-10-08 10:42:13 -07:00 |
|
Tim Chevalier
|
e3f1d342e7
|
Merge remote-tracking branch 'erickt/incoming' into snap-2012-10-05
|
2012-10-08 09:03:26 -07:00 |
|
Tim Chevalier
|
639f568ec9
|
Register snapshots
|
2012-10-08 09:02:56 -07:00 |
|
Tim Chevalier
|
7bdab1e4a4
|
Revert "remove ctor from ast"
This reverts commit ed3689d57c .
|
2012-10-08 09:00:23 -07:00 |
|
Niko Matsakis
|
bbda995bfe
|
cap-clause-use-after-move: modernize error msg
|
2012-10-08 08:57:37 -07:00 |
|
Erick Tryzelaar
|
79603f573e
|
libcore: include the trim methods in the StrSlice trait
|
2012-10-08 08:18:09 -07:00 |
|
Erick Tryzelaar
|
bb1ed97ca2
|
libcore: str trim functions can be applied to &strs
|
2012-10-08 08:08:06 -07:00 |
|
Niko Matsakis
|
ed3689d57c
|
remove ctor from ast
|
2012-10-08 06:36:42 -07:00 |
|
Brian Anderson
|
f5c3af1c1a
|
Clean up unfinished portions of task tutorial
|
2012-10-07 21:29:47 -07:00 |
|
Erick Tryzelaar
|
0e7571b060
|
libcore Fix the tuple first_ref test
|
2012-10-07 20:30:17 -07:00 |
|
Brian Anderson
|
e05b5dd053
|
Merge pull request #3675 from apasel422/kate-fix
update Kate syntax file with latest keywords and types
|
2012-10-07 19:26:36 -07:00 |
|
Erick Tryzelaar
|
0bd6da8a8c
|
Remove old auto_serialize2 code (needs snapshot)
|
2012-10-07 17:20:19 -07:00 |
|
Erick Tryzelaar
|
91b7a9a529
|
libcore: add first_ref and second_ref to tuples
|
2012-10-07 17:20:19 -07:00 |
|
Erick Tryzelaar
|
eb626e7119
|
Remove the old serializers (needs snapshot)
|
2012-10-07 17:20:19 -07:00 |
|
Erick Tryzelaar
|
d301dd3686
|
remove the old auto_serialize syntax extension
|
2012-10-07 14:56:18 -07:00 |
|
Erick Tryzelaar
|
e1c517ca48
|
migrate libsyntax/rustc to auto_serialize2
|
2012-10-07 10:32:25 -07:00 |
|
Brian Anderson
|
2a41abb9ef
|
Work on the tutorial section on 'do'
|
2012-10-07 01:52:06 -07:00 |
|
Brian Anderson
|
07fb35227b
|
Tutorial
|
2012-10-07 01:06:07 -07:00 |
|
Brian Anderson
|
f0c4140dd0
|
More tutorial tweaking
|
2012-10-06 22:57:40 -07:00 |
|