8000 Rollup of 20 pull requests by GuillaumeGomez · Pull Request #52916 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Rollup of 20 pull requests #52916

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 47 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
acdafa0
Document From conversions for OsString and OsStr
cypher Jul 11, 2018
b81ee0b
Document From conversions for CString and CStr
cypher Jul 11, 2018
6c50ee5
dead-code lint: say "constructed" for structs
zackmdavis Jul 22, 2018
ed5edcb
Seperate summaries from rest of the comment
cypher Jul 23, 2018
7fb0a52
Update clippy to latest master
cmdln Jul 26, 2018
922bf1d
Clarify thread::park semantics
matklad Jul 27, 2018
5f87f78
Fix ws
matklad Jul 27, 2018
173c330
Don't make "fake" match variables mutable
matthewjasper Jul 28, 2018
b6d3143
pretty print for std::collections::vecdeque
fukatani Jul 29, 2018
ea25cf1
Fix From<LocalWaker>
MajorBreakfast Jul 29, 2018
9ccd7ee
Fix -Wpessimizing-move warnings in rustllvm/PassWrapper
varkor Jul 29, 2018
9845ee0
fix coding style
fukatani Jul 29, 2018
2b25ee0
update comment
toidiu Jul 30, 2018
2994b27
Add timeout to use of `curl` in bootstrap.py.
kennytm Jul 30, 2018
c57deb9
Remove references to AUTHORS.txt file
dsciarra Jul 29, 2018
f8d1dc8
improve --stage documentation
RalfJung Jul 30, 2018
aa7d7d0
improve test stage documentation
RalfJung Jul 30, 2018
e50f4ee
Add targets for HermitCore (https://hermitcore.org) to the Rust compi…
ColinFinck Jul 30, 2018
d933174
releases.md: fix 2 typos
matthiaskrgr Jul 30, 2018
b6b025b
Fix wrong issue number in the test name
Jul 30, 2018
cbbcecb
Implement Unpin for FutureObj and LocalFutureObj
cramertj Jul 30, 2018
d5f1f70
Fix Alias intra doc ICE
GuillaumeGomez Jul 29, 2018
1ea2765
run-pass/const-endianness: negate before to_le()
cuviper Jul 30, 2018
4ad4ad0
Fix coding style.
ColinFinck Jul 31, 2018
830ac8c
Fix a typo in unsize.rs
pravic Jul 31, 2018
d94bdf8
Put back original field discovery
GuillaumeGomez Jul 31, 2018
40a6046
Only run the sparc-abi test on sparc
nagisa Jul 31, 2018
033c604
Rollup merge of #52332 - zackmdavis:dead_code_lint_should_say_2_elect…
GuillaumeGomez Jul 31, 2018
1cc61fb
Rollup merge of #52340 - cypher:document-from-trait-in-ffi, r=stevekl…
GuillaumeGomez Jul 31, 2018
cd56caa
Rollup merge of #52745 - commandline:master, r=oli-obk
GuillaumeGomez Jul 31, 2018
f1316f4
Rollup merge of #52771 - matklad:patch-1, r=kennytm
GuillaumeGomez Jul 31, 2018
647d246
Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelix
GuillaumeGomez Jul 31, 2018
1f97e93
Rollup merge of #52821 - fukatani:gdb-vecdeque-print, r=michaelwoerister
GuillaumeGomez Jul 31, 2018
7a1b5e8
Rollup merge of #52822 - MajorBreakfast:fix-from-local-waker, r=cramertj
GuillaumeGomez Jul 31, 2018
7375841
Rollup merge of #52824 - varkor:fix-llvm-ret-move-warnings, r=rkruppe
GuillaumeGomez Jul 31, 2018
cba4701
Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichton
GuillaumeGomez Jul 31, 2018
0771d56
Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddyb
GuillaumeGomez Jul 31, 2018
043b1a1
Rollup merge of #52842 - toidiu:ak-commentUpdate, r=estebank
GuillaumeGomez Jul 31, 2018
4b302eb
Rollup merge of #52846 - kennytm:bootstrap-curl-timeout, r=Mark-Simul…
GuillaumeGomez Jul 31, 2018
f21216e
Rollup merge of #52853 - RalfJung:bootstrap-help, r=alexcrichton
GuillaumeGomez Jul 31, 2018
169823c
Rollup merge of #52861 - ColinFinck:master, r=alexcrichton
GuillaumeGomez Jul 31, 2018
5368eed
Rollup merge of #52867 - matthiaskrgr:release_typos, r=Mark-Simulacrum
GuillaumeGomez Jul 31, 2018
50e7fdd
Rollup merge of #52870 - cramertj:unpin-futureobj, r=aturon
GuillaumeGomez Jul 31, 2018
378c638
Rollup merge of #52876 - cuviper:const-endianness-be, r=kennytm
GuillaumeGomez Jul 31, 2018
c56b44c
Rollup merge of #52878 - mikhail-m1:master, r=kennytm
GuillaumeGomez Jul 31, 2018
e75abe2
Rollup merge of #52905 - pravic:unsize-typo, r=alexcrichton
GuillaumeGomez Jul 31, 2018
b9637b5
Rollup merge of #52914 - nagisa:sparc-is-sparc’s-own-business, r=alex…
GuillaumeGomez Jul 31, 2018
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
Prev Previous commit
Next Next commit
improve --stage documentation
  • Loading branch information
RalfJung committed Jul 30, 2018
commit f8d1dc88a7994d25e481d0272b555b22f9026afb
5 changes: 4 additions & 1 deletion src/bootstrap/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`"
opts.optmulti("", "exclude", "build paths to exclude", "PATH");
opts.optopt("", "on-fail", "command to run on failure", "CMD");
opts.optflag("", "dry-run", "dry run; don't build anything");
opts.optopt("", "stage", "stage to build", "N");
opts.optopt("", "stage",
"stage to build (indicates compiler to use/test, e.g. stage 0 uses the \
bootstrap compiler, stage 1 the stage 0 rustc artifacts, etc.)",
"N");
opts.optmulti("", "keep-stage", "stage(s) to keep without recompiling", "N");
opts.optopt("", "src", "path to the root of the rust checkout", "DIR");
opts.optopt("j", "jobs", "number of jobs to run in parallel", "JOBS");
Expand Down
0