about summary refs log tree commit diff
path: root/mk/target.mk
AgeCommit message (Expand)AuthorLines
2013-05-07mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235Young-il Choi-0/+2
2013-05-04Fix another goof: consistently use parent directory of target for rule.Felix S. Klock II-1/+4
2013-05-04Fix syntax: had to use escaped $$ to have an effect after first expansion.Felix S. Klock II-1/+1
2013-05-03Make build products depend on their target directories.Felix S. Klock II-9/+20
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-1/+1
2013-02-27mk: rewrite make filesYoung-il Choi-12/+12
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-25/+30
2013-01-31mk: Remove USE_SNAPSHOT_RT, etc. Obsolete. #4713 r=graydonBrian Anderson-125/+0
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-10/+10
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-1/+1
2012-10-05Rename configure --enable-pax-marks flag to --enable-pax-flags flag.auREAX-2/+2
2012-10-04Add GRSecurity compatibility with --enable-pax-marks configure flag; add GRSe...auREAX-0/+4
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-05-31Rename librustsyntax to libsyntaxKevin Cantu-3/+3
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: 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-09implement new borrow ck (disabled by default)Niko Matsakis-1/+1
2012-03-29build: Introduce rustsyntax crateBrian Anderson-0/+6
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-11/+0
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-0/+11
2012-03-23Remove support for the old-style intrinsicsMarijn Haverbeke-11/+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-21add mut decls to rustc and make them mandatoryNiko Matsakis-2/+4
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-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-07build libcore with --enforce-mut-varsNiko Matsakis-1/+1
2012-02-01register new snapshot, revert USE_SNAPSHOT_RUNTIME settingNiko Matsakis-1/+1
2012-02-01make boxes self-describing (fixes #1493)" (take 2)Niko Matsakis-1/+1
2012-02-01Revert "make boxes self-describing (fixes #1493)" until a newNiko Matsakis-1/+1
2012-02-01make boxes self-describing (fixes #1493)Niko Matsakis-1/+1
2012-01-26Remove the --no-core command-line optionBrian Anderson-1/+1
2012-01-20revert accidental commitsNiko Matsakis-1/+1
2012-01-20small fixes for building dist on windowsNiko Matsakis-1/+1
2012-01-17build: Stop passing --lib argumentBrian Anderson-3/+3
2012-01-09make use of snapshot runtime predicated on variable USE_SNAPSHOT_RUNTIMENiko Matsakis-10/+31
2012-01-09rt: Build the stage0 runtime for non-hosts from the working dirBrian Anderson-0/+5
2012-01-06fix how we walk functions to match new closure fmtNiko Matsakis-9/+43
2011-12-20Separate driver rustc and librustcHaitao Li-6/+3
2011-12-19Don't make rustc depend on librustcMarijn Haverbeke-2/+1