Skip to content

Commit ae88d60

Browse files
committed
---
yaml --- r: 148890 b: refs/heads/try2 c: cdc6789 h: refs/heads/master v: v3
1 parent 06ed495 commit ae88d60

File tree

403 files changed

+13345
-18580
lines changed

Some content is hidden

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

403 files changed

+13345
-18580
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: 65f35781489ccaa66585b91f215308f3091bf404
8+
refs/heads/try2: cdc678945fec211b06b6ec4ba059b8259dfeb2c2
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: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,7 @@ src/.DS_Store
7171
/stage2/
7272
/stage3/
7373
*.bz2
74-
/doc/html
75-
/doc/latex
76-
/doc/std
77-
/doc/arena
78-
/doc/extra
79-
/doc/flate
80-
/doc/glob
81-
/doc/green
82-
/doc/native
83-
/doc/rustc
84-
/doc/syntax
85-
/doc/rustdoc
86-
/doc/rustuv
87-
/doc/rustpkg
74+
/doc
8875
/nd/
8976
/llvm/
9077
version.md

branches/try2/Makefile.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ endef
206206
$(foreach target,$(CFG_TARGET),\
207207
$(eval $(call DEF_X,$(target))))
208208

209-
# Look in doc and src dirs.
210-
VPATH := $(S)doc $(S)src
211-
212209
# "Source" files we generate in builddir along the way.
213210
GENERATED :=
214211

@@ -370,7 +367,6 @@ SREQ$(1)_T_$(2)_H_$(3) = \
370367
# libraries
371368
CSREQ$(1)_T_$(2)_H_$(3) = \
372369
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
373-
$$(HBIN$(1)_H_$(3))/rustpkg$$(X_$(3)) \
374370
$$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3)) \
375371
$$(foreach dep,$$(CRATES),$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.$$(dep)) \
376372
$$(foreach dep,$$(HOST_CRATES),$$(HLIB$(1)_H_$(3))/stamp.$$(dep))

branches/try2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ documentation.
5252
> options are also supported, pass `--help` for more information on them.
5353
5454
When complete, `make install` will place several programs into
55-
`/usr/local/bin`: `rustc`, the Rust compiler; `rustdoc`, the
56-
API-documentation tool, and `rustpkg`, the Rust package manager and build
55+
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
56+
API-documentation tool.
5757
system.
5858
3. Read the [tutorial].
5959
4. Enjoy!

branches/try2/doc/guide-rustpkg.md

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

0 commit comments

Comments
 (0)