Skip to content

Commit 9d24147

Browse files
committed
---
yaml --- r: 36518 b: refs/heads/try2 c: f69cdc3 h: refs/heads/master v: v3
1 parent 61ed755 commit 9d24147

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
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 4d820f02303242e1dd4db2c8cdfbdda5ce21e491
8+
refs/heads/try2: f69cdc3f50383a43a5cd7452040c10c846cbbdd2
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
1010
refs/heads/dist-snap: 22efa39382d41b084fde1719df7ae8ce5697d8c9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

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