| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-19 | rustdoc: Fix some script-mangled idents | Brian Anderson | -53/+53 | |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -4/+8 | |
| Note that the method foo.each() is not de-moded, nor the other vec routines. | ||||
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 | |
| 2012-09-18 | rustdoc: Camel case | Brian Anderson | -931/+929 | |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 | |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -12/+13 | |
| This reverts commit 3b013cd800ce675a445220105911bbefd2427e47. | ||||
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -13/+12 | |
| 2012-09-18 | Add allow(non_camel_case_types) to unconverted crates | Brian Anderson | -0/+1 | |
| 2012-09-11 | rustdoc: Fix formatting of -h | Brian Anderson | -1/+1 | |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -4/+4 | |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -13/+13 | |
| 2012-09-10 | Promote 'return' from a restricted keyword to a strict keyword | Brian Anderson | -17/+0 | |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -4/+4 | |
| 2012-09-08 | core/std: finish making futures sendable + test.. still issues | Jeff Olson | -4/+3 | |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -10/+10 | |
| 2012-09-07 | Remove support for multiple traits in a single impl | Tim Chevalier | -3/+3 | |
| There was half-working support for them, but they were never fully implemented or even approved. Remove them altogether. Closes #3410 | ||||
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -1/+1 | |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -6/+23 | |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -1/+0 | |
| 2012-09-05 | rustdoc: "import" -> "use" | Patrick Walton | -62/+62 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -162/+162 | |
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -3/+3 | |
| Closes #3302 | ||||
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -5/+5 | |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+212 | |
| 2012-08-29 | Fix breakage | Brian Anderson | -1/+1 | |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -2/+2 | |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -12/+12 | |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -35/+35 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -233/+233 | |
| 2012-08-25 | libstd: Don't make task-local GC data when creating TCP streams. | Patrick Walton | -0/+1 | |
| This exposed an ICE in a test; it's commented out for now. | ||||
| 2012-08-25 | Fix some unused variable warnings | Brian Anderson | -1/+1 | |
| 2012-08-25 | rustc: Implement foreign constants. | Patrick Walton | -8/+11 | |
| This is needed for a lot of Apple libraries, as Apple tends to put a lot of globals in dynamic libraries. | ||||
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -38/+39 | |
| 2012-08-24 | Use a faked-up function as a key, because functions aren't identical ↵ | Paul Stansifer | -4/+10 | |
| cross-crate in Windows. | ||||
| 2012-08-23 | Remove purity from fn_decl and move it out to containing AST elements. | Michael Sullivan | -4/+4 | |
| 2012-08-23 | Remove match checks in rustdoc | Tim Chevalier | -7/+15 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -39/+39 | |
| 2012-08-22 | intern identifiers | Paul Stansifer | -32/+52 | |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 | |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -9/+9 | |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -3/+3 | |
| 2012-08-14 | rustdoc: Process markdown pages in sequence. Closes #2484 | Brian Anderson | -1/+3 | |
| 2012-08-14 | rustdoc: Fix breakage | Brian Anderson | -3/+3 | |
| 2012-08-14 | Fix more fallout in rustdoc. | Graydon Hoare | -2/+2 | |
| 2012-08-13 | De-mode core::future. | Graydon Hoare | -1/+1 | |
| 2012-08-08 | rustdoc: Update for new impl syntax | Brian Anderson | -37/+39 | |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -15/+14 | |
| 2012-08-08 | rustc: Do some plumbing work in preparation for common fields in enums | Patrick Walton | -6/+6 | |
| 2012-08-08 | Add spawn_conversation | Jesse Ruderman | -3/+2 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -73/+73 | |
