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
/
Makefile.in
Age
Commit message (
Expand
)
Author
Lines
2015-04-17
Clarify comment
Tamir Duberstein
-1
/
+1
2015-04-10
mk: Add a printer helper to the make setup
Richo Healey
-0
/
+7
2015-03-20
Rollup merge of #23510 - lgvz:makefile, r=Manishearth
Manish Goregaokar
-5
/
+0
2015-03-19
RUST_TEST_TASKS -> RUST_TEST_THREADS
Steve Klabnik
-1
/
+1
2015-03-19
Remove dead link to wiki in Makefile comments
Tero Hänninen
-5
/
+0
2015-02-05
mk: Add tidy commands to 'make tips'
Brian Anderson
-0
/
+3
2015-01-12
Remove dead link from make tips
Steve Klabnik
-3
/
+2
2014-12-28
Fix incorrect link in Makefile.in documentation
Joseph Rushton Wakeling
-1
/
+1
2014-11-26
debuginfo: Add script that allows to conveniently start LLDB in "rust-mode"
Michael Woerister
-0
/
+2
2014-09-07
enable jemalloc debugging in unoptimized builds
Daniel Micay
-0
/
+1
2014-07-21
Shuffle around check-lexer conditions
Corey Richardson
-13
/
+1
2014-07-21
lexer tests: makefile/configure
Corey Richardson
-0
/
+13
2014-06-16
Update repo location
Brian Anderson
-2
/
+2
2014-05-15
mk: Don't run benchmarks with `make check`
Alex Crichton
-1
/
+1
2014-03-27
auto merge of #13142 : alexcrichton/rust/issue-13118, r=brson
bors
-2
/
+2
2014-03-25
Revert "Revert "mk: Run 'make install' through install.sh""
Brian Anderson
-6
/
+7
2014-03-25
mk: Use rwildcard to calculate dependent files
Alex Crichton
-2
/
+2
2014-02-18
mk: Talk about `make clean` in the build help
Virgile Andreani
-2
/
+6
2014-02-18
mk: Fix the regexp of SHOW_DOCS
Virgile Andreani
-2
/
+2
2014-02-15
mk: Base the windows dist target on prepare.mk
Brian Anderson
-0
/
+1
2014-02-15
mk: Add prepare.mk
Brian Anderson
-12
/
+19
2014-02-15
mk: Clean up conditions for including dist.mk
Brian Anderson
-3
/
+0
2014-02-14
mk: Address review feedback
Brian Anderson
-10
/
+22
2014-02-14
mk: Improve build system help commands
Brian Anderson
-34
/
+82
2014-02-14
mk: Add NO_MKFILE_DEPS for turning off rebuild from makefile changes
Brian Anderson
-0
/
+1
2014-02-14
mk: Move most of Makefile.in to .mk files
Brian Anderson
-471
/
+26
2014-02-14
mk: Remove the concept of 'snapshot transitions'
Brian Anderson
-14
/
+0
2014-02-14
mk: Add some serious documentation and 'make help'
Brian Anderson
-1
/
+54
2014-02-13
Register new snapshots
Alex Crichton
-6
/
+2
2014-02-11
Build compiler-rt and link it to all crates, similarly to morestack.
Vadim Chugunov
-1
/
+2
2014-02-10
Don't use -Z prefer-dynamic at stage0
Alex Crichton
-1
/
+2
2014-02-11
Makefile.in: --no-rpath => -C no-rpath
gifnksm
-3
/
+3
2014-02-10
Consolidate codegen-related compiler flags
Alex Crichton
-1
/
+1
2014-02-02
Remove VPATH usage in Makefiles
Alex Crichton
-3
/
+0
2014-02-02
Remove rustpkg.
Corey Richardson
-1
/
+0
2014-01-28
Fix a typo in disable rpaths
Alex Crichton
-1
/
+1
2014-01-26
auto merge of #11787 : alexcrichton/rust/refactor, r=brson
bors
-182
/
+29
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-26
Refactor the build system for easily adding crates
Alex Crichton
-182
/
+29
2014-01-24
auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestinger
bors
-1
/
+20
2014-01-24
Allow opting-out of rpath usage
Alex Crichton
-1
/
+20
2014-01-23
Build llvm-extract (needed by codegen tests)
Alex Crichton
-1
/
+1
2014-01-21
Remove no-debug-borrows from the makefiles
Alex Crichton
-5
/
+0
2014-01-16
auto merge of #11590 : vadimcn/rust/llvm-tools, r=alexcrichton
bors
-0
/
+3
2014-01-15
Only build LLVM tools Rust needs.
Vadim Chugunov
-0
/
+3
2014-01-15
Add a configure to disable libstd version injection
Alex Crichton
-0
/
+1
2014-01-14
Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE
Derek Guenther
-2
/
+2
2014-01-12
Bump version to 0.10-pre
Brian Anderson
-2
/
+2
2014-01-07
mk: Fix the naming of the windows installer harder
Brian Anderson
-0
/
+1
2014-01-07
Make CFG_LIBDIR configurable. Fixes #5223
Jan Niklas Hasse
-2
/
+3
[next]