index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
rustc: Add str_from_cstr() and str_from_buf() functions to the standard libra...
Patrick Walton
2011-03-16
1
-0
/
+1
*
Disable built-in rules in makefile, speed up win32 build.
Graydon Hoare
2011-03-16
1
-0
/
+10
*
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
2011-03-16
1
-1
/
+0
*
rustc: Add support for LLVM memory buffer creation via a wrapper function
Patrick Walton
2011-03-15
1
-1
/
+2
*
Improve depfile generation for rustc.
Graydon Hoare
2011-03-15
1
-2
/
+5
*
Fix ld flag order for fussy win32 linker.
Graydon Hoare
2011-03-15
1
-2
/
+2
*
llvmext: Add Mach-O object file reading support to LLVM's BFD workalike
Patrick Walton
2011-03-14
1
-1
/
+1
*
Bump LLVM version strings to 3.0svn, we're effectively tied to it now anyways.
Graydon Hoare
2011-03-14
1
-1
/
+1
*
Add fannkuchredux shootout benchmark
Brian Anderson
2011-03-14
1
-0
/
+1
*
Rename binary trees benchmark to match the original shootout source
Brian Anderson
2011-03-14
1
-1
/
+1
*
Implement the rest of the binary trees shootout benchmark
Brian Anderson
2011-03-14
1
-0
/
+1
*
Add 99-bottles benchmarks to testsuite
Brian Anderson
2011-03-14
1
-5
/
+11
*
Integrate shootout benchmarks into testsuite
Brian Anderson
2011-03-14
1
-3
/
+12
*
Reorganize makefile targets
Brian Anderson
2011-03-14
1
-21
/
+8
*
Add functionality for running external programs to the std lib
Marijn Haverbeke
2011-03-14
1
-0
/
+1
*
Add llvmext/include to the list of include directories to hopefully put out t...
Patrick Walton
2011-03-11
1
-1
/
+1
*
Rename libsupport to librustllvm
Patrick Walton
2011-03-11
1
-8
/
+8
*
rustc: Add a binding to LLVM's object file reader. Until it's sent upstream, ...
Patrick Walton
2011-03-11
1
-3
/
+31
*
Include glob in crate depfile deps, to handle file-add events with cached dep...
Graydon Hoare
2011-03-11
1
-1
/
+7
*
Remove redundant entry from Makefile
Graydon Hoare
2011-03-11
1
-1
/
+0
*
Re-XFAIL size-and-align.rs to put out burning tinderbox
Patrick Walton
2011-03-11
1
-0
/
+1
*
rustc: Load structural loop variables in iterators. Un-XFAIL foreach-put-stru...
Patrick Walton
2011-03-11
1
-1
/
+0
*
rustc: Un-XFAIL test/run-pass/foreach-simple-outer-slot.rs
Patrick Walton
2011-03-11
1
-1
/
+0
*
Switch rustboot from element-wise copying to take+drop+memcpy. Un-XFAIL size-...
Graydon Hoare
2011-03-11
1
-1
/
+0
*
rustc: Un-XFAIL generic-iter-frame.rs
Patrick Walton
2011-03-11
1
-1
/
+0
*
Un-XFAIL test/run-pass/foreach-nested.rs and test/run-pass/foreach-nested-2.rs
Patrick Walton
2011-03-11
1
-2
/
+0
*
rustc: Populate the upvar environment when calling iterator bodies. Un-XFAIL ...
Patrick Walton
2011-03-11
1
-1
/
+0
*
Help extinguish fires.
Graydon Hoare
2011-03-10
1
-1
/
+1
*
Move the glue code to a .o file. This reduces how much asm we print
Graydon Hoare
2011-03-10
1
-14
/
+15
*
rustc: Use the generic info from the item in bind thunks just as calls do. Un...
Patrick Walton
2011-03-10
1
-1
/
+0
*
rustc: Fix off-by-one error and logic error regarding type parameters in the ...
Patrick Walton
2011-03-10
1
-1
/
+0
*
Add failing test for tag-leaking case.
Graydon Hoare
2011-03-10
1
-0
/
+1
*
rustc: Run cleanups on while expressions' condition blocks. Un-XFAIL while-pr...
Patrick Walton
2011-03-10
1
-1
/
+0
*
Implement deep structural comparison through boxes and sequences.
Graydon Hoare
2011-03-09
1
-0
/
+2
*
Un-XFAIL a couple export-related tests.
Graydon Hoare
2011-03-09
1
-2
/
+0
*
rustc: Have tag patterns use the type parameter information from the typechec...
Patrick Walton
2011-03-09
1
-1
/
+0
*
rustc: Make tag pattern translation generic-aware. Un-XFAIL generic-tag-alt.rs.
Patrick Walton
2011-03-09
1
-1
/
+0
*
rustc: Typecheck the base part of record extension expressions. Un-XFAIL rec-...
Patrick Walton
2011-03-08
1
-1
/
+0
*
Un-XFAIL obj-return-polytypes.rs
Graydon Hoare
2011-03-08
1
-1
/
+0
*
rustc: Have trans get the type parameters from the annotation instead of tryi...
Patrick Walton
2011-03-08
1
-1
/
+0
*
Fix generic-bind support for bound aliases and generics.
Graydon Hoare
2011-03-08
1
-0
/
+1
*
rustc: Re-XFAIL rec-extend.rs. The typechecker never assigned the path expr a...
Patrick Walton
2011-03-08
1
-0
/
+1
*
Revert "Move the glue asm code to a .o file. This reduces how much asm we print"
Graydon Hoare
2011-03-08
1
-19
/
+4
*
Move the glue asm code to a .o file. This reduces how much asm we print
Rafael Ávila de Espíndola
2011-03-08
1
-4
/
+19
*
rustc: Cast dynamically-sized tags in iter_structural_ty_full() to opaque tag...
Patrick Walton
2011-03-07
1
-1
/
+0
*
rustc: Cast the LLVM representations of tag types when constructing boxes. Un...
Patrick Walton
2011-03-07
1
-1
/
+0
*
rustc: Truncate or zero-extend indexes appropriately. Un-XFAIL integral-index...
Patrick Walton
2011-03-07
1
-1
/
+0
*
Modernize test/run-pass/generic-recursive-tag.rs. Un-XFAIL it in rustboot.
Patrick Walton
2011-03-07
1
-1
/
+0
*
Un-XFAIL 5 more tests that pass lately.
Graydon Hoare
2011-03-07
1
-5
/
+0
*
rustc: Un-XFAIL box-unbox.rs
Patrick Walton
2011-03-07
1
-1
/
+0
[next]