about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2015-05-19mk: Remove generation of .d filesAlex Crichton-12/+2
2015-05-15Bump version to 1.2Brian Anderson-1/+1
2015-05-14Auto merge of #25208 - lfairy:version-hash, r=brsonbors-1/+3
2015-05-13Use `printf %s` instead of `echo -n` in build scriptChris Wong-1/+1
2015-05-12Scale back changes madeAlex Crichton-21/+16
2015-05-12Very hacky MSVC hacks.Ricky Taylor-8/+43
2015-05-09Auto merge of #24859 - richo:valgrind-tests, r=brsonbors-0/+1
2015-05-08mk: Log that valgrind tests are disabledRicho Healey-0/+1
2015-05-08mk: Add a missing folder to the dist directoryAlex Crichton-0/+1
2015-05-08Generate CFG_FILENAME_EXTRA from the versionChris Wong-1/+3
2015-05-05Error index style tweaks.Michael Sproul-1/+1
2015-05-03Add error index generator.Michael Sproul-2/+14
2015-04-29add `--enable-debuginfo-tests`, analogous to `--disable-optimize-tests`.Felix S. Klock II-0/+7
2015-04-28Auto merge of #24777 - alexcrichton:musl, r=brsonbors-109/+61
2015-04-28test: Fix some tests to run with muslAlex Crichton-2/+2
2015-04-27mk: Add support for musl-based buildsAlex Crichton-14/+60
2015-04-27mk: Remove a bunch of unused directivesAlex Crichton-94/+0
2015-04-26Add a new test group, rfail-full that runs rfail tests with fulldeps.Ryan Prichard-2/+18
2015-04-23Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichtonbors-8/+10
2015-04-22Fix the dependency for the pretty-rpass-full testsRyan Prichard-8/+10
2015-04-22mk: Remove version numbers from beta artifactsBrian Anderson-2/+6
2015-04-21Bump version to 1.1.0Brian Anderson-2/+2
2015-04-18Rollup merge of #24532 - brson:beta, r=pnkfelixManish Goregaokar-1/+1
2015-04-18Auto merge of #24528 - tamird:valgrind-sched, r=alexcrichtonbors-1/+2
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-8/+8
2015-04-17Bump prerelease to .3Brian Anderson-1/+1
2015-04-17Run valgrind with fair scheduling when availableTamir Duberstein-1/+2
2015-04-17Add librustc_data_structures crateNiko Matsakis-2/+4
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-8/+8
2015-04-14Auto merge of #24287 - brson:beta, r=steveklabnikbors-1/+1
2015-04-10mk: Add a printer helper to the make setupRicho Healey-0/+3
2015-04-10Bump prerelease versionBrian Anderson-1/+1
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-39/+29
2015-04-08configure: Add --enable-debug-jemallocBrian Anderson-0/+4
2015-04-08configure: Add --enable-debuginfoBrian Anderson-0/+5
2015-04-08configure: Clarify --enable-debug-assertions status messageBrian Anderson-1/+1
2015-04-08configure: Disable debug assertions by defaultBrian Anderson-3/+3
2015-04-08configure: Rename --enable-debug to --enable-debug-assertionsBrian Anderson-2/+2
2015-04-08configure: Remove obsolete --disable-verify optionBrian Anderson-8/+2
2015-04-07mk: Stop documenating non-facade cratesAlex Crichton-37/+12
2015-04-07mk: Pass the same flags to rustdoc as rustcAlex Crichton-1/+1
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-1/+1
2015-04-07compiletest: Add support for running rustdoc testsAlex Crichton-1/+16
2015-03-31Auto merge of #23678 - richo:check-flightcheck, r=alexcrichtonbors-1/+6
2015-03-31Rollup merge of #23874 - cmr:no-compiler-docs, r=alexcrichtonManish Goregaokar-8/+13
2015-03-30mk: build and distribute facade crates unconditionally (for now)Corey Richardson-8/+13
2015-03-30Auto merge of #23848 - cmr:no-compiler-docs, r=huonwbors-11/+26
2015-03-29mk: don't build docs for internal or behind-the-facade crates in beta/stableCorey Richardson-11/+26
2015-03-28Fix some typosVadim Petrochenkov-2/+2
2015-03-27check: Warn users with nonzero RLIMIT_CORERicho Healey-1/+6