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
/
Makefile.in
Age
Commit message (
Expand
)
Author
Lines
2012-07-11
Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi...
Graydon Hoare
-4
/
+8
2012-07-11
Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory.
Graydon Hoare
-8
/
+4
2012-07-10
0.2 -> 0.3
Brian Anderson
-1
/
+1
2012-07-02
configure: Don't turn on rustc's -g with --enable-debug
Brian Anderson
-1
/
+1
2012-06-27
Add per-stage RUSTFLAGS environment variables, RUSTFLAGS_STAGEN
Brian Anderson
-2
/
+5
2012-06-14
Update the build system to handle dependency on header files. Closes #2547.
Michael Sullivan
-0
/
+9
2012-06-06
build: Build crates with --cfg stageN. Use #[cfg(stageN)]
Brian Anderson
-0
/
+2
2012-06-05
Switch "make all" to build stage2 versions of fuzzer, cargo, and rustdoc
Erick Tryzelaar
-3
/
+3
2012-06-01
Revert "build: Don't need to build the runtime before starting on core"
Brian Anderson
-1
/
+1
2012-06-01
build: Don't need to build the runtime before starting on core
Brian Anderson
-1
/
+1
2012-06-01
build: Remove debug/ndebug cfg. Unused
Brian Anderson
-2
/
+1
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-6
/
+6
2012-05-19
build: pass RUSTFLAGS to the compiler
Brian Anderson
-1
/
+1
2012-05-19
fix up handling of &x where x is an arg or &self (for now at least).
Niko Matsakis
-1
/
+1
2012-05-18
use -Z to distinguish internal debugging options
Niko Matsakis
-5
/
+2
2012-04-11
Fix up LIBRUSTSYNTAX_INPUTS and tidy rule.
Graydon Hoare
-1
/
+1
2012-04-04
Remove autodep.mk, it's not being used.
Graydon Hoare
-1
/
+0
2012-03-29
build: Add --enable-debug configure option
Brian Anderson
-5
/
+15
2012-03-29
build: Introduce rustsyntax crate
Brian Anderson
-0
/
+7
2012-03-26
Move config.stamp touch to configure script.
Graydon Hoare
-1
/
+0
2012-03-26
Only mention non-host triples if they exist.
Graydon Hoare
-0
/
+3
2012-03-26
Be more careful with CFG_{SRC,BUILD}_DIR ending in slash.
Graydon Hoare
-18
/
+18
2012-03-26
Reconfigure less often, and tidy up MKFILE_DEPS.
Graydon Hoare
-15
/
+11
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-1
/
+0
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-0
/
+1
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-1
/
+0
2012-03-22
Bump version numbers to 0.2
Brian Anderson
-1
/
+1
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-0
/
+3
2012-03-15
kill old serialization code
Niko Matsakis
-6
/
+1
2012-03-07
add option to build enforcing mutability
Niko Matsakis
-0
/
+3
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-4
/
+4
2012-02-28
change def's that are always local to use node_id, add --inline opt
Niko Matsakis
-5
/
+6
2012-02-10
use absolute names when pretty-printing types
Niko Matsakis
-2
/
+5
2012-02-10
put serializer into the build and encode full item paths
Niko Matsakis
-0
/
+1
2012-01-26
Merge pull request #1669 from graydon/inno-setup
Graydon Hoare
-1
/
+1
2012-01-26
change the order of llvm include path
Jyun-Yan You
-1
/
+3
2012-01-25
Add Inno Setup installer script rather than NSIS
unknown
-1
/
+1
2012-01-20
Merge pull request #1583 from killerswan/ubuntu_ppa
Graydon Hoare
-0
/
+6
2012-01-20
Bump release number to 0.2pre to avoid clobbering 0.1 artifacts in future.
Graydon Hoare
-1
/
+1
2012-01-20
Add support for DESTDIR to "make install"
Kevin Cantu
-0
/
+6
2012-01-19
Set release string to 0.1.
Graydon Hoare
-1
/
+1
2012-01-18
Refactor the doc building rules a bit, sensitize them to the presence or abse...
Graydon Hoare
-35
/
+2
2012-01-17
Rename some readmes and fix some dist logic.
Graydon Hoare
-1
/
+3
2012-01-17
build the tutorial if node.js is available
Grahame Bowland
-0
/
+6
2012-01-16
build: Stop building stage3 on normal test cycles
Haitao Li
-1
/
+1
2012-01-15
Register snapshots
Brian Anderson
-9
/
+0
2012-01-14
build: Build libraries in the bin directory on win32
Brian Anderson
-0
/
+10
2012-01-12
Revert "build: Build libraries in the bin directory on win32"
Brian Anderson
-10
/
+0
2012-01-12
Revert "Register snapshots"
Brian Anderson
-0
/
+9
2012-01-12
Merge remote-tracking branch 'brson/win32'
Brian Anderson
-2
/
+3
[next]