| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-12-10 | librustc: Fix bug preventing cross-crate struct destructuring from working. ↵ | Patrick Walton | -0/+7 | |
| rs=bugfix | ||||
| 2012-12-08 | Update and un-xfail crate-method-reexport-grrrrrrr2 | Tim Chevalier | -3/+1 | |
| Closes #3155 | ||||
| 2012-12-07 | Trait constraints are separated by space, not comma | Brian Anderson | -1/+1 | |
| 2012-12-05 | Fix cross-crate inlining of static functions | Brian Anderson | -0/+14 | |
| 2012-12-05 | test: More bustage fixes. rs=me | Patrick Walton | -1/+1 | |
| 2012-12-05 | test: More run-pass test fixes | Patrick Walton | -4/+4 | |
| 2012-12-04 | librustc: Implement moves based on type. r=nmatsakis | Patrick Walton | -0/+15 | |
| 2012-11-30 | Disallow dereferencing enum types when the variant is private | Tim Chevalier | -0/+5 | |
| If an enum type's only variant is private, disallow dereferencing values of its type. Due to #4082, this only applies to enums that are in the same crate. r=pcwalton Closes #818 | ||||
| 2012-11-29 | Implement trait inheritance for bounded type parameters | Brian Anderson | -5/+57 | |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -5/+5 | |
| 2012-11-26 | libcore: Add explicit self to all overloaded operators but Add and Index. ↵ | Patrick Walton | -2/+2 | |
| r=brson | ||||
| 2012-11-26 | librustc: Fix translation of cross-crate inline or generic methods with ↵ | Patrick Walton | -0/+17 | |
| explicit self. rs=blocking-snapshot | ||||
| 2012-11-15 | Add comments explaining why these tests are xfailed | Tim Chevalier | -11/+6 | |
| 2012-11-15 | librustc: Fix cross-crate reexports. rs=blocking-servo | Patrick Walton | -0/+11 | |
| 2012-11-14 | Convert the test suite to use the Drop trait | Ben Striegel | -19/+39 | |
| 2012-11-02 | Add xfailed test for #3908 | Brian Anderson | -0/+6 | |
| 2012-11-02 | Add xfailed test for #3907 | Brian Anderson | -0/+3 | |
| 2012-10-22 | Merge remote-tracking branch 'luqmana/incoming' | Brian Anderson | -0/+4 | |
| 2012-10-22 | rustc: Implement generic cross-crate trait inheritance | Patrick Walton | -0/+9 | |
| 2012-10-21 | rustc: add new intrinsics - atomic_cxchg{_acq,_rel} | Luqman Aden | -0/+4 | |
| 2012-10-18 | rustc: Implement intra-crate static methods on anonymous trait ↵ | Patrick Walton | -0/+10 | |
| implementations. r=nmatsakis | ||||
| 2012-10-15 | Add various test cases (xfailed) | Tim Chevalier | -0/+18 | |
| 2012-10-12 | Make moves explicit in aux test files | Tim Chevalier | -5/+4 | |
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -1/+1 | |
| Two separate changes that got intertwined (sorry): Make to_str pure. Closes #3691 In str, change functions like push_char to take an &mut str instead of an &str. Closes #3710 | ||||
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -1/+1 | |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -3/+3 | |
| 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-25 | Respect privacy qualifiers on view items, add to import resolutions. | Graydon Hoare | -0/+13 | |
| 2012-09-24 | Build the export_map2 from visibility markers, unless #[legacy_exports]; | Graydon Hoare | -0/+29 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -1/+21 | |
| #[legacy_exports]; | ||||
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -1/+4 | |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -10/+10 | |
| 2012-09-11 | Remove priv sections from classes. Obsolete the syntax | Brian Anderson | -20/+7 | |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -2/+2 | |
| 2012-09-10 | Convert class methods to impl methods. Stop parsing class methods | Brian Anderson | -40/+60 | |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -16/+16 | |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -22/+22 | |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -24/+89 | |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -15/+15 | |
| 2012-09-04 | Allow anonymous extern mods | Tim Chevalier | -0/+9 | |
| Now you can write: extern { f() -> int; } and f will be accessible in the enclosing scope. | ||||
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -5/+5 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -9/+9 | |
| 2012-08-23 | fix atomic intrinsic test cases | Ben Blum | -12/+12 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -11/+11 | |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -12/+12 | |
| 2012-08-16 | Attempt to get issue 3012 test working on win32. | Graydon Hoare | -0/+1 | |
| 2012-08-15 | Test case for #3012 | Tim Chevalier | -0/+12 | |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -1/+1 | |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -4/+4 | |
| 2012-08-14 | Add test for #2472 | Brian Anderson | -0/+14 | |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -12/+12 | |
