Skip to content

Commit f9945f4

Browse files
committed
---
yaml --- r: 156242 b: refs/heads/snap-stage3 c: adb44f5 h: refs/heads/master v: v3
1 parent fa4c4d0 commit f9945f4

Some content is hidden

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

52 files changed

+302
-645
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: 6e29f86bc8208909ad7b844a841dfe48502ec2bc
4+
refs/heads/snap-stage3: adb44f53d8cd0170930a324d514bd75fbd9a0271
55
refs/heads/try: 6601b0501e31d08d3892a2d5a7d8a57ab120bf75
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/mk/crates.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ DEPS_regex := std
101101
DEPS_regex_macros = rustc syntax std regex
102102
DEPS_fmt_macros = std
103103

104-
TOOL_DEPS_compiletest := test getopts
104+
TOOL_DEPS_compiletest := test getopts native
105105
TOOL_DEPS_rustdoc := rustdoc native
106106
TOOL_DEPS_rustc := rustc native
107107
TOOL_SOURCE_compiletest := $(S)src/compiletest/compiletest.rs

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/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)