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
/
mk
/
target.mk
Age
Commit message (
Expand
)
Author
Lines
2013-05-07
mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235
Young-il Choi
-0
/
+2
2013-05-04
Fix another goof: consistently use parent directory of target for rule.
Felix S. Klock II
-1
/
+4
2013-05-04
Fix syntax: had to use escaped $$ to have an effect after first expansion.
Felix S. Klock II
-1
/
+1
2013-05-03
Make build products depend on their target directories.
Felix S. Klock II
-9
/
+20
2013-03-02
mk: cleanup - lib and executable suffix handling
Young-il Choi
-1
/
+1
2013-02-27
mk: rewrite make files
Young-il Choi
-12
/
+12
2013-02-21
mk: Split target triples into bulid triple + host triples + target triples
Brian Anderson
-25
/
+30
2013-01-31
mk: Remove USE_SNAPSHOT_RT, etc. Obsolete. #4713 r=graydon
Brian Anderson
-125
/
+0
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-10
/
+10
2012-11-03
library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...
Daniel Patterson
-1
/
+1
2012-10-05
Rename configure --enable-pax-marks flag to --enable-pax-flags flag.
auREAX
-2
/
+2
2012-10-04
Add GRSecurity compatibility with --enable-pax-marks configure flag; add GRSe...
auREAX
-0
/
+4
2012-06-29
Switch back to USE_SNAPSHOT_CORELIB=0.
Michael Sullivan
-1
/
+1
2012-06-28
Make fmt use a bitmask instead of a vector of flags. Closes #1993.
Michael Sullivan
-1
/
+1
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-3
/
+3
2012-05-31
mk: Stop using snapshot rt/core/std
Brian Anderson
-3
/
+3
2012-05-30
build: Fix rules for non-target std when using snapshot std
Brian Anderson
-0
/
+1
2012-05-30
build: Add USE_SNAPSHOT_STDLIB. Set to 1
Brian Anderson
-7
/
+36
2012-05-30
build: Use snapshot core
Brian Anderson
-1
/
+1
2012-05-30
build: Use snapshot runtime
Brian Anderson
-1
/
+1
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-1
/
+1
2012-03-29
build: Introduce rustsyntax crate
Brian Anderson
-0
/
+6
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-11
/
+0
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-0
/
+11
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-11
/
+0
2012-03-23
Register snapshot, turn off USE_SNAPSHOT flags
Marijn Haverbeke
-2
/
+2
2012-03-23
Temporarily turn on USE_SNAPSHOT_RUNTIME and USE_SNAPSHOT_CORELIB
Marijn Haverbeke
-2
/
+2
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-14
/
+4
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-2
/
+4
2012-03-16
build: Fix non-host libcore
Brian Anderson
-1
/
+3
2012-03-16
Register new snapshot
Marijn Haverbeke
-1
/
+1
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-1
/
+1
2012-03-16
make it possible to use snapshot core lib
Niko Matsakis
-17
/
+51
2012-03-14
allow immut vars to be moved. enforce mut vars after stage0 in std.
Niko Matsakis
-1
/
+9
2012-03-14
annotate libstd and start enforcing mutability
Niko Matsakis
-1
/
+1
2012-03-07
build libcore with --enforce-mut-vars
Niko Matsakis
-1
/
+1
2012-02-01
register new snapshot, revert USE_SNAPSHOT_RUNTIME setting
Niko Matsakis
-1
/
+1
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-1
/
+1
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-1
/
+1
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-1
/
+1
2012-01-26
Remove the --no-core command-line option
Brian Anderson
-1
/
+1
2012-01-20
revert accidental commits
Niko Matsakis
-1
/
+1
2012-01-20
small fixes for building dist on windows
Niko Matsakis
-1
/
+1
2012-01-17
build: Stop passing --lib argument
Brian Anderson
-3
/
+3
2012-01-09
make use of snapshot runtime predicated on variable USE_SNAPSHOT_RUNTIME
Niko Matsakis
-10
/
+31
2012-01-09
rt: Build the stage0 runtime for non-hosts from the working dir
Brian Anderson
-0
/
+5
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-9
/
+43
2011-12-20
Separate driver rustc and librustc
Haitao Li
-6
/
+3
2011-12-19
Don't make rustc depend on librustc
Marijn Haverbeke
-2
/
+1
[next]