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