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
/
mk
Age
Commit message (
Expand
)
Author
Lines
2011-06-29
Add fast-check target that combines the stage2 run-pass suite into a single e...
Graydon Hoare
-1
/
+35
2011-06-28
Actually notice xfail-stage2 as different from xfail-stage2. Fix affected tests.
Graydon Hoare
-2
/
+2
2011-06-28
Resurrecting the runtime unit tests, and modifying them so they compile under...
Eric Holk
-0
/
+6
2011-06-28
Renamed what's left of rust_dom to rust_scheduler
Eric Holk
-2
/
+2
2011-06-28
Removing runtime tests. The runtime is tested well enough by the standard lib...
Eric Holk
-6
/
+0
2011-06-28
Move glue.o to stageN/lib.
Rafael Ávila de Espíndola
-6
/
+15
2011-06-28
Bit more work on mingw cross. Pending on other changes now (test combination,...
Graydon Hoare
-26
/
+24
2011-06-28
More work on mingw cross build.
Graydon Hoare
-3
/
+4
2011-06-28
Silence texi2pdf during make
Graydon Hoare
-1
/
+1
2011-06-27
build: Remove --vex-iropt-level=0
Patrick Walton
-2
/
+1
2011-06-27
Some work on reviving the mingw-cross build. Not working yet.
Graydon Hoare
-2
/
+8
2011-06-27
Easy fix for using newer LLVMs: just use the MachOObjectFile.cpp they provide.
Rafael Ávila de Espíndola
-1
/
+1
2011-06-25
Fixes to speed and clean up makefiles.
Graydon Hoare
-77
/
+88
2011-06-23
Wrote swap_context in assembly. Closes #548. This also allows us to re-enable...
Eric Holk
-2
/
+2
2011-06-21
Setting rt optimization on OS X to -O0 when using clang, like we already do w...
Eric Holk
-1
/
+1
2011-06-20
Fix 'reformat' mk target to handle recent libdir changes.
Graydon Hoare
-1
/
+1
2011-06-20
Finish the transition to having the std library in stageN/lib.
Rafael Ávila de Espíndola
-4
/
+4
2011-06-17
Move creation of stageN/lib directories to the configure script
Brian Anderson
-4
/
+0
2011-06-17
Register new snapshots. Update location of stage0's libstd
Brian Anderson
-4
/
+5
2011-06-17
Fix library path when running tests.
Rafael Ávila de Espíndola
-2
/
+2
2011-06-17
Put std in stageN/lib. This avoids windows trying to load stageN/std.ll when
Rafael Ávila de Espíndola
-16
/
+19
2011-06-16
Add makefile rules to run compile-fail tests on .rc files
Brian Anderson
-0
/
+24
2011-06-16
Add support for marking files no-reformat.
Graydon Hoare
-2
/
+7
2011-06-16
StageN tests run against stageN libraries
Brian Anderson
-3
/
+3
2011-06-16
Fix missing dependencies on intrinsics.bc.
Rafael Ávila de Espíndola
-5
/
+5
2011-06-16
Add missing dependencies, stageN/glue.o gets linked into the stageN/libstd.so.
Rafael Ávila de Espíndola
-3
/
+3
2011-06-16
More driver related cleanups.
Rafael Ávila de Espíndola
-34
/
+15
2011-06-16
Get rid of old vec_append glue.
Michael Sullivan
-1
/
+1
2011-06-16
Switch to using the rustc driver in the bootstrap process.
Rafael Ávila de Espíndola
-79
/
+23
2011-06-15
Add support for producing shared libraries directly in the rust driver.
Rafael Ávila de Espíndola
-8
/
+3
2011-06-15
Add tests to 'make reformat' target.
Graydon Hoare
-1
/
+3
2011-06-14
Use correct GCC flags variable in fuzzer.mk
Brian Anderson
-1
/
+1
2011-06-14
Fix compiling the fuzzer.
Erick Tryzelaar
-1
/
+1
2011-06-14
Apply the makefile changes again, this time fixin the driver to not produce a
Rafael Ávila de Espíndola
-17
/
+6
2011-06-14
Revert part of my last change while I figure out why windows doesn't like it.
Rafael Ávila de Espíndola
-6
/
+17
2011-06-14
Move a bit more to use the driver.
Rafael Ávila de Espíndola
-27
/
+12
2011-06-14
Revive 'make reformat' target.
Graydon Hoare
-1
/
+1
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-5
/
+8
2011-06-13
Use the driver to build stage3. This worked on all 3 platforms for me,
Rafael Ávila de Espíndola
-8
/
+3
2011-06-13
Bug fix for last commit, of course.
Graydon Hoare
-1
/
+1
2011-06-13
Handle missing git in build env.
Graydon Hoare
-2
/
+3
2011-06-08
Use main.o directly now that stage0 is ok with it.
Rafael Ávila de Espíndola
-11
/
+6
2011-06-07
Don't put a copy of main (the C one) in each binary we produce. This is a step
Rafael Ávila de Espíndola
-7
/
+21
2011-06-01
make 'reformat' do libstd as well.
Graydon Hoare
-2
/
+5
2011-06-01
Add a 'make reformat' rule.
Graydon Hoare
-0
/
+7
2011-05-31
Move rust_vec_append_glue to rt.
Rafael Ávila de Espíndola
-1
/
+1
2011-05-27
Don't fiddle with RUST_LOG in the Makefiles
Brian Anderson
-5
/
+0
2011-05-26
More delicious dead code removal from runtime, upcalls.
Graydon Hoare
-3
/
+0
2011-05-24
test: Fix run-fail testing and bring tests up to date
Brian Anderson
-2
/
+2
2011-05-24
There is only one yield glue.
Rafael Ávila de Espíndola
-1
/
+1
[prev]
[next]