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
/
rt.mk
Age
Commit message (
Expand
)
Author
Lines
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-18
/
+0
2015-06-27
mk: Add support for i686-pc-windows-msvc
Alex Crichton
-0
/
+19
2015-06-25
msvc: Implement runtime support for unwinding
Alex Crichton
-3
/
+6
2015-05-19
mk: Fix building compiler-rt on MSVC
Alex Crichton
-5
/
+19
2015-05-19
mk: Add build system support for cl.exe
Alex Crichton
-3
/
+3
2015-05-19
mk: Correct names of installed libs on windows
Alex Crichton
-6
/
+1
2015-04-28
test: Fix some tests to run with musl
Alex Crichton
-2
/
+2
2015-04-27
mk: Add support for musl-based builds
Alex Crichton
-1
/
+20
2015-04-08
configure: Add --enable-debug-jemalloc
Brian Anderson
-0
/
+4
2015-02-10
Remove duplicated configuration for android
Eunji Jeong
-3
/
+1
2015-01-20
Initial support for aarch64-linux-android
Eunji Jeong
-0
/
+2
2014-12-24
mk: Build jemalloc with -ffunction-sections
Alex Crichton
-1
/
+1
2014-12-22
Removed unused context-switching assembly code.
Maya Nitu
-3
/
+2
2014-11-20
mk/rt: use CFG_LLVM_TARGET instead of plain target when calling llc
Cody P Schafer
-1
/
+1
2014-11-17
mk/rt/jemalloc: pass CFG_GCCISH_CFLAGS inside CC instead of passing CFG_CFLAG...
Cody P Schafer
-2
/
+2
2014-11-04
Implement flexible target specification
Corey Richardson
-1
/
+1
2014-10-20
mk/rt: "export CC" does not seem to work (gcc observed), use explicit shell v...
Cody P Schafer
-6
/
+5
2014-10-02
remove the uv_support code
Daniel Micay
-2
/
+1
2014-10-01
Remove libuv, gyp
Aaron Turon
-136
/
+1
2014-09-22
Copy GYP environment variables on iOS
Matt Coffin
-0
/
+3
2014-09-22
Ensure that compiler environment is passed to gyp
Matt Coffin
-0
/
+3
2014-09-14
mk: Don't depend on src/jemalloc/VERSION
Alex Crichton
-0
/
+4
2014-09-07
enable jemalloc debugging in unoptimized builds
Daniel Micay
-1
/
+1
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-1
/
+5
2014-07-23
mk: Remove extra whitespace before line continuation backslashes
Birunthan Mohanathas
-3
/
+3
2014-06-16
alloc: Allow disabling jemalloc
Alex Crichton
-0
/
+6
2014-06-16
Potential fix for Win32 build
Valerii Hiora
-1
/
+0
2014-06-12
Platform configuration
Valerii Hiora
-6
/
+43
2014-06-12
mk: Allow using a locally compiled libuv.a
Alex Crichton
-8
/
+19
2014-06-12
mk: Allow usage of a local jemalloc install
Alex Crichton
-2
/
+16
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-4
/
+5
2014-06-05
mk: Move rust_test_helpers out of libstd
Alex Crichton
-2
/
+3
2014-05-15
mk: Don't build jemalloc with -g3
Alex Crichton
-1
/
+1
2014-05-11
make sure jemalloc valgrind support is enabled
Daniel Micay
-0
/
+1
2014-05-11
pass correct CFLAGS for jemalloc
Daniel Micay
-1
/
+1
2014-05-10
add back jemalloc to the tree
Daniel Micay
-4
/
+48
2014-05-03
rustdoc: Migrate from sundown to hoedown
Alex Crichton
-10
/
+11
2014-04-22
Upgrade compiler-rt
Vadim Chugunov
-2
/
+2
2014-03-27
mk: Always touch libuv.a
Brian Anderson
-0
/
+1
2014-03-13
Add basic backtrace functionality
Alex Crichton
-0
/
+67
2014-02-14
Add MKFILE_DEPS to compiler-rt target
Alex Crichton
-1
/
+1
2014-02-13
Remove two allocations from spawning a green task
Alex Crichton
-2
/
+3
2014-02-11
Build compiler-rt and link it to all crates, similarly to morestack.
Vadim Chugunov
-0
/
+31
2014-02-02
Remove VPATH usage in Makefiles
Alex Crichton
-3
/
+5
2014-01-26
Move extra::flate to libflate
Alex Crichton
-2
/
+2
2014-01-26
Refactor the build system for easily adding crates
Alex Crichton
-196
/
+122
2014-01-03
Fix ARM unwinding.
Vadim Chugunov
-1
/
+1
2013-12-26
Register new snapshots
Alex Crichton
-1
/
+0
2013-12-24
Stop using C++ exceptions for stack unwinding.
Vadim Chugunov
-10
/
+12
2013-12-22
uv: Suppress a warning by using an absolute path
Alex Crichton
-6
/
+17
[next]