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-03-23
Add layer of indirection to differentiate LD_LIBRARY_PATH vs. DYLD_LIBRARY_PATH.
Graydon Hoare
-2
/
+5
2011-03-23
Calculate git-derived versions correctly when out-of-tree.
Graydon Hoare
-4
/
+4
2011-03-23
Fix the float XFAILs in Makefile.in.
Graydon Hoare
-2
/
+2
2011-03-23
Pick up new XFAIL from Makefile.
Graydon Hoare
-0
/
+1
2011-03-23
Add doc rules to Makefile.in
Graydon Hoare
-2
/
+39
2011-03-22
Further support for floating-point. Literals with exponents work
Tim Chevalier
-1
/
+2
2011-03-22
Clean a little bit harder.
Graydon Hoare
-1
/
+1
2011-03-22
XFAIL float.rs in boot under new Makefile.in
Graydon Hoare
-0
/
+5
2011-03-22
Trim redundant /
Graydon Hoare
-1
/
+1
2011-03-22
Port auto-dep logic to new Makefile.in
Graydon Hoare
-1
/
+80
2011-03-22
Add a regression test for channels of nil, which happens to work in rustc, bu...
Brian Anderson
-0
/
+1
2011-03-21
Repair some fallout from pcwalton's last few build changes.
Graydon Hoare
-25
/
+26
2011-03-21
Add .def file support to the new build system (which does nothing at the mome...
Patrick Walton
-5
/
+8
2011-03-21
Change llvmext.dll to rustllvm.dll in the new build system to match the def file
Patrick Walton
-1
/
+1
2011-03-21
Minor distcheck fixes
Graydon Hoare
-4
/
+10
2011-03-21
FIx three $-typos in Makefile.in.
Graydon Hoare
-3
/
+3
2011-03-21
Fix CFG_RUN* rules a bit harder. Can now do 'make check' on both boot and sta...
Graydon Hoare
-2
/
+3
2011-03-21
Adjust run rules to avoid early substitution. Testsuite begins to run.
Graydon Hoare
-8
/
+8
2011-03-21
Strip leading $(S)/src off built targets in test; s/rustc/stage0/ in a few pl...
Graydon Hoare
-21
/
+21
2011-03-21
Fix various pathnames.
Graydon Hoare
-10
/
+10
2011-03-21
Port tidy and remainder of pkg/dist rules.
Graydon Hoare
-0
/
+53
2011-03-21
Port testing variables.
Graydon Hoare
-0
/
+317
2011-03-21
build: Support spaces in CFG_LDPATH.
Patrick Walton
-2
/
+2
2011-03-21
More conservative rule for clean.
Graydon Hoare
-9
/
+29
2011-03-21
Split R and T so that tests run under valgrind but compiler doesn't.
Graydon Hoare
-6
/
+11
2011-03-21
Fix misuse of $(S) before definition, to permit running with valgrind suppres...
Graydon Hoare
-1
/
+1
2011-03-20
s/DSYMUTIL/CFG_DSYMUTIL/
Graydon Hoare
-3
/
+3
2011-03-20
Add -lrt to stateN link commands.
Graydon Hoare
-6
/
+6
2011-03-20
Fix multi-stage deps, add rules for stage1 and stage2 outputs.
Graydon Hoare
-11
/
+71
2011-03-20
Depend %.stage0.exe on %.stage0.o.
Graydon Hoare
-1
/
+1
2011-03-20
Begin porting rules for testsuite execution.
Graydon Hoare
-17
/
+103
2011-03-19
Add build rules for stage1.
Graydon Hoare
-0
/
+22
2011-03-19
Set up dynamic library paths properly in builddir.
Graydon Hoare
-3
/
+12
2011-03-19
Correct deps on stage0/glue.bc
Graydon Hoare
-1
/
+2
2011-03-19
Switch path-munge from sed to perl.
Graydon Hoare
-1
/
+3
2011-03-18
Add support for building glue.o.
Graydon Hoare
-1
/
+17
2011-03-18
Run rustc stages using proper LD_LIBRARY_PATH.
Graydon Hoare
-3
/
+3
2011-03-18
Point valgrind suppressions file to srcdir.
Graydon Hoare
-1
/
+1
2011-03-18
Add rules for stage0/rustc to Makefile.in.
Graydon Hoare
-5
/
+23
2011-03-18
Remove redundant slashes in Makefile.in.
Graydon Hoare
-3
/
+3
2011-03-18
Rename SUPPORT_INCS -> LLVM_INCS in Makefile.in.
Graydon Hoare
-2
/
+1
2011-03-18
Get llvmext building in new Makefile.in.
Graydon Hoare
-1
/
+2
2011-03-18
Remove some whitespace.
Graydon Hoare
-1
/
+1
2011-03-18
Rename a couple CFG_LIB_NAME vars in Makefile.in
Graydon Hoare
-3
/
+3
2011-03-17
Yet more painstaking configure/make logic.
Graydon Hoare
-41
/
+290
2011-03-17
Move Makefile.in and configure to top level, BOOT_-qualify names, various twe...
Graydon Hoare
-0
/
+153
[prev]