Skip to content

Commit 4645b44

Browse files
committed
---
yaml --- r: 37799 b: refs/heads/try c: f69cdc3 h: refs/heads/master i: 37797: e5c743e 37795: 5295a49 37791: b4083c2 v: v3
1 parent 3f9a8a6 commit 4645b44

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: 4d820f02303242e1dd4db2c8cdfbdda5ce21e491
5+
refs/heads/try: f69cdc3f50383a43a5cd7452040c10c846cbbdd2
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

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