Skip to content

Commit 716e824

Browse files
committed
---
yaml --- r: 216999 b: refs/heads/stable c: 843db01 h: refs/heads/master i: 216997: f164f85 216995: f4136f8 216991: ec0f807 v: v3
1 parent 427c22a commit 716e824

Some content is hidden

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

59 files changed

+1184
-1888
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 30a42faa1c42ce5988241d3af993921246954b1a
32+
refs/heads/stable: 843db01bd925279da0a56efde532c9e3ecf73610
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375

branches/stable/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,9 @@ 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-
| 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) |||
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
9593

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

branches/stable/src/doc/trpl/SUMMARY.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
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)
119
* [Effective Rust](effective-rust.md)
1210
* [The Stack and the Heap](the-stack-and-the-heap.md)
1311
* [Testing](testing.md)
@@ -18,7 +16,6 @@
1816
* [Error Handling](error-handling.md)
1917
* [FFI](ffi.md)
2018
* [Borrow and AsRef](borrow-and-asref.md)
21-
* [Release Channels](release-channels.md)
2219
* [Syntax and Semantics](syntax-and-semantics.md)
2320
* [Variable Bindings](variable-bindings.md)
2421
* [Functions](functions.md)
@@ -31,9 +28,9 @@
3128
* [References and Borrowing](references-and-borrowing.md)
3229
* [Lifetimes](lifetimes.md)
3330
* [Mutability](mutability.md)
34-
* [Structs](structs.md)
3531
* [Enums](enums.md)
3632
* [Match](match.md)
33+
* [Structs](structs.md)
3734
* [Patterns](patterns.md)
3835
* [Method Syntax](method-syntax.md)
3936
* [Vectors](vectors.md)
@@ -47,6 +44,7 @@
4744
* [Universal Function Call Syntax](ufcs.md)
4845
* [Crates and Modules](crates-and-modules.md)
4946
* [`const` and `static`](const-and-static.md)
47+
* [Tuple Structs](tuple-structs.md)
5048
* [Attributes](attributes.md)
5149
* [`type` aliases](type-aliases.md)
5250
* [Casting between types](casting-between-types.md)

0 commit comments

Comments
 (0)