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
2017-02-06
Delete the `mk` folder
Alex Crichton
-297
/
+0
2017-01-23
build: Link to new build sys from Makefile.in
Jacob Wahlgren
-0
/
+4
2016-06-17
Fixed the `TAGS.rustc.emacs` and `TAGS.rustc.vi` make targets.
Felix S. Klock II
-1
/
+3
2016-06-07
Rollup merge of #34007 - flo-l:improve-hacking-docs, r=alexcrichton
Steve Klabnik
-0
/
+11
2016-06-05
add documentation on howto build just rustc without libstd to the build system
flo-l
-0
/
+11
2016-05-22
Makefile.in: dont use unnecessary escapes in echo
Georg Brandl
-2
/
+4
2016-05-11
Rollup merge of #33489 - GuillaumeGomez:howto, r=alexcrichton
Guillaume Gomez
-0
/
+20
2016-05-11
Add default rule for Makefile and make it displays some help.
Guillaume Gomez
-0
/
+20
2016-05-03
Makefile: there is only one tidy target now
Georg Brandl
-3
/
+2
2016-04-19
mk: Bootstrap from stable instead of snapshots
Alex Crichton
-7
/
+0
2016-02-25
mention debug-assertions
Manish Goregaokar
-0
/
+4
2016-01-21
mk: Remove all perf-related targets
Alex Crichton
-7
/
+0
2015-09-19
Fixed an apparent typo
Alex Gaynor
-1
/
+1
2015-06-29
Rollup merge of #26645 - richo:makefile-typo, r=sfackler
Manish Goregaokar
-1
/
+1
2015-06-28
mk: Fix a typo in the tips
Richo Healey
-1
/
+1
2015-06-28
Add tip to do partial compile.
Peter Elmers
-0
/
+1
2015-05-19
mk: Remove generation of .d files
Alex Crichton
-5
/
+0
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
[next]