Skip to content

Commit 99687fc

Browse files
committed
---
yaml --- r: 146678 b: refs/heads/try2 c: 15a8e62 h: refs/heads/master v: v3
1 parent 53874f7 commit 99687fc

File tree

360 files changed

+6575
-8604
lines changed

Some content is hidden

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

360 files changed

+6575
-8604
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 69768f7c9458f166d2549c0d60d66a4087a3adc3
8+
refs/heads/try2: 15a8e6248c99ba9585d0ef23cca8304af69dcf36
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
*.cps
3131
*.log
3232
*.pdf
33+
*.epub
3334
*.html
3435
*.pg
3536
*.toc
@@ -88,3 +89,4 @@ config.stamp
8889
src/etc/dl
8990
.settings/
9091
build/
92+
i686-pc-mingw32/

branches/try2/doc/favicon.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico" />

branches/try2/doc/manual.inc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
display: block;
55
padding-left: 2em;
66
}
7-
</style>
7+
#influences blockquote p:last-child {
8+
display: block;
9+
line-height: 1.428571429;
10+
color: #999999;
11+
}
12+
</style>

branches/try2/doc/po/ja/tutorial-tasks.md.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ msgid ""
529529
"The basic example below illustrates this.\n"
530530
"~~~\n"
531531
"# fn make_a_sandwich() {};\n"
532-
"fn fib(n: uint) -> uint {\n"
532+
"fn fib(n: u64) -> u64 {\n"
533533
" // lengthy computation returning an uint\n"
534534
" 12586269025\n"
535535
"}\n"

branches/try2/doc/po/tutorial-tasks.md.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ msgid ""
529529
"The basic example below illustrates this.\n"
530530
"~~~\n"
531531
"# fn make_a_sandwich() {};\n"
532-
"fn fib(n: uint) -> uint {\n"
532+
"fn fib(n: u64) -> u64 {\n"
533533
" // lengthy computation returning an uint\n"
534534
" 12586269025\n"
535535
"}\n"

branches/try2/doc/rust.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2013 The Rust Project Developers. See the COPYRIGHT
33
* file at the top-level directory of this distribution and at
44
* http://rust-lang.org/COPYRIGHT.
5-
* With elements taken from Bootstrap v3.0.0 (Apache v2.0 licensed).
5+
* With elements taken from Bootstrap v3.0.2 (MIT licensed).
66
*
77
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
88
* http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
@@ -93,6 +93,7 @@ p {
9393
a {
9494
text-decoration: none;
9595
color: #428BCA;
96+
background: transparent;
9697
}
9798
a:hover, a:focus {
9899
color: #2A6496;
@@ -114,7 +115,7 @@ h5 a:link, h5 a:visited {color: black;}
114115
/* Code
115116
========================================================================== */
116117
pre, code {
117-
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
118+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
118119
border-radius: 4px;
119120
}
120121
pre {
@@ -141,7 +142,7 @@ pre code {
141142
color: inherit;
142143
white-space: pre-wrap;
143144
background-color: transparent;
144-
border: 0;
145+
border-radius: 0;
145146
}
146147

147148
/* Code highlighting */
@@ -158,7 +159,7 @@ pre code {
158159
.cm-s-default span.cm-string {color: #a11;}
159160
.cm-s-default span.cm-string-2 {color: #f50;}
160161
.cm-s-default span.cm-meta {color: #555;}
161-
.cm-s-default span.cm-error {color: #f00;}
162+
/*.cm-s-default span.cm-error {color: #f00;}*/
162163
.cm-s-default span.cm-qualifier {color: #555;}
163164
.cm-s-default span.cm-builtin {color: #30a;}
164165
.cm-s-default span.cm-bracket {color: #cc7;}
@@ -187,7 +188,7 @@ pre code {
187188
}
188189
#versioninfo a.hash {
189190
color: gray;
190-
font-size: 60%;
191+
font-size: 70%;
191192
}
192193

193194
blockquote {
@@ -303,4 +304,4 @@ hr {
303304
table td, table th {
304305
background-color: #fff !important;
305306
}
306-
}
307+
}

branches/try2/doc/rust.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ common_escape : '\x5c'
254254
hex_digit : 'a' | 'b' | 'c' | 'd' | 'e' | 'f'
255255
| 'A' | 'B' | 'C' | 'D' | 'E' | 'F'
256256
| dec_digit ;
257+
oct_digit : '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' ;
257258
dec_digit : '0' | nonzero_dec ;
258259
nonzero_dec: '1' | '2' | '3' | '4'
259260
| '5' | '6' | '7' | '8' | '9' ;
@@ -318,8 +319,9 @@ r##"foo #"# bar"##; // foo #"# bar
318319
~~~~ {.ebnf .gram}
319320
320321
num_lit : nonzero_dec [ dec_digit | '_' ] * num_suffix ?
321-
| '0' [ [ dec_digit | '_' ] + num_suffix ?
322+
| '0' [ [ dec_digit | '_' ] * num_suffix ?
322323
| 'b' [ '1' | '0' | '_' ] + int_suffix ?
324+
| 'o' [ oct_digit | '_' ] + int_suffix ?
323325
| 'x' [ hex_digit | '_' ] + int_suffix ? ] ;
324326
325327
num_suffix : int_suffix | float_suffix ;

branches/try2/doc/rustpkg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Thus, there should be no need to pass a `-L` flag to rustpkg to tell it where to
120120

121121
# Custom build scripts
122122

123-
A file called `pkg.rs` at the root level in a workspace is called a *package script*.
123+
A file called `pkg.rs` at the root level in a package directory is called a *package script*.
124124
If a package script exists, rustpkg executes it to build the package
125125
rather than inferring crates as described previously.
126126

branches/try2/doc/tutorial-conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ The `raise` method maps a value of the condition's input type to its output type
351351
The input type should therefore convey all relevant information to the condition handler.
352352
The output type should convey all relevant information _for continuing execution at the site of error_.
353353
When the error site raises a condition handler,
354-
the `Condition::raise` method searches task-local storage (TLS) for the innermost installed _handler_,
354+
the `Condition::raise` method searches for the innermost installed task-local condition _handler_,
355355
and if any such handler is found, calls it with the provided input value.
356356
If no handler is found, `Condition::raise` will fail the task with an appropriate error message.
357357

0 commit comments

Comments
 (0)