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
Age
Commit message (
Expand
)
Author
Lines
2012-03-28
Override all non-default origins for CC/CXX/CPP, not just undefined.
Graydon Hoare
-6
/
+18
2012-03-28
Conditionalize CC / CXX / CPP to permit using other gcc versions.
Graydon Hoare
-6
/
+6
2012-03-28
Don't include config.stamp in dist tarball.
Graydon Hoare
-1
/
+2
2012-03-27
Prep docs before pdf.
Graydon Hoare
-3
/
+3
2012-03-26
Remove duplicate definition.
Graydon Hoare
-5
/
+1
2012-03-26
Tidy up doc make rules.
Graydon Hoare
-9
/
+8
2012-03-26
Disable some advanced (post glibc-2.3) libuv features when building snaps.
Graydon Hoare
-2
/
+12
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-14
/
+0
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-0
/
+14
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-14
/
+0
2012-03-23
Register snapshot, turn off USE_SNAPSHOT flags
Marijn Haverbeke
-2
/
+2
2012-03-23
Temporarily turn on USE_SNAPSHOT_RUNTIME and USE_SNAPSHOT_CORELIB
Marijn Haverbeke
-2
/
+2
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-14
/
+4
2012-03-22
update promotion rules to not fail when .dsym file does not exist
Niko Matsakis
-1
/
+8
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-2
/
+4
2012-03-21
Typo. No idea why local build worked.
Graydon Hoare
-2
/
+2
2012-03-21
Fix rt deps. Close #1449.
Graydon Hoare
-37
/
+14
2012-03-21
Remove incorrect uses of NVALGRIND, Close #1435.
Graydon Hoare
-4
/
+0
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-3
/
+7
2012-03-20
doc: Run language ref through prep.js
Brian Anderson
-3
/
+8
2012-03-20
test: Begin running the language ref examples. Mostly xfailed
Brian Anderson
-1
/
+31
2012-03-19
build: rm -f old tutorial snippets
Brian Anderson
-1
/
+1
2012-03-19
build: Delete old tutorial tests before regenerating. Closes #1991
Brian Anderson
-0
/
+1
2012-03-18
rt: Convert rust_task_list to a typedef
Brian Anderson
-2
/
+0
2012-03-16
build: Fix non-host libcore
Brian Anderson
-1
/
+3
2012-03-16
Register new snapshot
Marijn Haverbeke
-1
/
+1
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-1
/
+1
2012-03-16
make it possible to use snapshot core lib
Niko Matsakis
-17
/
+51
2012-03-15
This path could have spaces in it, so quote it
Daniel Brooks
-1
/
+1
2012-03-16
Remove dynastack support from runtime
Marijn Haverbeke
-2
/
+0
2012-03-16
Get rid of rust_crate_cache in the runtime
Marijn Haverbeke
-1
/
+0
2012-03-15
kill old serialization code
Niko Matsakis
-20
/
+0
2012-03-14
allow immut vars to be moved. enforce mut vars after stage0 in std.
Niko Matsakis
-1
/
+9
2012-03-14
annotate libstd and start enforcing mutability
Niko Matsakis
-1
/
+1
2012-03-12
rt: Change alignof to rust_alignof. Remove -Wno-c++11-compat. Closes #1644
Brian Anderson
-2
/
+1
2012-03-10
build: Make tutorial and lang ref depend on rust.css
Brian Anderson
-2
/
+2
2012-03-09
build: Switch from naturaldocs to rustdoc
Brian Anderson
-25
/
+17
2012-03-09
build: Fix some deps in tools.mk
Brian Anderson
-4
/
+4
2012-03-07
build libcore with --enforce-mut-vars
Niko Matsakis
-1
/
+1
2012-03-06
make inline enabled by default
Niko Matsakis
-1
/
+1
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-2
/
+2
2012-03-02
build: Add --enable-helgrind option
Brian Anderson
-2
/
+7
2012-02-28
missing build file update for parent commit
Jeff Olson
-1
/
+0
2012-02-28
rename aux to auxiliary, since aux is apparently reserved on windows
Niko Matsakis
-1
/
+1
2012-02-28
add ability to run multi-crate tests, run tests with --inline
Niko Matsakis
-1
/
+2
2012-02-24
retool serializer to be built by stage0 rustc
Niko Matsakis
-0
/
+2
2012-02-24
allow snapshot to be specified in make command line
Niko Matsakis
-1
/
+3
2012-02-24
Correct install.mk to use CFG_LIBDIR for correct install paths on windows.
Graydon Hoare
-2
/
+2
2012-02-21
python might be in a path with spaces in it, you never know
Daniel Brooks
-1
/
+1
2012-02-17
Fix dependencies of stage2 check-fast driver.
Graydon Hoare
-2
/
+2
[next]