- Notifications
You must be signed in to change notification settings - Fork13.9k
Rename 'src/bootstrap/native.rs' to llvm.rs#109418
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Rename 'src/bootstrap/native.rs' to llvm.rs#109418
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from@Mark-Simulacrum (or someone else) soon. Please seethe contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
☔ The latest upstream changes (presumably#108659) made this pull request unmergeable. Pleaseresolve the merge conflicts. |
@albertlarsan68 Done. |
Not quite, try again! :) |
@albertlarsan68 Should I rebase my fork master with the branch I created with my changes? I don't get it, it's my first time 😅 |
I would run |
@albertlarsan68 Guess it's done. |
e764634 to6d93c6cCompareI rebased for you. |
Uh oh!
There was an error while loading.Please reload this page.
6d93c6c tob630d8aCompare☔ The latest upstream changes (presumably#109497) made this pull request unmergeable. Pleaseresolve the merge conflicts. |
b630d8a to4ba3a2aCompare@albertlarsan68 Guess everything is Ok now, I'll be pending if anything goes wrong (Hope this isn't the case 😅). |
Uh oh!
There was an error while loading.Please reload this page.
4ba3a2a to5d66f99CompareRenamed 'native.rs' to 'llvm.rs', also moved `TestHelpers` to `test.rs`.Replaced all the `native.rs` ocurrences at `src/bootstrap` files to `llvm.rs`
5d66f99 to291ddb8CompareLooking at diff +101/-101, looks correct. |
Great! |
@rustbot review |
Thanks!@bors r+ |
🌲 The tree is currentlyclosed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
…iaskrgrRollup of 7 pull requestsSuccessful merges: -rust-lang#108625 (More config.toml.example cleanups) -rust-lang#109418 (Rename 'src/bootstrap/native.rs' to llvm.rs) -rust-lang#109580 (Remove some stale FIXMEs in new solver) -rust-lang#109582 (Refactor: Separate `LocalRef` variant for not-evaluated-yet operands) -rust-lang#109650 (Remove Nilstrieb from review rotation) -rust-lang#109656 (Update cargo) -rust-lang#109658 (Backport 1.68.1 and 1.68.2 release notes to `master`)Failed merges:r? `@ghost``@rustbot` modify labels: rollup
Fixed#108240
Renamed 'native.rs' to 'llvm.rs', also moved
TestHelperstotest.rs. Replaced all thenative.rsoccurrences atsrc/bootstrapfiles tollvm.rs