Skip to content

Commit 1029b60

Browse files
committed
---
yaml --- r: 156229 b: refs/heads/snap-stage3 c: 51c5a8e h: refs/heads/master i: 156227: 242b0cc v: v3
1 parent e06d9ee commit 1029b60

File tree

286 files changed

+4232
-6416
lines changed

Some content is hidden

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

286 files changed

+4232
-6416
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: c29a7520e7fb4a5b4d4eccfc594e05793ef6688d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 7dd1bf0e022ad6dbd1003ad93a1aa94c7a01d2da
4+
refs/heads/snap-stage3: 51c5a8eb1b4677a5c862bdfe762af6f1e28ed85f
55
refs/heads/try: 6601b0501e31d08d3892a2d5a7d8a57ab120bf75
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/man/rustc.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RUSTC "1" "March 2014" "rustc 0.13.0" "User Commands"
1+
.TH RUSTC "1" "March 2014" "rustc 0.12.0" "User Commands"
22
.SH NAME
33
rustc \- The Rust compiler
44
.SH SYNOPSIS
@@ -125,8 +125,8 @@ is invoked.
125125
Selects a target processor. If the value is 'help', then a list of available
126126
CPUs is printed.
127127
.TP
128-
\fBtarget-feature\fR='+feature1,-feature2'
129-
A comma-separated list of features to enable or disable for the target. A
128+
\fBtarget-feature\fR='+feature1 -feature2'
129+
A space-separated list of features to enable or disable for the target. A
130130
preceding '+' enables a feature while a preceding '-' disables it. Available
131131
features can be discovered through target-cpu=help.
132132
.TP

branches/snap-stage3/man/rustdoc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RUSTDOC "1" "March 2014" "rustdoc 0.13.0" "User Commands"
1+
.TH RUSTDOC "1" "March 2014" "rustdoc 0.12.0" "User Commands"
22
.SH NAME
33
rustdoc \- generate documentation from Rust source code
44
.SH SYNOPSIS

branches/snap-stage3/mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
######################################################################
2828
DOCS := index intro tutorial guide guide-ffi guide-macros guide-lifetimes \
2929
guide-tasks guide-container guide-pointers guide-testing \
30-
guide-runtime guide-plugin complement-bugreport \
30+
guide-plugin complement-bugreport \
3131
complement-lang-faq complement-design-faq complement-project-faq rust \
3232
rustdoc guide-unsafe guide-strings reference
3333

branches/snap-stage3/mk/main.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
######################################################################
1414

1515
# The version number
16-
CFG_RELEASE_NUM=0.13.0
16+
CFG_RELEASE_NUM=0.12.0
1717

1818
CFG_FILENAME_EXTRA=4e7c5e5c
1919

branches/snap-stage3/src/doc/guide-runtime.md

Lines changed: 0 additions & 283 deletions
This file was deleted.

branches/snap-stage3/src/doc/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ a guide that can help you out:
6262
* [Writing Unsafe and Low-Level Code](guide-unsafe.html)
6363
* [Macros](guide-macros.html)
6464
* [Testing](guide-testing.html)
65-
* [Rust's Runtime](guide-runtime.html)
6665
* [Compiler Plugins](guide-plugin.html)
6766

6867
# Tools

branches/snap-stage3/src/doc/po4a.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
[type: text] src/doc/guide-macros.md $lang:doc/l10n/$lang/guide-macros.md
1616
[type: text] src/doc/guide-plugin.md $lang:doc/l10n/$lang/guide-plugin.md
1717
[type: text] src/doc/guide-pointers.md $lang:doc/l10n/$lang/guide-pointers.md
18-
[type: text] src/doc/guide-runtime.md $lang:doc/l10n/$lang/guide-runtime.md
1918
[type: text] src/doc/guide-strings.md $lang:doc/l10n/$lang/guide-strings.md
2019
[type: text] src/doc/guide-tasks.md $lang:doc/l10n/$lang/guide-tasks.md
2120
[type: text] src/doc/guide-testing.md $lang:doc/l10n/$lang/guide-testing.md

0 commit comments

Comments
 (0)