Skip to content

Commit 3a4edce

Browse files
committed
---
yaml --- r: 102644 b: refs/heads/auto c: cdc6789 h: refs/heads/master v: v3
1 parent a61139a commit 3a4edce

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
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: 65f35781489ccaa66585b91f215308f3091bf404
16+
refs/heads/auto: cdc678945fec211b06b6ec4ba059b8259dfeb2c2
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/.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/auto/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/auto/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/auto/doc/guide-rustpkg.md

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

0 commit comments

Comments
 (0)