about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-04-19Rollup merge of #41391 - durka:patch-40, r=petrochenkovCorey Farwell-4/+0
2017-04-19Auto merge of #41354 - alexcrichton:tool-no-debug, r=aturonbors-2/+7
2017-04-19Auto merge of #41170 - Nashenas88:master, r=alexcrichtonbors-1/+3
2017-04-19remove disclaimer from bootstrap/README.mdAlex Burka-4/+0
2017-04-17bootstrap: Don't workaround uname -m on DarwinRicho Healey-8/+0
2017-04-17Disable debuginfo when compiling toolsAlex Crichton-2/+7
2017-04-15[rustbuild] Side-step HashMap iteration to preserve command-line step order.Eduard-Mihai Burtescu-2/+2
2017-04-13rustbuild: Fix recompilation of stage0 tools dirAlex Crichton-42/+167
2017-04-12travis: Enable rust-analysis package for more targetsAlex Crichton-0/+1
2017-04-12Auto merge of #40584 - nrc:rls-submod, r=alexcrichtonbors-27/+93
2017-04-11Touch up rls integrationAlex Crichton-4/+26
2017-04-11Make sccache a bit quieterAidan Hobson Sayers-1/+1
2017-04-10Remove --enable-save-analysis configure flagNick Cameron-18/+4
2017-04-10Reviewer changesNick Cameron-72/+13
2017-04-10Build an RLS package as part of the dist targetNick Cameron-1/+118
2017-04-08Use the existing path when removing the prefix fails. This allows the use of ...Paul Faria-1/+3
2017-04-08Rollup merge of #41152 - cuviper:bootstrap-armv7, r=japaricTim Neumann-2/+2
2017-04-07bootstrap.py: fix armv7 detectionJosh Stone-2/+2
2017-04-07Rollup merge of #41047 - cuviper:src_is_git, r=alexcrichtonCorey Farwell-24/+27
2017-04-06Auto merge of #41102 - frewsxcv:rollup, r=frewsxcvbors-159/+187
2017-04-05Rollup merge of #41026 - CleanCut:rust-40860, r=alexcrichtonCorey Farwell-20/+22
2017-04-05Rollup merge of #41011 - CleanCut:bootstrap-help, r=alexcrichtonCorey Farwell-139/+165
2017-04-06Auto merge of #40805 - vadimcn:msys-mingw, r=alexcrichtonbors-1/+10
2017-04-04Fixes other targets rustlibs installationGitLab-2/+7
2017-04-04Branch arms need to match the return value even if it's not being assigned to...Nathan Stocks-4/+4
2017-04-03Handle options-with-arguments before subcommands such as './x.py -j 10 build'...Nathan Stocks-16/+44
2017-04-03Loosen src_is_git to just check exists()Josh Stone-1/+1
2017-04-03Only use cargo-vendor if building from git sourcesJosh Stone-19/+22
2017-04-03Add a common Build::src_is_git flagJosh Stone-5/+5
2017-04-02Handle symlinks in src/bootstrap/clean.rs (mostly) -- resolves #40860.Nathan Stocks-20/+22
2017-04-02Fix breaking the 'clean' subcommand caused replacing a single-letter variable...Nathan Stocks-1/+1
2017-04-02Simplify a "use" statement as per @grunweg's feedback.Nathan Stocks-1/+1
2017-04-02Oops, we can't parse options until all options have been defined. Tiny bit o...Nathan Stocks-15/+23
2017-04-02Finish the improvements I planned.Nathan Stocks-125/+113
2017-04-02Save my TODO's as comments, so I don't forget.Nathan Stocks-0/+2
2017-04-02Using an untyped, one-letter variable binding as an argument to a function an...Nathan Stocks-2/+2
2017-04-02Vastly improve the help output.Nathan Stocks-27/+26
2017-03-30Don't print build statistics if we explicitly asked for the help message.Nathan Stocks-2/+4
2017-03-30When dealing with the list of all possible subcommands, deal with them in the...Nathan Stocks-7/+7
2017-03-30Refer to a subcommand as a subcommand.Nathan Stocks-16/+15
2017-03-30Fix stage0->stage1 build when using "pthreads" mingw compiler.Vadim Chugunov-1/+10
2017-03-30Auto merge of #40524 - alexcrichton:update-bootstrap, r=alexcrichtonbors-13/+6
2017-03-29rustbuild: Update bootstrap compilerAlex Crichton-13/+6
2017-03-27Rollup merge of #40852 - ollie27:rustbuild_compiler_docs, r=alexcrichtonAlex Crichton-0/+8
2017-03-27rustbuild: Fix compiler docs againOliver Middleton-0/+8
2017-03-27Fix various useless derefs and slicingsOliver Schneider-1/+1
2017-03-23Auto merge of #40515 - alexcrichton:tarball-names, r=brsonbors-8/+16
2017-03-21appveyor: Use Ninja to build LLVM on MinGWAlex Crichton-3/+3
2017-03-21rustbuild: Don't hardcode 'nightly' for CargoAlex Crichton-8/+16
2017-03-21Auto merge of #40693 - frewsxcv:rollup, r=frewsxcvbors-3/+89