| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -83/+0 | |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+2 | |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -5/+5 | |
| Who doesn't like a massive renaming? | ||||
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -5/+5 | |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -2/+2 | |
| 2013-07-23 | clean up warnings | Erick Tryzelaar | -7/+5 | |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -5/+5 | |
| The entire testsuite is converted to using info! rather than debug! because some depend on the code within the debug! being trans'd. | ||||
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -2/+2 | |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -12/+12 | |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -8/+6 | |
| 2013-03-11 | test: Remove newtype enums from the test suite. rs=deenum | Patrick Walton | -1/+1 | |
| 2013-02-22 | test: De-mut the test suite. rs=demuting | Patrick Walton | -7/+7 | |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -4/+4 | |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵ | Patrick Walton | -1/+1 | |
| rs=implflipping | ||||
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 | |
| 2013-01-26 | testsuite: Eliminate uses of structural records from most run-pass tests | Tim Chevalier | -4/+6 | |
| Except the pipes tests (that needs a snapshot) | ||||
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -37/+41 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-11-29 | test: Fix broken resource-cycle.rs. r=tinderbox | Patrick Walton | -1/+1 | |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 | |
| 2012-11-14 | Convert the test suite to use the Drop trait | Ben Striegel | -6/+12 | |
| 2012-10-12 | Make moves explicit in rpass tests | Tim Chevalier | -4/+4 | |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -6/+6 | |
| Everything should now call ptr::addr_of instead of ptr::p2::addr_of. Only the pipes macro code when compiled by stage0 will call ptr::p2::addr_of. Needs a snapshot to get rid of that. | ||||
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -14/+14 | |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -1/+1 | |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -7/+6 | |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -15/+15 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -5/+5 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -12/+12 | |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -12/+12 | |
| 2012-06-24 | Remove resources | Tim Chevalier | -4/+36 | |
| Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485 | ||||
| 2012-03-22 | rt: Run resource destructors during cycle collection | Brian Anderson | -0/+30 | |
