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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk
/
target.mk
Age
Commit message (
Expand
)
Author
Lines
2014-07-23
mk: Add space before line continuation backslash
Birunthan Mohanathas
-4
/
+4
2014-07-23
mk: Remove extra whitespace before line continuation backslashes
Birunthan Mohanathas
-35
/
+35
2014-07-14
Move llvm bindings to their own crate
Brian Anderson
-1
/
+1
2014-07-09
Register new snapshots
Alex Crichton
-10
/
+1
2014-07-06
mk: Fix bootstrapping the nightly builds
Alex Crichton
-8
/
+10
2014-07-05
rustc: Stop putting hashes in filenames by default
Alex Crichton
-1
/
+10
2014-06-16
alloc: Allow disabling jemalloc
Alex Crichton
-0
/
+1
2014-05-21
mk: Replace 'oxidize' with 'rustc'. Closes #13781
Brian Anderson
-2
/
+2
2014-04-17
llvm: Add an option to statically link libstdc++
Alex Crichton
-0
/
+1
2014-03-25
mk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLE
Brian Anderson
-2
/
+2
2014-02-11
Build compiler-rt and link it to all crates, similarly to morestack.
Vadim Chugunov
-0
/
+6
2014-02-09
mk: Replace 'compile_and_link' with 'oxidize'
Brian Anderson
-2
/
+2
2014-01-26
Refactor the build system for easily adding crates
Alex Crichton
-148
/
+122
2014-01-09
Register new snapshots
Alex Crichton
-20
/
+3
2014-01-08
Fix the snapshot and cross compilation
Alex Crichton
-0
/
+4
2014-01-07
Make CFG_LIBDIR configurable. Fixes #5223
Jan Niklas Hasse
-2
/
+0
2014-01-06
Fix parallel makefile builds
Alex Crichton
-24
/
+20
2014-01-05
Make rustc's own lib directory configurable and change the default to rustlib...
Jan Niklas Hasse
-0
/
+20
2013-12-24
make: Don't have libsyntax depend on librustuv
Alex Crichton
-1
/
+0
2013-12-24
Test fixes and rebase problems
Alex Crichton
-5
/
+2
2013-12-24
make: Add all the make support for lib{native,green}
Alex Crichton
-0
/
+26
2013-12-07
Fix the linked targets for rustc
Alex Crichton
-1
/
+1
2013-12-06
Link rustllvm statically, and distribute a static snapshot
Alex Crichton
-1
/
+8
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-0
/
+6
2013-11-02
Statically link libuv to librustuv
Alex Crichton
-2
/
+10
2013-10-29
support for GNU configure syntax
Heather
-6
/
+6
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-0
/
+11
2013-10-16
Allow stage0 warnings
Alex Crichton
-3
/
+3
2013-09-26
Fix for make -j race from #9531 injected by cleanup in b1a22518f0c687db.
Felix S. Klock II
-0
/
+2
2013-09-04
Move the `rt` build directory under $target
Alex Crichton
-2
/
+2
2013-09-03
Build rustllvm into $target/rustllvm
Alex Crichton
-1
/
+1
2013-09-01
small cleanup of previous commit with mucho comments.
Felix S. Klock II
-3
/
+11
2013-09-01
hypothetical fix for #8865.
Felix S. Klock II
-3
/
+6
2013-08-17
Deny warnings in stage1+ libsyntax/librustc/librustdoc/librusti/librust
Erick Tryzelaar
-2
/
+2
2013-08-05
Warn when using -o option on libraries. Closes #6554.
Michael Sullivan
-4
/
+4
2013-07-26
auto merge of #7820 : pnkfelix/rust/fill-in-some-missing-rustc-lib-dependence...
bors
-0
/
+2
2013-07-22
Allow all warnings in stage0 to account for bugs
Alex Crichton
-2
/
+1
2013-07-16
Add dependence arc from running rustc to its libraries.
Felix S. Klock II
-0
/
+2
2013-07-09
Fix #3225: Incorporate feedback from Graydon.
Felix S. Klock II
-8
/
+8
2013-07-07
Fix #3225: Check for old Rust libraries when building and installing.
Felix S. Klock II
-0
/
+8
2013-06-25
Deny common lints by default for lib{std,extra}
Alex Crichton
-2
/
+11
2013-05-28
Define rustc's host triple at compile time
Alex Crichton
-0
/
+6
2013-05-24
Define _RUST_STAGEN when building rustrt.
Tom Lee
-2
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-7
/
+7
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
[next]