summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2012-03-28Override all non-default origins for CC/CXX/CPP, not just undefined.Graydon Hoare-6/+18
2012-03-28Conditionalize CC / CXX / CPP to permit using other gcc versions.Graydon Hoare-6/+6
2012-03-28Don't include config.stamp in dist tarball.Graydon Hoare-1/+2
2012-03-27Prep docs before pdf.Graydon Hoare-3/+3
2012-03-26Remove duplicate definition.Graydon Hoare-5/+1
2012-03-26Tidy up doc make rules.Graydon Hoare-9/+8
2012-03-26Disable some advanced (post glibc-2.3) libuv features when building snaps.Graydon Hoare-2/+12
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-14/+0
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-0/+14
2012-03-23Remove support for the old-style intrinsicsMarijn Haverbeke-14/+0
2012-03-23Register snapshot, turn off USE_SNAPSHOT flagsMarijn Haverbeke-2/+2
2012-03-23Temporarily turn on USE_SNAPSHOT_RUNTIME and USE_SNAPSHOT_CORELIBMarijn Haverbeke-2/+2
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-14/+4
2012-03-22update promotion rules to not fail when .dsym file does not existNiko Matsakis-1/+8
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-2/+4
2012-03-21Typo. No idea why local build worked.Graydon Hoare-2/+2
2012-03-21Fix rt deps. Close #1449.Graydon Hoare-37/+14
2012-03-21Remove incorrect uses of NVALGRIND, Close #1435.Graydon Hoare-4/+0
2012-03-21Avoid mangling names differently in debug builds to work around a build error...Josh Matthews-3/+7
2012-03-20doc: Run language ref through prep.jsBrian Anderson-3/+8
2012-03-20test: Begin running the language ref examples. Mostly xfailedBrian Anderson-1/+31
2012-03-19build: rm -f old tutorial snippetsBrian Anderson-1/+1
2012-03-19build: Delete old tutorial tests before regenerating. Closes #1991Brian Anderson-0/+1
2012-03-18rt: Convert rust_task_list to a typedefBrian Anderson-2/+0
2012-03-16build: Fix non-host libcoreBrian Anderson-1/+3
2012-03-16Register new snapshotMarijn Haverbeke-1/+1
2012-03-16Remove shared tydescsMarijn Haverbeke-1/+1
2012-03-16make it possible to use snapshot core libNiko Matsakis-17/+51
2012-03-15This path could have spaces in it, so quote itDaniel Brooks-1/+1
2012-03-16Remove dynastack support from runtimeMarijn Haverbeke-2/+0
2012-03-16Get rid of rust_crate_cache in the runtimeMarijn Haverbeke-1/+0
2012-03-15kill old serialization codeNiko Matsakis-20/+0
2012-03-14allow immut vars to be moved. enforce mut vars after stage0 in std.Niko Matsakis-1/+9
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-1/+1
2012-03-12rt: Change alignof to rust_alignof. Remove -Wno-c++11-compat. Closes #1644Brian Anderson-2/+1
2012-03-10build: Make tutorial and lang ref depend on rust.cssBrian Anderson-2/+2
2012-03-09build: Switch from naturaldocs to rustdocBrian Anderson-25/+17
2012-03-09build: Fix some deps in tools.mkBrian Anderson-4/+4
2012-03-07build libcore with --enforce-mut-varsNiko Matsakis-1/+1
2012-03-06make inline enabled by defaultNiko Matsakis-1/+1
2012-03-02Move src/comp to src/rustcGraydon Hoare-2/+2
2012-03-02build: Add --enable-helgrind optionBrian Anderson-2/+7
2012-02-28missing build file update for parent commitJeff Olson-1/+0
2012-02-28rename aux to auxiliary, since aux is apparently reserved on windowsNiko Matsakis-1/+1
2012-02-28add ability to run multi-crate tests, run tests with --inlineNiko Matsakis-1/+2
2012-02-24retool serializer to be built by stage0 rustcNiko Matsakis-0/+2
2012-02-24allow snapshot to be specified in make command lineNiko Matsakis-1/+3
2012-02-24Correct install.mk to use CFG_LIBDIR for correct install paths on windows.Graydon Hoare-2/+2
2012-02-21python might be in a path with spaces in it, you never knowDaniel Brooks-1/+1
2012-02-17Fix dependencies of stage2 check-fast driver.Graydon Hoare-2/+2