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
*
Remove obsolete Makefiles.
Graydon Hoare
2011-03-24
1
-985
/
+0
*
Support for 'float' in type signatures.
Lindsey Kuper
2011-03-23
1
-1
/
+2
*
Further support for floating-point. Literals with exponents work
Tim Chevalier
2011-03-22
1
-1
/
+2
*
Add a test case for empty mutable vector literals, XFAIL'd in rustboot
Patrick Walton
2011-03-22
1
-0
/
+1
*
Added test case for floats
Tim Chevalier
2011-03-22
1
-0
/
+5
*
Add a regression test for channels of nil, which happens to work in rustc, bu...
Brian Anderson
2011-03-22
1
-0
/
+1
*
Un-XFAIL task-comm-4, 5 & 6
Brian Anderson
2011-03-22
1
-3
/
+0
*
Repair some fallout from pcwalton's last few build changes.
Graydon Hoare
2011-03-21
1
-4
/
+4
*
rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.
Patrick Walton
2011-03-18
1
-0
/
+1
*
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
[next]