about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2017-02-06Delete the `mk` folderAlex Crichton-297/+0
2017-01-23build: Link to new build sys from Makefile.inJacob Wahlgren-0/+4
2016-06-17Fixed the `TAGS.rustc.emacs` and `TAGS.rustc.vi` make targets.Felix S. Klock II-1/+3
2016-06-07Rollup merge of #34007 - flo-l:improve-hacking-docs, r=alexcrichtonSteve Klabnik-0/+11
2016-06-05add documentation on howto build just rustc without libstd to the build systemflo-l-0/+11
2016-05-22Makefile.in: dont use unnecessary escapes in echoGeorg Brandl-2/+4
2016-05-11Rollup merge of #33489 - GuillaumeGomez:howto, r=alexcrichtonGuillaume Gomez-0/+20
2016-05-11Add default rule for Makefile and make it displays some help.Guillaume Gomez-0/+20
2016-05-03Makefile: there is only one tidy target nowGeorg Brandl-3/+2
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-7/+0
2016-02-25mention debug-assertionsManish Goregaokar-0/+4
2016-01-21mk: Remove all perf-related targetsAlex Crichton-7/+0
2015-09-19Fixed an apparent typoAlex Gaynor-1/+1
2015-06-29Rollup merge of #26645 - richo:makefile-typo, r=sfacklerManish Goregaokar-1/+1
2015-06-28mk: Fix a typo in the tipsRicho Healey-1/+1
2015-06-28Add tip to do partial compile.Peter Elmers-0/+1
2015-05-19mk: Remove generation of .d filesAlex Crichton-5/+0
2015-04-17Clarify commentTamir Duberstein-1/+1
2015-04-10mk: Add a printer helper to the make setupRicho Healey-0/+7
2015-03-20Rollup merge of #23510 - lgvz:makefile, r=ManishearthManish Goregaokar-5/+0
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-1/+1
2015-03-19Remove dead link to wiki in Makefile commentsTero Hänninen-5/+0
2015-02-05mk: Add tidy commands to 'make tips'Brian Anderson-0/+3
2015-01-12Remove dead link from make tipsSteve Klabnik-3/+2
2014-12-28Fix incorrect link in Makefile.in documentationJoseph Rushton Wakeling-1/+1
2014-11-26debuginfo: Add script that allows to conveniently start LLDB in "rust-mode"Michael Woerister-0/+2
2014-09-07enable jemalloc debugging in unoptimized buildsDaniel Micay-0/+1
2014-07-21Shuffle around check-lexer conditionsCorey Richardson-13/+1
2014-07-21lexer tests: makefile/configureCorey Richardson-0/+13
2014-06-16Update repo locationBrian Anderson-2/+2
2014-05-15mk: Don't run benchmarks with `make check`Alex Crichton-1/+1
2014-03-27auto merge of #13142 : alexcrichton/rust/issue-13118, r=brsonbors-2/+2
2014-03-25Revert "Revert "mk: Run 'make install' through install.sh""Brian Anderson-6/+7
2014-03-25mk: Use rwildcard to calculate dependent filesAlex Crichton-2/+2
2014-02-18mk: Talk about `make clean` in the build helpVirgile Andreani-2/+6
2014-02-18mk: Fix the regexp of SHOW_DOCSVirgile Andreani-2/+2
2014-02-15mk: Base the windows dist target on prepare.mkBrian Anderson-0/+1
2014-02-15mk: Add prepare.mkBrian Anderson-12/+19
2014-02-15mk: Clean up conditions for including dist.mkBrian Anderson-3/+0
2014-02-14mk: Address review feedbackBrian Anderson-10/+22
2014-02-14mk: Improve build system help commandsBrian Anderson-34/+82
2014-02-14mk: Add NO_MKFILE_DEPS for turning off rebuild from makefile changesBrian Anderson-0/+1
2014-02-14mk: Move most of Makefile.in to .mk filesBrian Anderson-471/+26
2014-02-14mk: Remove the concept of 'snapshot transitions'Brian Anderson-14/+0
2014-02-14mk: Add some serious documentation and 'make help'Brian Anderson-1/+54
2014-02-13Register new snapshotsAlex Crichton-6/+2
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-1/+2
2014-02-10Don't use -Z prefer-dynamic at stage0Alex Crichton-1/+2
2014-02-11Makefile.in: --no-rpath => -C no-rpathgifnksm-3/+3
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-1/+1