| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-05 | Arc requires send trait (issue #2788) | Eric Holk | -1/+1 | |
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -6/+6 | |
| 2012-07-03 | test: Make run-fail/zip-different-lengths not rely on resolve bugs | Patrick Walton | -1/+1 | |
| 2012-07-03 | core: Convert iter::repeat to the for protocol | Brian Anderson | -1/+1 | |
| 2012-07-03 | Change crust -> extern. | Graydon Hoare | -1/+1 | |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -2/+2 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -24/+24 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -21/+21 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -31/+31 | |
| 2012-06-28 | Make a bunch of tests stop using the deprecated vector syntax. | Michael Sullivan | -3/+3 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -28/+28 | |
| 2012-06-21 | Move vector addition out of trans and into libcore. | Eric Holk | -2/+2 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -1/+2 | |
| 2012-06-19 | Moved arc to libcore and added an arc that allows shared mutable state ↵ | Eric Holk | -3/+0 | |
| through mutual exclusion. | ||||
| 2012-06-18 | Fix a failing test. | Michael Sullivan | -2/+2 | |
| 2012-06-16 | Revert "Moved arc to libstd and added an arc that allows shared mutable ↵ | Tim Chevalier | -0/+3 | |
| state through mutual exclusion." This reverts commit 015527b0cee0bc5cfaac8dd610035a0c1b2f8ea6. | ||||
| 2012-06-15 | Moved arc to libstd and added an arc that allows shared mutable state ↵ | Eric Holk | -3/+0 | |
| through mutual exclusion. | ||||
| 2012-06-14 | Add zero check/fail paths on div/mod paths. Close #944. | Graydon Hoare | -0/+10 | |
| 2012-06-06 | Add some testcases for bug #2470. | Graydon Hoare | -0/+69 | |
| 2012-06-06 | Fix tests to avoid empty classes | Tim Chevalier | -8/+12 | |
| 2012-06-05 | Port remaining run-fail tests to use classes instead of resources | Tim Chevalier | -25/+47 | |
| 2012-06-03 | test: Add a test that logs are truncated with ellipses | Brian Anderson | -0/+64 | |
| 2012-05-30 | test: Add an error pattern to small-negative-indexing | Brian Anderson | -1/+1 | |
| 2012-05-30 | Add a test for that last bug. Oops. | Michael Sullivan | -0/+6 | |
| 2012-05-29 | modify shape code to only emit monomorphized enums (#2444) | Niko Matsakis | -0/+12 | |
| this is hacky, but shape code is going away anyway and I didn't want to invest too much effort into it | ||||
| 2012-05-26 | core: Make range follow the for loop protocol | Brian Anderson | -1/+1 | |
| 2012-05-10 | Remove `do ... while` loops from the tests and docs. | Paul Stansifer | -6/+6 | |
| 2012-04-30 | Stop inferring bot/static when types/regions are unconstrained. | Niko Matsakis | -16/+2 | |
| Also, some other changes that came up along the way: - add a 'blk' region for the current block. - detect unused type/region variables. | ||||
| 2012-04-25 | Rewrite exhaustiveness checker | Marijn Haverbeke | -1/+1 | |
| Issue #2111 | ||||
| 2012-04-24 | rustc: Fix type_need_unwind_cleanup. Closes #2272 | Brian Anderson | -0/+12 | |
| 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-12 | Add a run-fail test for result::get, get rid of a FIXME. Also some random ↵ | Tim Chevalier | -0/+4 | |
| other tests, mostly xfailed. | ||||
| 2012-04-12 | test: Add test for #1763 | Brian Anderson | -0/+14 | |
| 2012-04-09 | core: Make str::as_bytes handle failure. Closes #2156 | Brian Anderson | -0/+10 | |
| 2012-04-09 | rt: Allow 2x normal stack during unwinding. Closes #2173 | Brian Anderson | -0/+23 | |
| Allows room for destructors to run without allowing the stack to grow forever. | ||||
| 2012-04-09 | rt: Don't limit the amount of stack available during unwinding. Closes #2144 | Brian Anderson | -0/+9 | |
| 2012-03-29 | test: Prevent run-fail/too-much-recursion from being optimized to nothing | Brian Anderson | -0/+1 | |
| 2012-03-29 | rustc: Generate fewer landing pads | Brian Anderson | -0/+109 | |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -1/+1 | |
| 2012-03-24 | add annotation for variable that used to infer to bot | Niko Matsakis | -1/+1 | |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -2/+4 | |
| 2012-03-14 | std: Rename the hashmap constructors to conform to new standards | Brian Anderson | -1/+1 | |
| Instead of using the new_ prefix just name them after their type | ||||
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -1/+1 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -2/+2 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-03-10 | core Remove vec::enum_chars/uint. Closes #1955 | Brian Anderson | -0/+16 | |
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -1/+2 | |
| This required changing almost all users of hashmaps to import the hashmap interface first. The `size` member in the hashmap structure was renamed to `count` to work around a name conflict. | ||||
| 2012-03-07 | Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used" | Patrick Walton | -2/+1 | |
| This reverts commit f0250a23d3fa2f8b4a4a4113ca89e41945a4cfed. | ||||
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -1/+2 | |
| This required changing almost all users of hashmaps to import the hashmap interface first. The `size` member in the hashmap structure was renamed to `count` to work around a name conflict. | ||||
| 2012-02-23 | Finish cleanup of core::str | Marijn Haverbeke | -1/+2 | |
| Closes #1849 | ||||
