Skip to content

Update src/README.txt to reflect librustc renaming #4066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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