| Age | Commit message (Expand) | Author | Lines |
| 2012-04-26 | rt: Fix shape alignment of 64-bit ints on x86. Issue #2303 | Brian Anderson | -0/+45 |
| 2012-04-26 | Add check for path-statements, close #400. | Graydon Hoare | -0/+6 |
| 2012-04-26 | Lowercase warning message. | Graydon Hoare | -1/+1 |
| 2012-04-25 | lots of work to make iface/impls parameterized by regions | Niko Matsakis | -9/+160 |
| 2012-04-25 | More slice use in vec, io, str, ebml, metadata encoder and decoder. | Graydon Hoare | -1/+1 |
| 2012-04-25 | test: Fix run-pass/enum-mach-type-compat on x86 | Brian Anderson | -0/+12 |
| 2012-04-25 | test: Fix and un-xfail run-pass/use | Brian Anderson | -11/+8 |
| 2012-04-25 | test: Remove run-pass/user.rs. Old test for unimplemented feature | Brian Anderson | -15/+0 |
| 2012-04-25 | rustc: Use LLVM named structs for enum types | Brian Anderson | -0/+22 |
| 2012-04-25 | typeck: Take more care to pass down expected types | Marijn Haverbeke | -0/+12 |
| 2012-04-25 | Rewrite exhaustiveness checker | Marijn Haverbeke | -9/+20 |
| 2012-04-24 | syntax: Make 'true' and 'false' bad words | Brian Anderson | -0/+4 |
| 2012-04-24 | Workarounds for bug #2280: add some temporaries for borrowing. | Graydon Hoare | -1/+4 |
| 2012-04-24 | rustc: Fix type_need_unwind_cleanup. Closes #2272 | Brian Anderson | -9/+12 |
| 2012-04-24 | build: Don't require full target libs to run compiletest tests | Brian Anderson | -28/+25 |
| 2012-04-24 | Add a cross-crate test for casting classes to ifaces | Tim Chevalier | -0/+48 |
| 2012-04-23 | Allow classes to be cast to ifaces that are in the same crate | Tim Chevalier | -2/+273 |
| 2012-04-23 | encode the borrowing table, add a simple cross-crate borrowing test | Niko Matsakis | -0/+15 |
| 2012-04-23 | Various regions fixes. | Niko Matsakis | -0/+53 |
| 2012-04-23 | Guard against infinitely expanding generic/inline functions | Marijn Haverbeke | -0/+30 |
| 2012-04-23 | Emit a more useful error when using an unsuitable function for a loop | Marijn Haverbeke | -1/+5 |
| 2012-04-23 | Move map iface over to more `for`-friendly iteration methods | Marijn Haverbeke | -3/+3 |
| 2012-04-23 | Fix long line in test | Marijn Haverbeke | -2/+3 |
| 2012-04-23 | Fix broken determination of external method type param count | Marijn Haverbeke | -0/+9 |
| 2012-04-21 | syntax: Eliminate 'mutable' keyword. Closes #2254 | Brian Anderson | -7/+7 |
| 2012-04-20 | Print out return type correctly in typestate error message | Tim Chevalier | -0/+5 |
| 2012-04-20 | Get borrowing working on fixed evecs. | Graydon Hoare | -0/+9 |
| 2012-04-20 | Add new syntax for patterns that match the head constructor only | Tim Chevalier | -0/+21 |
| 2012-04-19 | update syntax to include a slash | Niko Matsakis | -15/+15 |
| 2012-04-19 | make nominal types optionally parameterized by a self region. | Niko Matsakis | -7/+108 |
| 2012-04-19 | correct universally_quantify to use structure_of, and introduce a test for this | Niko Matsakis | -9/+11 |
| 2012-04-19 | Test for issue #1899. It works now. | Niko Matsakis | -2/+2 |
| 2012-04-19 | Fix for #1989, #1469: when marking in CC, walk fn@ box like other boxes | Niko Matsakis | -0/+24 |
| 2012-04-19 | Add a lint pass to check for while true { ... } loops | Tim Chevalier | -0/+8 |
| 2012-04-19 | Get evec slices and unique-evec slice-borrowing working. | Graydon Hoare | -3/+24 |
| 2012-04-19 | Disallow rebinding / matching against consts in alts | Tim Chevalier | -0/+14 |
| 2012-04-19 | Get fixed-size evecs working. | Graydon Hoare | -0/+16 |
| 2012-04-19 | core: Move set_exit_status from sys to os | Brian Anderson | -3/+3 |
| 2012-04-18 | Fix [] on str to exclude the trailing null. | Graydon Hoare | -10/+1 |
| 2012-04-18 | syntax: Put the main parser interface in mod parse | Brian Anderson | -7/+7 |
| 2012-04-17 | Implement slice-borrowing on estr-uniq and str values. | Graydon Hoare | -0/+9 |
| 2012-04-17 | new debug flag, new test | Niko Matsakis | -0/+41 |
| 2012-04-17 | repair LUB/GLB of free/scope regions, and enable test | Niko Matsakis | -6/+4 |
| 2012-04-16 | rewrite region resolution so it takes place in typeck | Niko Matsakis | -0/+15 |
| 2012-04-16 | Get explicit unique estrs working. | Graydon Hoare | -1/+5 |
| 2012-04-16 | test: Add xfailed test for #2196 | Brian Anderson | -0/+30 |
| 2012-04-16 | rustc: -L also indicates the location of native libraries | Brian Anderson | -0/+14 |
| 2012-04-15 | Forbid deinitializing upvars in typestate | Tim Chevalier | -0/+7 |
| 2012-04-14 | implement evec/estr subtyping/lub/glb/etc | Niko Matsakis | -0/+60 |
| 2012-04-14 | test: Simulate abstract methods with template modules | Brian Anderson | -0/+74 |