summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2012-07-12Fix make-install target on mac. release-0.3 0.3Graydon Hoare-2/+2
2012-07-11Try less complicated trick for solving the dSYM glob portability issue.Graydon Hoare-13/+2
2012-07-11Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi...Graydon Hoare-37/+44
2012-07-11Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory.Graydon Hoare-44/+37
2012-07-10Makefile nit for distchec.Graydon Hoare-2/+1
2012-06-29Switch back to USE_SNAPSHOT_CORELIB=0.Michael Sullivan-1/+1
2012-06-28Make fmt use a bitmask instead of a vector of flags. Closes #1993.Michael Sullivan-1/+1
2012-06-25build: Remove bogus -fno-strict-aliasing flags. Issue #2701Brian Anderson-4/+1
2012-06-19Adding a lock/condition variable to libcore.Eric Holk-0/+1
2012-06-18Put type descriptors in strings created by the runtime. Progress on #2638.Michael Sullivan-0/+1
2012-06-16Revert "Adding a lock/condition variable to libcore."Tim Chevalier-1/+0
2012-06-15Adding a lock/condition variable to libcore.Eric Holk-0/+1
2012-06-14Update the build system to handle dependency on header files. Closes #2547.Michael Sullivan-23/+20
2012-06-13Revert "Update the build system to handle dependency on header files. Closes ...Michael Sullivan-16/+19
2012-06-13Update the build system to handle dependency on header files. Closes #2547.Michael Sullivan-19/+16
2012-06-13Minor makefile cleanup.Michael Sullivan-8/+4
2012-06-11rt: Turn on frame pointers for stack walkingBrian Anderson-0/+6
2012-06-08Rename some misleading variablesBen Striegel-4/+4
2012-06-08`make install` fix to address #2555Ben Striegel-1/+1
2012-06-07fix compiletest deadlock on freebsdJyun-Yan You-6/+0
2012-06-02Begin running cargo testsBrian Anderson-0/+28
2012-06-01build: Fix bogus test tepsBrian Anderson-2/+2
2012-06-01test: Move tests with rustc deps into run-pass-fulldepsBrian Anderson-3/+61
2012-06-01build: Add check-lite targetBrian Anderson-0/+5
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-17/+17
2012-05-31mk: Stop using snapshot rt/core/stdBrian Anderson-3/+3
2012-05-30build: Fix rules for non-target std when using snapshot stdBrian Anderson-0/+1
2012-05-30build: Fix mac build errorsBrian Anderson-1/+1
2012-05-30build: Add USE_SNAPSHOT_STDLIB. Set to 1Brian Anderson-7/+36
2012-05-30build: Use snapshot coreBrian Anderson-1/+1
2012-05-30build: Use snapshot runtimeBrian Anderson-1/+1
2012-05-23bench: Add hard mode to benchmarks. Activate with RUST_BENCH.Brian Anderson-0/+8
2012-05-09implement new borrow ck (disabled by default)Niko Matsakis-1/+1
2012-05-02build: Start running core tests on windowsBrian Anderson-0/+1
2012-04-30build: No tidy for test files. Closes #2271Brian Anderson-0/+1
2012-04-24build: Don't require full target libs to run compiletest testsBrian Anderson-22/+18
2012-04-19doc: Remove unused keywords.txtBrian Anderson-8/+3
2012-04-16properly clean .dSYM directoriesTed Horst-2/+4
2012-04-16Merge pull request #2184 from evanmcc/local_rustBrian Anderson-0/+6
2012-04-13use find not echo; this also brings fuzzer under the iron fist of tidy.py!Niko Matsakis-30/+4
2012-04-11Break up make tidy even moreBrian Anderson-4/+8
2012-04-11breakup tidy commandNiko Matsakis-0/+2
2012-04-11Fix up LIBRUSTSYNTAX_INPUTS and tidy rule.Graydon Hoare-0/+2
2012-04-10add the option --enable-local-rust to pull rust from your environmentEvan McClanahan-0/+6
2012-04-10test: Build auxiliary libraries for each testHaitao Li-0/+1
2012-04-09llvm: Update llvm to use new gcnoteroot infrastructurePatrick Walton-2/+1
2012-04-09build: Split up tidy command further to make arg list shorterBrian Anderson-3/+6
2012-04-06build: Remove a redundant search pathBrian Anderson-1/+1
2012-04-04rt: Add architecture-specific general-purpose register definitionsPatrick Walton-1/+2
2012-04-04make deletion of test libs use -rf so it works on macNiko Matsakis-1/+1