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
2013-11-29
Statically link librustrt to libstd
Alex Crichton
-1
/
+1
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-36
/
+31
2013-11-08
Update various tests and libraries that were incorrectly
Niko Matsakis
-0
/
+1
2013-11-03
Rename files to match current recommendations.
Chris Morgan
-5
/
+5
2013-11-02
auto merge of #10199 : alexcrichton/rust/no-propagate, r=brson
bors
-1
/
+1
2013-11-02
Statically link libuv to librustuv
Alex Crichton
-1
/
+1
2013-11-02
auto merge of #10229 : brson/rust/warnings, r=thestinger
bors
-3
/
+3
2013-11-01
Fix installation with DESTDIR
Brian Anderson
-6
/
+0
2013-11-01
Use consistent capitalization in makefile errors
Brian Anderson
-3
/
+3
2013-10-29
support for GNU configure syntax
Heather
-33
/
+33
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-2
/
+21
2013-10-18
auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonw
bors
-1
/
+1
2013-10-18
Remove the fmt! syntax extension
Alex Crichton
-1
/
+1
2013-10-17
rm rusti from `Makefile.in`
Daniel Micay
-1
/
+0
2013-10-16
remove the rusti command
Daniel Micay
-6
/
+1
2013-10-10
rust / build: Remove the `rust` tool
Tim Chevalier
-6
/
+0
2013-10-09
Makefile: Get git revision correctly on Windows
klutzy
-4
/
+10
2013-09-30
Prevent leakage of fmt! into the compiler
Alex Crichton
-1
/
+1
2013-09-28
auto merge of #9542 : pnkfelix/rust/fsk-fix-issue-9531, r=thestinger
bors
-0
/
+4
2013-09-26
Update version numbers to 0.9-pre
Brian Anderson
-2
/
+2
2013-09-26
Fix for make -j race from #9531 injected by cleanup in b1a22518f0c687db.
Felix S. Klock II
-0
/
+4
2013-09-22
auto merge of #9385 : alexcrichton/rust/actually-ndebug, r=pnkfelix
bors
-4
/
+5
2013-09-22
Actually default rustc to have debug! output
Alex Crichton
-4
/
+5
2013-09-22
rustdoc: Out with the old, in with the new
Alex Crichton
-6
/
+0
2013-09-21
Update version numbers to 0.8
Brian Anderson
-1
/
+1
2013-09-20
Invert --cfg debug to --cfg ndebug
Alex Crichton
-1
/
+1
2013-09-16
Add the rustdoc_ng binary to the makefile rules
Alex Crichton
-0
/
+1
2013-09-16
Add rustdoc_ng
Corey Richardson
-0
/
+5
2013-09-03
Move the llvm auto-clean stamp into $target/llvm
Alex Crichton
-10
/
+1
2013-08-23
Define cfg(rtopt) when optimizing. Turn off runtime sanity checks
Brian Anderson
-1
/
+2
2013-08-04
libsyntax/ext/deriving/cmp/* was ignored by the build system.
Huon Wilson
-1
/
+1
2013-07-19
PR #7637 followup: no need to print the set of removed files twice.
Felix S. Klock II
-1
/
+1
2013-07-10
auto merge of #7637 : pnkfelix/rust/fsk-guard-against-stale-libraries-issue32...
bors
-0
/
+33
2013-07-09
Fix #3225: Incorporate feedback from Graydon.
Felix S. Klock II
-6
/
+12
2013-07-08
Bump version numbers to 0.8-pre
Brian Anderson
-2
/
+2
2013-07-07
Fix #3225: Check for old Rust libraries when building and installing.
Felix S. Klock II
-0
/
+27
2013-06-30
Bump version from 0.7-pre to 0.7
Brian Anderson
-1
/
+1
2013-06-29
auto merge of #7442 : graydon/rust/clean-llvm-trigger, r=brson
bors
-1
/
+10
2013-06-27
mk: Make windows installer work with -pre versions
Brian Anderson
-0
/
+4
2013-06-27
mk: add mechanisms for triggering clean-llvm builds from commits
Graydon Hoare
-1
/
+10
2013-06-26
Update version number to 0.7-pre.
Brian Anderson
-1
/
+1
2013-06-25
Rename all files with the 'rc' extension
Alex Crichton
-8
/
+8
2013-06-16
correct ASM_COMMENTS Makefile option
Niko Matsakis
-1
/
+1
2013-06-15
Remove the fuzzer
Brian Anderson
-6
/
+0
2013-06-05
Makefile.in: simplify logic for CFG_VER_HASH
Ramkumar Ramachandra
-2
/
+1
2013-05-29
Refactor optimization pass handling.
James Miller
-1
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-2
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-26
/
+26
2013-05-22
librustc: Disable borrow check debugging even when rustc is compiled with -O0.
Patrick Walton
-0
/
+4
2013-05-08
Add #[cfg(debug)] flag to rust suite compilation. Closes #3068
Zack Corr
-1
/
+1
[next]