about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-07-07 08:39:36 -0700
committerGitHub <noreply@github.com>2016-07-07 08:39:36 -0700
commit4cf97fe57ef52c4addc03086aae784d980780d8f (patch)
treeaaf02bf811556665d82aa669e1f80f6c46b495e1 /src/libstd/sys
parent9c1783a3a0bff2bdc4992769d2bb2f12bc728477 (diff)
parent48a07bfb958a48da0c909f4607eb0cf9118fc902 (diff)
downloadrust-4cf97fe57ef52c4addc03086aae784d980780d8f.tar.gz
rust-4cf97fe57ef52c4addc03086aae784d980780d8f.zip
Auto merge of #34677 - alexcrichton:no-more-build-directory, r=brson
rustbuild: Remove the `build` directory

The organization in rustbuild was a little odd at the moment where the `lib.rs`
was quite small but the binary `main.rs` was much larger. Unfortunately as well
there was a `build/` directory with the implementation of the build system, but
this directory was ignored by GitHub on the file-search prompt which was a
little annoying.

This commit reorganizes rustbuild slightly where all the library files (the
build system) is located directly inside of `src/bootstrap` and all the binaries
now live in `src/bootstrap/bin` (they're small). Hopefully this should allow
GitHub to index and allow navigating all the files while maintaining a
relatively similar layout to the other libraries in `src/`.
Diffstat (limited to 'src/libstd/sys')
0 files changed, 0 insertions, 0 deletions