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
/
Makefile.in
Age
Commit message (
Expand
)
Author
Lines
2011-09-30
Refix the fuzzer make rule
Brian Anderson
-2
/
+2
2011-09-30
Make config of static stdlib more consistent with rest of makefile
Brian Anderson
-8
/
+8
2011-09-30
Abstract the build directories further in the makefiles
Brian Anderson
-24
/
+33
2011-09-30
Fix some make variables in tests.mk
Brian Anderson
-14
/
+22
2011-09-29
Tweak makefiles, change the way the fuzzer is built
Brian Anderson
-1
/
+2
2011-09-29
Fix make all build rule
Brian Anderson
-2
/
+6
2011-09-29
Fix a variety of things in the makefiles
Brian Anderson
-0
/
+1
2011-09-29
Remove the redundant definition of STAGE in makefiles
Brian Anderson
-2
/
+7
2011-09-29
Make rustc's host triple agree with the build system's
Brian Anderson
-1
/
+1
2011-09-29
Reorganize structure of build directory
Brian Anderson
-19
/
+23
2011-09-28
Eliminate glue.o. Closes #990
Brian Anderson
-2
/
+0
2011-09-23
More steps to arch-specific target libs (#474)
Graydon Hoare
-0
/
+1
2011-09-21
Expand our own config.guess-like logic in configure, rather than only asking ...
Graydon Hoare
-1
/
+2
2011-09-13
Add build-system mechanisms for running benchmarks under 'perf'.
Graydon Hoare
-0
/
+6
2011-08-29
Remove makefile CFG_USE_SNAP_LIBS_FOR_STAGE1 hack
Marijn Haverbeke
-7
/
+0
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-1
/
+1
2011-08-29
Add CFG_USE_SNAP_LIBS_FOR_STAGE1 hack to makefiles
Marijn Haverbeke
-0
/
+7
2011-08-26
Don't run the stage0 compiler under valgrind when CFG_VALGRIND_COMPILE
Brian Anderson
-1
/
+8
2011-08-05
Munge libuv makefiles sufficiently to build out of tree.
Graydon Hoare
-0
/
+2
2011-07-27
Revert 66c1ca857bf8e
Marijn Haverbeke
-1
/
+4
2011-07-27
This time, I'm almost sure it'll work
Marijn Haverbeke
-4
/
+1
2011-07-23
Add an NSIS script for building a win32 installer. Closes #522.
Graydon Hoare
-0
/
+1
2011-07-22
Change the CFG_STDLIB_DEFAULT macro into a call that picks the correct stage
Brian Anderson
-4
/
+4
2011-07-21
Instantiate the stage0/lib/stdlib rules from stage0.mk instead of stageN.mk.
Michael Sullivan
-2
/
+2
2011-07-21
Cleanup the library path now that we copy from stageN/lib to stageN+1/
Rafael Ávila de Espíndola
-1
/
+1
2011-07-20
Add support for building with a static libstd for testing static crate support.
Rafael Ávila de Espíndola
-1
/
+18
2011-07-20
Build the fuzzer on Windows
Brian Anderson
-6
/
+1
2011-07-18
Enable fuzzer build *when not on windows*. We'll get to windows when we can.
Graydon Hoare
-2
/
+9
2011-07-15
Merge the stage1,2,3.mk files into a common definition in stageN.mk, more rea...
Graydon Hoare
-63
/
+29
2011-07-14
Revert "Add fuzzer as part of 'all' standard build target so people know when...
Brian Anderson
-2
/
+0
2011-07-14
Add fuzzer as part of 'all' standard build target so people know when it breaks.
Graydon Hoare
-0
/
+2
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-0
/
+1
2011-07-11
Move llvm out of stageN/lib so that the host building stage 1+ can
Rafael Ávila de Espíndola
-4
/
+4
2011-07-07
Complete the transition of glue.o to the lib directory
Brian Anderson
-7
/
+7
2011-07-01
Partially restore the fuzzer crate's build rules
Brian Anderson
-0
/
+1
2011-06-30
Correct make rules a bit.
Graydon Hoare
-10
/
+15
2011-06-29
Re-enable tidy (it was broken) and fix various non-tidy things.
Graydon Hoare
-5
/
+4
2011-06-28
Bit more work on mingw cross. Pending on other changes now (test combination,...
Graydon Hoare
-0
/
+1
2011-06-27
Some work on reviving the mingw-cross build. Not working yet.
Graydon Hoare
-2
/
+2
2011-06-25
Fixes to speed and clean up makefiles.
Graydon Hoare
-8
/
+35
2011-06-20
Finish the transition to having the std library in stageN/lib.
Rafael Ávila de Espíndola
-1
/
+1
2011-06-18
Add TIME_LLVM_PASSES flag to the Makefile
Brian Anderson
-0
/
+3
2011-06-17
Register new snapshots. Update location of stage0's libstd
Brian Anderson
-3
/
+4
2011-06-17
Break long lines.
Rafael Ávila de Espíndola
-2
/
+4
2011-06-17
Put std in stageN/lib. This avoids windows trying to load stageN/std.ll when
Rafael Ávila de Espíndola
-6
/
+6
2011-06-17
Automatically add a -L to the directory the binary is in.
Rafael Ávila de Espíndola
-3
/
+3
2011-06-16
Switch to using the rustc driver in the bootstrap process.
Rafael Ávila de Espíndola
-8
/
+10
2011-06-13
Handle missing git in build env.
Graydon Hoare
-0
/
+2
2011-06-08
Use main.o directly now that stage0 is ok with it.
Rafael Ávila de Espíndola
-3
/
+3
2011-06-07
Don't put a copy of main (the C one) in each binary we produce. This is a step
Rafael Ávila de Espíndola
-3
/
+3
[prev]
[next]