-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Delete most of src/bootstrap/bin/rustc.rs
#64316
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f6c87ab
bootstrap: Add a helper for managing RUSTFLAGS
alexcrichton 557e69b
bootstrap: Delete handling of `RUSTC_METADATA_SUFFIX`
alexcrichton 4f35166
bootstrap: Move `RUSTC_BREAK_ON_ICE` out of shim
alexcrichton 812117a
bootstrap: Move `-Zexternal-macro-backtrace` to builder
alexcrichton c36849a
bootstrap: Move `-Zdual-proc-macros` to `builder.rs`
alexcrichton d63e2de
bootstrap: Remove usage of `RUSTC_TARGET_LINKER`
alexcrichton 04cb065
bootstrap: Remove need for RUSTC_SAVE_ANALYSIS
alexcrichton ac29809
bootstrap: Move `RUSTC_CRT_STATIC` to `builder.rs`
alexcrichton b82d86e
bootstrap: Handle target-specific cargo env vars
alexcrichton 1bec962
bootstrap: Remove need for `RUSTC_RPATH` variable
alexcrichton 3a648b6
Move handling of `-Dwarnings` to `builder.rs`
alexcrichton f8b19f2
Move handling of some warnings to `builder.rs`
alexcrichton 22699d3
Move handling of internal lints to `build.rs`
alexcrichton 2d6f3fe
Move handling of `codegen-units` to `builder.rs`
alexcrichton 5abc4cd
Remove duplication of `RUSTC_DEBUGINFO_MAP` in rustc.rs
alexcrichton 5cc6eb4
Move debuginfo level handling to `builder.rs`
alexcrichton 0b6766d
Allow adding `RUSTFLAGS` after `Builder::cargo`
alexcrichton 3d13f46
Move handling of `{MUSL,WASI}_ROOT` to `compile.rs`
alexcrichton a816fa1
Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs`
alexcrichton b3f95f4
Move `--cfg bootstrap` out of `rustc.rs`
alexcrichton 385470b
Move handling of `-Cprefer-dynamic` into `builder.rs`
alexcrichton 1607871
Add some FIXME for future Cargo issues
alexcrichton 9b34ef6
Stylistic changes
alexcrichton 7b907de
Fix compiling libserialize tests
alexcrichton 7342325
Add `#![deny(warnings)]` to internal tools
alexcrichton ff6a7c7
No need to remove target-specific RUSTFLAGS
alexcrichton d8253c1
Tweak libserialize allows
alexcrichton 008ed18
rustbuild: Pass `-Zsave-analysis` during tests
alexcrichton b923306
Remove `--enable-extended` from cross dist builder
alexcrichton 1a8897f
Fix rebase conflicts
alexcrichton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.