about summary refs log tree commit diff
path: root/mk/stage0.mk
AgeCommit message (Expand)AuthorLines
2017-02-06Delete the `mk` folderAlex Crichton-49/+0
2016-07-15mk: If local-rust is the same as the current version, then force a local-rebuildXimin Luo-0/+1
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-6/+3
2014-11-20mk/stage0: complain instead of creating an empty fileCody P Schafer-1/+1
2014-09-24mk: Fix a minor makefile warning on windowsBrian Anderson-0/+3
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-4/+4
2014-06-13remove unnecessary PaX detectionDaniel Micay-4/+0
2014-03-25configure: Make rustlibdir non-configurableBrian Anderson-1/+1
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-1/+1
2013-12-07Register new snapshotsAlex Crichton-67/+0
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-11/+2
2013-11-01configure: Fix passing multiple target and host triples.Luqman Aden-7/+7
2013-10-30auto merge of #10164 : brson/rust/configure, r=brsonbors-23/+23
2013-10-29support for GNU configure syntaxHeather-23/+23
2013-10-29Register new snapshotsAlex Crichton-11/+7
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-2/+19
2013-09-26Fix for make -j race from #9531 injected by cleanup in b1a22518f0c687db.Felix S. Klock II-2/+0
2013-09-01small cleanup of previous commit with mucho comments.Felix S. Klock II-1/+3
2013-07-09Fix #3225: Incorporate feedback from Graydon.Felix S. Klock II-6/+6
2013-07-07Fix #3225: Check for old Rust libraries when building and installing.Felix S. Klock II-13/+42
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-7/+7
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-3/+3
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-21/+21
2013-02-27mk: rewrite make filesYoung-il Choi-18/+18
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-15/+15
2013-01-03add missing $(CFG_PYTHON) prefixesDaniel Micay-1/+1
2012-10-05Rename configure --enable-pax-marks flag to --enable-pax-flags flag.auREAX-2/+2
2012-10-04Add GRSecurity compatibility with --enable-pax-marks configure flag; add GRSe...auREAX-0/+4
2012-04-10add the option --enable-local-rust to pull rust from your environmentEvan McClanahan-0/+6
2012-02-24allow snapshot to be specified in make command lineNiko Matsakis-1/+3
2011-12-16Update build machinery to build and install librustc everywhere (including sn...Graydon Hoare-0/+9
2011-12-16build: Remove the temp hack for libraries renaming transitionHaitao Li-8/+0
2011-12-12build: Temp hack to make transition to new snapshotHaitao Li-2/+10
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+9
2011-11-29build: Fix stage0 rules for non-host targetsBrian Anderson-3/+3
2011-11-29fix makefiles, add option to ignore changes in makefilesNiko Matsakis-2/+4
2011-11-29makefiles now seem to be working, rustc is notNiko Matsakis-0/+32
2011-11-29basic builds functionNiko Matsakis-7/+10
2011-10-02Lots of build system cleanup and documentationBrian Anderson-9/+6
2011-09-30Abstract the build directories further in the makefilesBrian Anderson-5/+5
2011-09-29Register snapshots and finish filesystem reorgBrian Anderson-9/+0
2011-09-29Fix a variety of things in the makefilesBrian Anderson-2/+2
2011-09-29Reorganize structure of build directoryBrian Anderson-6/+12
2011-09-23More steps to arch-specific target libs (#474)Graydon Hoare-10/+3
2011-08-14Register new snapshotsBrian Anderson-5/+2
2011-07-21Build the stage1 compiler against the newly built librustrt.Michael Sullivan-12/+5
2011-07-21Instantiate the stage0/lib/stdlib rules from stage0.mk instead of stageN.mk.Michael Sullivan-2/+4
2011-07-21Build stage0/lib/libstd.so using the stage0 compiler.Michael Sullivan-8/+10
2011-07-20Add support for building with a static libstd for testing static crate support.Rafael Ávila de Espíndola-0/+3
2011-07-15Merge the stage1,2,3.mk files into a common definition in stageN.mk, more rea...Graydon Hoare-7/+21