about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2017-02-08Remove some leftover makefiles.Ms2ger-2/+0
2017-02-07Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brsonCorey Farwell-6195/+0
2017-02-07Rollup merge of #39426 - jakllsch:netbsd-c, r=alexcrichtonCorey Farwell-0/+1
2017-02-06Delete the `mk` folderAlex Crichton-6195/+0
2017-02-06Rename i686-unknown-netbsdelf target to i686-unknown-netbsdJonathan A. Kollasch-0/+0
2017-02-05Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric...Corey Farwell-0/+1
2017-02-04Auto merge of #39425 - jakllsch:netbsd-a, r=alexcrichtonbors-0/+2
2017-02-03Bump version, upgrade bootstrapAlex Crichton-14/+11
2017-02-03Add `aarch64-unknown-freebsd` to the supported targetsJean-Sébastien Pédron-0/+1
2017-01-31Add i686-unknown-netbsdelf targetJonathan A. Kollasch-0/+1
2017-01-31Don't build gcc_personality_v0.c on NetBSD eitherJonathan A. Kollasch-0/+2
2017-01-22Remove crate `proc_macro_tokens`.Jeffrey Seyfried-2/+1
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-1/+1
2017-01-08Avoid large number of stage 0 warnings about --no-stack-checkVadim Petrochenkov-1/+1
2017-01-01Merge branch 'master' into sparc64Seo Sanghyeon-10/+15
2016-12-30sparc64-linux supportJorge Aparicio-0/+1
2016-12-30Move from RUSTC_CRATES to TARGET_CRATESest31-2/+2
2016-12-30Makefiles support for rustc_i128 crateSimonas Kazlauskas-10/+15
2016-12-29Add sparc64-unknown-netbsd targetJonathan A. Kollasch-0/+3
2016-12-29further enable the Sparc LLVM backendJonathan A. Kollasch-1/+1
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-0/+1
2016-12-19Bump version to 1.16Brian Anderson-1/+1
2016-12-15Add Redox make configJeremy Soller-0/+1
2016-12-14mk: Fix `make check`Alex Crichton-1/+1
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-8/+8
2016-12-04Auto merge of #38086 - semarie:openbsd-i686, r=alexcrichtonbors-0/+24
2016-11-30Update the bootstrap compilerAlex Crichton-14/+4
2016-11-30Add i686-unknown-openbsd target.Sébastien Marie-0/+24
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-8/+8
2016-11-28Refactor TyTrait to contain a interned ExistentialPredicate slice.Mark-Simulacrum-1/+1
2016-11-18Don't build the lexer verifier during tidyBrian Anderson-2/+1
2016-11-16Auto merge of #37607 - dns2utf8:doc_grammar, r=alexcrichtonbors-3/+7
2016-11-16Fix grammar verificationStefan Schindler-3/+7
2016-11-15Auto merge of #37742 - mrhota:llvm_debuginfo, r=alexcrichtonbors-0/+2
2016-11-13Make LLVM debuginfo option names consistentA.J. Gardner-1/+1
2016-11-12Add llvm debuginfo configure optionA.J. Gardner-0/+2
2016-11-12also enable the MSP430 backend in MakefilesJorge Aparicio-1/+1
2016-11-12Rollup merge of #37724 - brson:bump, r=alexcrichtonEduard-Mihai Burtescu-1/+1
2016-11-12Rollup merge of #37615 - atilag:armv5te-support, r=alexcrichtonEduard-Mihai Burtescu-0/+26
2016-11-12Rollup merge of #37584 - alexcrichton:travis, r=brsonEduard-Mihai Burtescu-0/+2
2016-11-11Bump verison to 1.15.0Brian Anderson-1/+1
2016-11-11Move all Linux/OSX CI infastructure to TravisAlex Crichton-0/+2
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-1/+1
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-1/+2
2016-11-06Add support for ARMv5TE architectureJuan Gomez-0/+26
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-1/+1
2016-11-03Set RUSTC_BOOTSTRAP to some value.Brian Anderson-1/+1
2016-10-31detect gdb version & rust support in compiletestTim Neumann-1/+1
2016-10-30Add rustc_data_structures to rustc_driver dependencies.Michael Woerister-1/+1
2016-10-29Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichtonbors-0/+1