about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2015-06-20diagnostics: Resurrect the Compiler Error Index.Michael Sproul-2/+1
2015-06-17mk: Fix reconfiguring top-level ./configureAlex Crichton-1/+7
2015-06-14Auto merge of #26296 - aidanhs:aphs-fix-musl-make-install, r=alexcrichtonbors-0/+1
2015-06-14musl only uses rlib files for stdlib linkingAidan Hobson Sayers-0/+1
2015-06-14Auto merge of #26252 - bluss:relative-paths, r=alexcrichtonbors-2/+4
2015-06-13Replace nop hack, explain substitution reasoningAidan Hobson Sayers-11/+14
2015-06-13nop hack required for PREPARE_DIR (PREPARE_MAN for safety)Aidan Hobson Sayers-0/+6
2015-06-13No need to double-silenceAidan Hobson Sayers-1/+1
2015-06-13mk: Build crates with relative paths to rustcUlrik Sverdrup-2/+4
2015-06-11mk: Tweak the LIB_GLOB for MSVCAlex Crichton-2/+2
2015-06-09Auto merge of #25836 - steveklabnik:gh25305, r=alexcrichtonbors-0/+1
2015-06-09Remove numbers all together from not_found.htmlSteve Klabnik-0/+1
2015-06-09Auto merge of #25995 - alexcrichton:msvc-md, r=brsonbors-2/+2
2015-06-03mk: Compile C code on MSVC with /MDAlex Crichton-2/+2
2015-06-03mk: fix the CFG_ENABLE_COMPILER_DOCS spellingGleb Kozyrev-1/+1
2015-06-02Auto merge of #25905 - michaelwoerister:lldb-pp-strings, r=brsonbors-2/+4
2015-06-02Auto merge of #25958 - Manishearth:rollup, r=Manishearthbors-7/+1
2015-06-02Rollup merge of #25949 - mbrubeck:ndebug, r=alexcrichtonManish Goregaokar-3/+1
2015-06-02Rollup merge of #25821 - jooert:remove_build_date, r=brsonManish Goregaokar-4/+0
2015-06-02Auto merge of #25848 - alexcrichton:fix-msvc, r=brsonbors-0/+44
2015-06-02Auto merge of #25654 - petrochenkov:encenv, r=alexcrichtonbors-5/+6
2015-06-01Stop passing the old ndebug/debug cfg directivesMatt Brubeck-3/+1
2015-06-01Auto merge of #25858 - alexcrichton:disable-os-tls, r=brsonbors-0/+4
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-2/+4
2015-05-30Warn if the test suite is run on Windows in console with non-UTF-8 code pagepetrochenkov-5/+6
2015-05-28std: Add an option to disable ELF based TLSAlex Crichton-0/+4
2015-05-27mk: Fix MSVC bootstrapping itselfAlex Crichton-0/+44
2015-05-27Auto merge of #25799 - alexcrichton:fix-link-in-mk, r=luqmanabors-8/+9
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-5/+0
2015-05-27Remove build date from the output of --versionJohannes Oertel-4/+0
2015-05-26mk: Ensure LINK_$(1) is defined for all targetsAlex Crichton-8/+9
2015-05-24Auto merge of #25719 - brson:crosslink, r=eddybbors-0/+4
2015-05-23Auto merge of #25717 - brson:compiler-docs, r=pnkfelixbors-3/+3
2015-05-22Specify linkers for cross-compile scenariosBrian Anderson-0/+4
2015-05-22mk: Don't build compiler-docs before installation. #25699Brian Anderson-3/+3
2015-05-22Remove error diagnostics uniqueness check and .json generation.Felix S. Klock II-1/+2
2015-05-20Auto merge of #25624 - steveklabnik:rollup, r=steveklabnikbors-1/+1
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-62/+230
2015-05-19mk: Report the prerelease version on beta again. Fixes #25618Brian Anderson-1/+1
2015-05-19mk: Update `make dist` for MSVC targetsAlex Crichton-2/+21
2015-05-19mk: Generate a .def file for rustc_llvm on MSVCAlex Crichton-1/+37
2015-05-19mk: Add the ability to depend on native LLVM toolsAlex Crichton-1/+17
2015-05-19mk: Fix MSVC build for rustllvm.libAlex Crichton-7/+21
2015-05-19mk: Fix building compiler-rt on MSVCAlex Crichton-5/+19
2015-05-19mk: Don't add cross prefixes for MSVCAlex Crichton-0/+2
2015-05-19mk: Add build system support for cl.exeAlex Crichton-5/+20
2015-05-19mk: Enable building LLVM targeting MSVCAlex Crichton-13/+30
2015-05-19configure: Start adding MSVC supportAlex Crichton-6/+23
2015-05-19mk: Fix native LLVM deps for cross-host buildsAlex Crichton-4/+4
2015-05-19mk: Correct names of installed libs on windowsAlex Crichton-12/+10