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
2017-02-06
Delete the `mk` folder
Alex Crichton
-209
/
+0
2016-10-19
Allow bootstrapping without a key. Fixes #36548
Brian Anderson
-21
/
+0
2016-05-23
mk: Fix bootstrapping cross-hosts on beta
Alex Crichton
-9
/
+20
2016-04-19
mk: Bootstrap from stable instead of snapshots
Alex Crichton
-2
/
+16
2016-03-28
mk: Add `-C metadata` for compiling crates we ship
Alex Crichton
-0
/
+1
2016-02-25
mk: Move disable-jemalloc logic into makefiles
Alex Crichton
-2
/
+2
2016-02-01
Revert "mk: fix some undefined variable warnings"
Alex Crichton
-2
/
+2
2016-02-01
mk: fix some undefined variable warnings
Tamir Duberstein
-2
/
+2
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-8
/
+0
2015-12-20
remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGS
Sébastien Marie
-2
/
+0
2015-12-13
Better support for `--llvm-root`.
Richard Diamond
-0
/
+1
2015-12-08
Remove STARTUP_OBJS from Makefile deps for non win-gnu targets.
Felix S. Klock II
-0
/
+2
2015-11-17
Auto merge of #29794 - semarie:openbsd-stdcpp-path, r=alexcrichton
bors
-1
/
+4
2015-11-13
Clean up some "suspicious" whitespace in target.mk
William Throwe
-2
/
+2
2015-11-11
pass stdc++ library path after LVVM library path
Sébastien Marie
-1
/
+4
2015-11-07
Make sure rsbegin.o and rsend.o get packaged with target lib artifacts.
Vadim Chugunov
-42
/
+2
2015-10-21
Use `gcc -print-file-name` for finding C runtime startup objects:
Vadim Chugunov
-14
/
+27
2015-10-19
Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own ...
Vadim Chugunov
-0
/
+59
2015-09-06
plumbing to automatically run MIR for crates where it works;
Niko Matsakis
-0
/
+1
2015-08-19
rustc_back: add configure options for default linker and ar
Marc-Antoine Perennou
-0
/
+4
2015-08-11
Register new snapshots
Alex Crichton
-92
/
+1
2015-08-11
Auto merge of #27518 - alexcrichton:msvc-builtin-llvm-ar, r=huonw
bors
-0
/
+6
2015-08-10
trans: Stop informing LLVM about dllexport
Alex Crichton
-2
/
+2
2015-08-10
trans: Specify `archive_format` for MSVC
Alex Crichton
-0
/
+6
2015-08-10
Remove morestack support
Alex Crichton
-2
/
+1
2015-07-01
msvc: Lookup linker in windows registry
Alex Crichton
-6
/
+4
2015-06-27
mk: Add support for i686-pc-windows-msvc
Alex Crichton
-0
/
+37
2015-05-27
mk: Fix MSVC bootstrapping itself
Alex Crichton
-0
/
+39
2015-05-19
mk: Generate a .def file for rustc_llvm on MSVC
Alex Crichton
-1
/
+3
2015-05-19
mk: Add the ability to depend on native LLVM tools
Alex Crichton
-1
/
+8
2015-05-19
mk: Fix native LLVM deps for cross-host builds
Alex Crichton
-1
/
+1
2015-04-27
mk: Add support for musl-based builds
Alex Crichton
-9
/
+4
2015-03-28
Fix some typos
Vadim Petrochenkov
-1
/
+1
2015-03-16
Fix the Linux nightly build by adding a LLVM_CONFIG_<target-triple> dep.
Ryan Prichard
-0
/
+1
2015-03-13
Avoid passing -L "" during cross-compilation.
Ryan Prichard
-1
/
+1
2015-03-12
Avoid passing -L "" to rustc.
Ryan Prichard
-1
/
+1
2015-03-03
Make build timestamp files robust in face of concurrent source modification.
Felix S. Klock II
-1
/
+2
2014-11-30
mk: Use host llvm linkage paths, not target ones
Alex Crichton
-1
/
+1
2014-11-25
Don't use the same llvmdeps.rs for every host.
Richard Diamond
-3
/
+2
2014-11-20
mk/target: fix typo so we depend on the correct directory
Cody P Schafer
-1
/
+1
2014-11-03
rustc: Default to static linking dylibs
Alex Crichton
-4
/
+4
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
[next]