Skip to content

Commit 6270aad

Browse files
committed
---
yaml --- r: 205150 b: refs/heads/master c: 522ee20 h: refs/heads/master v: v3
1 parent dc1a8e9 commit 6270aad

File tree

106 files changed

+3707
-1088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+3707
-1088
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b2f486feafa99124479d1b5e74c9acc6ed7cc233
2+
refs/heads/master: 522ee203e0fc9ae086a6bc1a14c3bac3d76edea2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 857ef6e272e5634cb9f3e6ee50eb6bc2a2e71651
55
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f

trunk/AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ Rob Hoelz <[email protected]>
736736
Robert Buonpastore <[email protected]>
737737
Robert Clipsham <[email protected]>
738738
Robert Gawdzik <[email protected]>
739+
Robert Foss <[email protected]>
739740
Robert Irelan <[email protected]>
740741
Robert Knight <[email protected]>
741742
Robert Millar <[email protected]>

trunk/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ fetch snapshots, and an OS that can execute the available snapshot binaries.
8787

8888
Snapshot binaries are currently built and tested on several platforms:
8989

90-
* Windows (7, 8, Server 2008 R2), x86 and x86-64 (64-bit support added in Rust 0.12.0)
91-
* Linux (2.6.18 or later, various distributions), x86 and x86-64
92-
* OSX 10.7 (Lion) or greater, x86 and x86-64
90+
| Platform \ Architecture | x86 | x86_64 |
91+
|--------------------------------|-----|--------|
92+
| Windows (7, 8, Server 2008 R2) |||
93+
| Linux (2.6.18 or later) |||
94+
| OSX (10.7 Lion or later) |||
9395

9496
You may find that other platforms work, but these are our officially
9597
supported build environments that are most likely to work.

trunk/src/doc/trpl/SUMMARY.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* [Hello, Cargo!](hello-cargo.md)
77
* [Learn Rust](learn-rust.md)
88
* [Guessing Game](guessing-game.md)
9+
* [Dining Philosophers](dining-philosophers.md)
10+
* [Rust inside other languages](rust-inside-other-languages.md)
911
* [Effective Rust](effective-rust.md)
1012
* [The Stack and the Heap](the-stack-and-the-heap.md)
1113
* [Testing](testing.md)
@@ -16,6 +18,7 @@
1618
* [Error Handling](error-handling.md)
1719
* [FFI](ffi.md)
1820
* [Borrow and AsRef](borrow-and-asref.md)
21+
* [Release Channels](release-channels.md)
1922
* [Syntax and Semantics](syntax-and-semantics.md)
2023
* [Variable Bindings](variable-bindings.md)
2124
* [Functions](functions.md)
@@ -28,9 +31,9 @@
2831
* [References and Borrowing](references-and-borrowing.md)
2932
* [Lifetimes](lifetimes.md)
3033
* [Mutability](mutability.md)
34+
* [Structs](structs.md)
3135
* [Enums](enums.md)
3236
* [Match](match.md)
33-
* [Structs](structs.md)
3437
* [Patterns](patterns.md)
3538
* [Method Syntax](method-syntax.md)
3639
* [Vectors](vectors.md)
@@ -44,7 +47,6 @@
4447
* [Universal Function Call Syntax](ufcs.md)
4548
* [Crates and Modules](crates-and-modules.md)
4649
* [`const` and `static`](const-and-static.md)
47-
* [Tuple Structs](tuple-structs.md)
4850
* [Attributes](attributes.md)
4951
* [`type` aliases](type-aliases.md)
5052
* [Casting between types](casting-between-types.md)

0 commit comments

Comments
 (0)