summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-24[stable]: Prepare the 1.25.0 stable releaseAlex Crichton-1/+1
2018-03-24Fix DefKey lookup for proc-macro crates.Michael Woerister-2/+19
2018-03-24rustc: Update LLVMAlex Crichton-1/+1
2018-03-22Handle redirects correctly.kennytm-2/+2
2018-03-22Download the GCC artifacts from the HTTP server instead of FTP server.kennytm-0/+34
2018-03-19Update RLSNick Cameron-41/+86
2018-03-14Workaround abort(2) on compilation error on FreeBSD.Bryan Drewery-0/+1
2018-03-14Update libc to 0.2.39 to address FreeBSD ABI compatibility.Bryan Drewery-47/+47
2018-03-13Auto merge of #48930 - Keruspe:beta, r=kennytmbors-19/+81
2018-03-11bootstrap: pass datadir to rust-installerMarc-Antoine Perennou-3/+10
2018-03-11update rust-installer submoduleMarc-Antoine Perennou-16/+71
2018-03-06rustbuild: make libdir_relative a methodJosh Stone-23/+17
2018-03-06rustbuild: Restore Config.libdir_relativeJosh Stone-3/+20
2018-03-06incr.comp.: Run cache directory garbage collection before loading dep-graph.Michael Woerister-2/+27
2018-03-04Remove allocation from width of character function.Mark Simulacrum-3/+5
2018-03-03Auto merge of #48410 - QuietMisdreavus:beta-48327, r=alexcrichtonbors-10/+3
2018-02-27Auto merge of #48454 - frewsxcv:frewsxcv-backport, r=QuietMisdreavusbors-12/+38
2018-02-27Auto merge of #48561 - matklad:beta, r=alexcrichtonbors-0/+0
2018-02-27[beta] backport cargo TLS warning for win7Aleksey Kladov-0/+0
2018-02-26Auto merge of #48379 - nikomatsakis:issue-48251-beta, r=Mark-Simulacrumbors-1/+4
2018-02-23Encode linker arguments as UTF-16 on MSVC platformsMark Simulacrum-10/+50
2018-02-22Fix rustdoc test ICEGuillaume Gomez-12/+38
2018-02-21[beta] group old_tests by just the filename, not the test nameQuietMisdreavus-10/+3
2018-02-20temporarily disable rust-lang/rust#46833 due to rust-lang/rust#48251Niko Matsakis-1/+4
2018-02-18Fix panic when `x.py` is called without any arguments.kennytm-2/+4
2018-02-18Consider paths passed to x.py to be root-relative.Mark Simulacrum-6/+6
2018-02-18Prevent silently ignoring unmatched pathsMark Simulacrum-1/+1
2018-02-18Disable miri build-check for beta.Mark Simulacrum-1/+0
2018-02-16Beta: bootstrap from 1.24.0 stable.Mark Simulacrum-28/+40
2018-02-15Auto merge of #48105 - Mark-Simulacrum:exclude-paths, r=alexcrichtonbors-327/+444
2018-02-15Auto merge of #48202 - nrc:update, r=kennytmbors-17/+38
2018-02-14Exclude clippy lints from tidy license checkMark Simulacrum-0/+1
2018-02-15Revert "rustbuild: Pass `ccache` to build scripts"Alex Crichton-22/+5
2018-02-15Partially revert #47333.kennytm-9/+15
2018-02-14Update RLSNick Cameron-17/+37
2018-02-13Fix default Steps without paths.Mark Simulacrum-5/+10
2018-02-13Improve debuggability of #48116.kennytm-3/+14
2018-02-13Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelixbors-9/+72
2018-02-12Auto merge of #47843 - estebank:teach, r=nikomatsakisbors-55/+3255
2018-02-12Auto merge of #48144 - kennytm:reduce-musl-test-size, r=Mark-Simulacrumbors-1/+9
2018-02-11Delete executables if the test ran successfully.Mark Simulacrum-3/+5
2018-02-12compiletest: Delete the executable immediately after running.kennytm-2/+8
2018-02-11Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakisbors-56/+374
2018-02-11Change Step to be invoked with a path when in default mode.Mark Simulacrum-312/+415
2018-02-11Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddybbors-57/+94
2018-02-11Auto merge of #47657 - algesten:save-analysis-impls, r=nrcbors-10/+59
2018-02-11Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakisbors-74/+154
2018-02-10Remove DontDistWithMiri struct and instead just directly check it in builderMark Simulacrum-27/+7
2018-02-10Make exclude and paths relative to root of checkoutMark Simulacrum-7/+10
2018-02-10Implement excluding a build-step via --excludeMark Simulacrum-7/+33