Skip to content

Commit 7987a0a

Browse files
committed
---
yaml --- r: 39183 b: refs/heads/incoming c: f69cdc3 h: refs/heads/master i: 39181: 6567cbf 39179: 64abbf7 39175: a90c6ed 39167: 6f576ae v: v3
1 parent e64e99c commit 7987a0a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278
9-
refs/heads/incoming: 4d820f02303242e1dd4db2c8cdfbdda5ce21e491
9+
refs/heads/incoming: f69cdc3f50383a43a5cd7452040c10c846cbbdd2
1010
refs/heads/dist-snap: 22efa39382d41b084fde1719df7ae8ce5697d8c9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/incoming/src/README.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is a preliminary version of the Rust compiler, libraries and tools
22

33
Source layout:
44

5-
rustc/ The self-hosted compiler
5+
librustc/ The self-hosted compiler
66

77
libcore/ The core library (imported and linked by default)
88
libstd/ The standard library (slightly more peripheral code)
@@ -28,18 +28,18 @@ test/auxiliary - Dependencies of tests
2828

2929
compiletest/ The test runner
3030

31-
cargo/ The package manager
31+
libcargo/ The package manager
3232

33-
rusti/ The JIT REPL
33+
librusti/ The JIT REPL
3434

35-
rustdoc/ The Rust API documentation tool
35+
librustdoc/ The Rust API documentation tool
3636

3737
llvm/ The LLVM submodule
3838

3939
libuv/ The libuv submodule
4040

4141
rustllvm/ LLVM support code
4242

43-
fuzzer/ A collection of fuzz testers
43+
libfuzzer/ A collection of fuzz testers
4444

4545
etc/ Scripts, editor support, misc

0 commit comments

Comments
 (0)