Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This is a preliminary version of the Rust compiler, libraries and tools

Source layout:

rustc/ The self-hosted compiler
librustc/ The self-hosted compiler

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

compiletest/ The test runner

cargo/ The package manager
libcargo/ The package manager

rusti/ The JIT REPL
librusti/ The JIT REPL

rustdoc/ The Rust API documentation tool
librustdoc/ The Rust API documentation tool

llvm/ The LLVM submodule

libuv/ The libuv submodule

rustllvm/ LLVM support code

fuzzer/ A collection of fuzz testers
libfuzzer/ A collection of fuzz testers

etc/ Scripts, editor support, misc