index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk
/
stage0.mk
Age
Commit message (
Expand
)
Author
Lines
2017-02-06
Delete the `mk` folder
Alex Crichton
-49
/
+0
2016-07-15
mk: If local-rust is the same as the current version, then force a local-rebuild
Ximin Luo
-0
/
+1
2016-04-19
mk: Bootstrap from stable instead of snapshots
Alex Crichton
-6
/
+3
2014-11-20
mk/stage0: complain instead of creating an empty file
Cody P Schafer
-1
/
+1
2014-09-24
mk: Fix a minor makefile warning on windows
Brian Anderson
-0
/
+3
2014-07-23
mk: Remove extra whitespace before line continuation backslashes
Birunthan Mohanathas
-4
/
+4
2014-06-13
remove unnecessary PaX detection
Daniel Micay
-4
/
+0
2014-03-25
configure: Make rustlibdir non-configurable
Brian Anderson
-1
/
+1
2014-01-05
Make rustc's own lib directory configurable and change the default to rustlib...
Jan Niklas Hasse
-1
/
+1
2013-12-07
Register new snapshots
Alex Crichton
-67
/
+0
2013-12-06
Link rustllvm statically, and distribute a static snapshot
Alex Crichton
-11
/
+2
2013-11-01
configure: Fix passing multiple target and host triples.
Luqman Aden
-7
/
+7
2013-10-30
auto merge of #10164 : brson/rust/configure, r=brson
bors
-23
/
+23
2013-10-29
support for GNU configure syntax
Heather
-23
/
+23
2013-10-29
Register new snapshots
Alex Crichton
-11
/
+7
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-2
/
+19
2013-09-26
Fix for make -j race from #9531 injected by cleanup in b1a22518f0c687db.
Felix S. Klock II
-2
/
+0
2013-09-01
small cleanup of previous commit with mucho comments.
Felix S. Klock II
-1
/
+3
2013-07-09
Fix #3225: Incorporate feedback from Graydon.
Felix S. Klock II
-6
/
+6
2013-07-07
Fix #3225: Check for old Rust libraries when building and installing.
Felix S. Klock II
-13
/
+42
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-7
/
+7
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-3
/
+3
2013-03-02
mk: cleanup - lib and executable suffix handling
Young-il Choi
-21
/
+21
2013-02-27
mk: rewrite make files
Young-il Choi
-18
/
+18
2013-02-21
mk: Split target triples into bulid triple + host triples + target triples
Brian Anderson
-15
/
+15
2013-01-03
add missing $(CFG_PYTHON) prefixes
Daniel Micay
-1
/
+1
2012-10-05
Rename configure --enable-pax-marks flag to --enable-pax-flags flag.
auREAX
-2
/
+2
2012-10-04
Add GRSecurity compatibility with --enable-pax-marks configure flag; add GRSe...
auREAX
-0
/
+4
2012-04-10
add the option --enable-local-rust to pull rust from your environment
Evan McClanahan
-0
/
+6
2012-02-24
allow snapshot to be specified in make command line
Niko Matsakis
-1
/
+3
2011-12-16
Update build machinery to build and install librustc everywhere (including sn...
Graydon Hoare
-0
/
+9
2011-12-16
build: Remove the temp hack for libraries renaming transition
Haitao Li
-8
/
+0
2011-12-12
build: Temp hack to make transition to new snapshot
Haitao Li
-2
/
+10
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+9
2011-11-29
build: Fix stage0 rules for non-host targets
Brian Anderson
-3
/
+3
2011-11-29
fix makefiles, add option to ignore changes in makefiles
Niko Matsakis
-2
/
+4
2011-11-29
makefiles now seem to be working, rustc is not
Niko Matsakis
-0
/
+32
2011-11-29
basic builds function
Niko Matsakis
-7
/
+10
2011-10-02
Lots of build system cleanup and documentation
Brian Anderson
-9
/
+6
2011-09-30
Abstract the build directories further in the makefiles
Brian Anderson
-5
/
+5
2011-09-29
Register snapshots and finish filesystem reorg
Brian Anderson
-9
/
+0
2011-09-29
Fix a variety of things in the makefiles
Brian Anderson
-2
/
+2
2011-09-29
Reorganize structure of build directory
Brian Anderson
-6
/
+12
2011-09-23
More steps to arch-specific target libs (#474)
Graydon Hoare
-10
/
+3
2011-08-14
Register new snapshots
Brian Anderson
-5
/
+2
2011-07-21
Build the stage1 compiler against the newly built librustrt.
Michael Sullivan
-12
/
+5
2011-07-21
Instantiate the stage0/lib/stdlib rules from stage0.mk instead of stageN.mk.
Michael Sullivan
-2
/
+4
2011-07-21
Build stage0/lib/libstd.so using the stage0 compiler.
Michael Sullivan
-8
/
+10
2011-07-20
Add support for building with a static libstd for testing static crate support.
Rafael Ávila de Espíndola
-0
/
+3
2011-07-15
Merge the stage1,2,3.mk files into a common definition in stageN.mk, more rea...
Graydon Hoare
-7
/
+21
[next]