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
/
src
/
Makefile
Age
Commit message (
Expand
)
Author
Lines
2011-03-08
rustc: Re-XFAIL rec-extend.rs. The typechecker never assigned the path expr a...
Patrick Walton
-0
/
+1
2011-03-08
Revert "Move the glue asm code to a .o file. This reduces how much asm we print"
Graydon Hoare
-19
/
+4
2011-03-08
Move the glue asm code to a .o file. This reduces how much asm we print
Rafael Ávila de Espíndola
-4
/
+19
2011-03-07
rustc: Cast dynamically-sized tags in iter_structural_ty_full() to opaque tag...
Patrick Walton
-1
/
+0
2011-03-07
rustc: Cast the LLVM representations of tag types when constructing boxes. Un...
Patrick Walton
-1
/
+0
2011-03-07
rustc: Truncate or zero-extend indexes appropriately. Un-XFAIL integral-index...
Patrick Walton
-1
/
+0
2011-03-07
Modernize test/run-pass/generic-recursive-tag.rs. Un-XFAIL it in rustboot.
Patrick Walton
-1
/
+0
2011-03-07
Un-XFAIL 5 more tests that pass lately.
Graydon Hoare
-5
/
+0
2011-03-07
rustc: Un-XFAIL box-unbox.rs
Patrick Walton
-1
/
+0
2011-03-07
Un-XFAIL str-concat.rs.
Graydon Hoare
-1
/
+0
2011-03-04
rustc: Use copy_ty() when initializing N-ary tag variants. Un-XFAIL generic-t...
Patrick Walton
-2
/
+1
2011-03-04
Build empty wrappers. This lets us compile hello world, but so far it
Rafael Ávila de Espíndola
-1
/
+0
2011-03-03
Rewrite rustboot's flow-graph wiring passes to be less awful. Add test for ne...
Graydon Hoare
-0
/
+1
2011-03-03
Turn on Valgrind for Mac
Patrick Walton
-14
/
+7
2011-03-01
Implement structured compare for rec, tup, tag. Un-XFAIL structured-compare.rs.
Graydon Hoare
-1
/
+0
2011-02-28
Declare wrappers to the native functions and use those to create
Rafael Ávila de Espíndola
-0
/
+1
2011-02-25
Disable test that is failing on valgrind.
Rafael Ávila de Espíndola
-1
/
+2
2011-02-24
rustc: Perform type parameter substitutions when emitting glue for generic ta...
Patrick Walton
-1
/
+0
2011-02-24
Cast more aggressively to the callee type when calling generic functions. Add...
Patrick Walton
-0
/
+1
2011-02-24
Revert "Cast more aggressively to the callee type when calling generic functi...
Patrick Walton
-1
/
+0
2011-02-24
Cast more aggressively to the callee type when calling generic functions. Add...
Patrick Walton
-0
/
+1
2011-02-24
Restore working rustc run-pass tests
Brian Anderson
-1
/
+1
2011-02-23
Invert test/run-pass/ for rustc
Patrick Walton
-113
/
+104
2011-02-23
Implement type descriptor binding. Un-XFAIL test/run-pass/generic-bind.rs.
Patrick Walton
-0
/
+1
2011-02-22
Teach rustc about reserved keywords
Brian Anderson
-0
/
+7
2011-02-22
Un-XFAIL argv.rs and command-line-args.rs.
Graydon Hoare
-0
/
+2
2011-02-21
Find main functions buried within modules. Un-XFAIL import.rs.
Graydon Hoare
-0
/
+1
2011-02-18
Implement expr_put. Un-XFAIL foreach-simple.rs; iters w/o env access work.
Graydon Hoare
-0
/
+1
2011-02-16
Un-XFAIL mutable-vec-drop.rs.
Graydon Hoare
-0
/
+1
2011-02-16
Add a more specialized decl_native_fn_and_pair. Native functions now have
Rafael Avila de Espindola
-0
/
+1
2011-02-16
Add missing case to ty_to_str.
Rafael Avila de Espindola
-1
/
+0
2011-02-15
Translate record extension.
Graydon Hoare
-0
/
+1
2011-02-15
Handle record update in typeck.
Graydon Hoare
-0
/
+1
2011-02-14
Add support for unsigned binops. Closes #57
Brian Anderson
-0
/
+2
2011-02-10
Translate pat_lit, un-XFAIL alt-pattern-lit.rs for rustc.
Graydon Hoare
-0
/
+1
2011-02-10
Fix bug in trans_field, un-XFAIL two more tests.
Graydon Hoare
-0
/
+2
2011-02-10
Un-XFAIL generic-derived-type.rs.
Graydon Hoare
-0
/
+1
2011-02-10
Add compile-fail tests for tail calls
Brian Anderson
-0
/
+3
2011-02-10
Parse 'be' statement. Pass tailcall tests. No actual tailcalls yet.
Brian Anderson
-0
/
+3
2011-02-09
Fix bug in test and un-XFAIL 4 tests now passing on rustc.
Graydon Hoare
-0
/
+4
2011-02-09
Add FreeBSD support in the Makefile
Rob Arnold
-0
/
+20
2011-02-09
Elide passed-typarams when tydescs are captured. Un-XFAIL generic-obj.rs.
Graydon Hoare
-0
/
+1
2011-02-01
Add very minimal support for native modules. For now they must be empty.
Rafael Ávila de Espíndola
-0
/
+1
2011-02-01
Implement 'else if'
Graydon Hoare
-0
/
+1
2011-01-31
Re-XFAIL those tests enabled by commit a2789363e107114fdc0ff45a208ae67a56bce73a.
Graydon Hoare
-2
/
+17
2011-01-31
Un-XFAIL some compile-fail tests
Brian Anderson
-0
/
+7
2011-01-30
Reenable xfailed tests for rustboot that pass with trivial or no modifications
Brian Anderson
-17
/
+2
2011-01-28
Pass --error-exitcode=1 to valgrind in Makefile; XFAIL test that was memcheck...
Graydon Hoare
-1
/
+1
2011-01-28
Correctly handle "import foo = bar.zed;".
Rafael Ávila de Espíndola
-0
/
+1
2011-01-27
Un-XFAIL 3 tests that started working recently.
Graydon Hoare
-0
/
+3
[prev]
[next]