]> git.lizzy.rs Git - rust.git/history - mk/stage0.mk
Add GRSecurity compatibility with --enable-pax-marks configure flag; add GRSecurity...
[rust.git] / mk / stage0.mk
2012-10-04 auREAXAdd GRSecurity compatibility with --enable-pax-marks...
2012-04-16 Brian AndersonMerge pull request #2184 from evanmcc/local_rust
2012-04-11 Evan McClanahanadd the option --enable-local-rust to pull rust from...
2012-02-25 Niko Matsakisallow snapshot to be specified in make command line
2011-12-17 Brian AndersonMerge pull request #1320 from elly/cargo
2011-12-17 Graydon HoareMerge pull request #1319 from elly/cargo
2011-12-17 Graydon HoareUpdate build machinery to build and install librustc...
2011-12-16 Graydon HoareMerge pull request #1317 from boggle/fix1315
2011-12-16 Haitao Libuild: Remove the temp hack for libraries renaming...
2011-12-13 Haitao Libuild: Temp hack to make transition to new snapshot
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.
2011-11-29 Brian Andersonbuild: Fix stage0 rules for non-host targets
2011-11-29 Niko Matsakisfix makefiles, add option to ignore changes in makefiles
2011-11-29 Niko Matsakismakefiles now seem to be working, rustc is not
2011-11-29 Niko Matsakisbasic builds function
2011-10-02 Brian AndersonLots of build system cleanup and documentation
2011-09-30 Brian AndersonAbstract the build directories further in the makefiles
2011-09-30 Brian AndersonRegister snapshots and finish filesystem reorg
2011-09-30 Brian AndersonFix a variety of things in the makefiles
2011-09-30 Brian AndersonReorganize structure of build directory
2011-09-23 Graydon HoareMore steps to arch-specific target libs (#474)
2011-08-14 Brian AndersonRegister new snapshots
2011-07-22 Michael SullivanMerge branch 'use-new-rustrt'
2011-07-22 Michael SullivanBuild the stage1 compiler against the newly built libru...
2011-07-21 Michael SullivanInstantiate the stage0/lib/stdlib rules from stage0...
2011-07-21 Michael SullivanBuild stage0/lib/libstd.so using the stage0 compiler.
2011-07-20 Rafael Ávila de... Add support for building with a static libstd for testi...
2011-07-15 Graydon HoareMerge the stage1,2,3.mk files into a common definition...
2011-07-11 Rafael Ávila de... Use new snapshot.
2011-07-11 Rafael Ávila de... Move llvm out of stageN/lib so that the host building...
2011-07-11 Rafael Ávila de... Use new snapshot.
2011-07-08 Brian AndersonComplete the transition of glue.o to the lib directory
2011-07-07 Brian AndersonRegister new snapshots
2011-07-07 Brian AndersonAlso copy rt and rustllvm to stage0 for now
2011-06-18 Brian AndersonMove creation of stageN/lib directories to the configur...
2011-06-18 Brian AndersonRegister new snapshots. Update location of stage0's...
2011-05-05 Patrick Waltonbuild: Build intrinsics.bc
2011-05-03 Graydon HoareRemove everything to do with rustboot from makefiles.
2011-05-03 Graydon HoareAttempt to shift build to stage0-from-snapshots.
2011-05-01 Graydon HoareStart splitting up Makefile.in