| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -17/+15 | |
| 2012-08-07 | Implement static typeclass methods. Closes #3132. | Michael Sullivan | -0/+33 | |
| 2012-08-06 | test: Modernize and un-XFAIL issue-2242-d.rs (issue #2242) | Patrick Walton | -5/+5 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -1/+1 | |
| 2012-08-02 | test: "iface" -> "trait" in filenames. | Lindsey Kuper | -0/+0 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -8/+8 | |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -3/+3 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -11/+11 | |
| 2012-07-24 | Test case for #3005 | Eric Holk | -0/+19 | |
| 2012-07-23 | tests: Rename to avoid colliding with real rust-zmq. | Erick Tryzelaar | -1/+1 | |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -6/+33 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -14/+14 | |
| #2907. | ||||
| 2012-07-12 | Accept prefix notation for writing the types of str/~ and friends. | Michael Sullivan | -1/+1 | |
| 2012-07-12 | rustc: Make all impls even more reachable | Brian Anderson | -0/+28 | |
| With this we write metadata for all impls so that we can properly find reexported impls. | ||||
| 2012-07-11 | Test for #2723. Closes #2723 | Tim Chevalier | -0/+3 | |
| 2012-07-09 | Fix metadata serialization of foreign functions. Properly take the value of ↵ | Josh Matthews | -0/+22 | |
| foreign functions from other crates to fix #1840. | ||||
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -13/+13 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -1/+1 | |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -3/+3 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -4/+4 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -7/+7 | |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -1/+1 | |
| This comes with a terminology change. All linkage-symbols are 'extern' now, including rust syms in other crates. Some extern ABIs are merely "foreign". The term "native" is retired, not clear/useful. What was "crust" is now "extern" applied to a _definition_. This is a bit of an overloading, but should be unambiguous: it means that the definition should be made available to some non-rust ABI. | ||||
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -7/+7 | |
