| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-11 | Update FIXME numbers | Tim Chevalier | -3/+4 | |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -5/+5 | |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 | |
| 2012-09-28 | Add allow(deprecated_\*) to syntax, rustc, rustdoc, et al | Brian Anderson | -0/+2 | |
| 2012-09-28 | rustdoc: Fix build errors | Brian Anderson | -17/+19 | |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -8/+8 | |
| Needs a snapshot before this can be completed, because I changed the mode for conv_poly. | ||||
| 2012-09-28 | demode vec | Niko Matsakis | -31/+31 | |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -4/+4 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -3/+3 | |
| 2012-09-26 | turn ast::ident into a struct | Erick Tryzelaar | -1/+1 | |
| This will help with the auto_serialize2 migration. We have to change ident from a type alias to uint into a unique type. We need to use a struct instead of a "enum ident = token::str_num" because structs support constants, but newtypes do not. | ||||
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -1/+1 | |
| 2012-09-25 | Demode core::result | Brian Anderson | -14/+14 | |
| 2012-09-24 | rustdoc: Fix for generations of anchors. #3570 | Brian Anderson | -1/+8 | |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -276/+0 | |
| 2012-09-23 | core: Demode option | Brian Anderson | -45/+45 | |
| 2012-09-23 | Fix trans for region patterns (&P) | Niko Matsakis | -2/+2 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -12/+12 | |
| 2012-09-21 | rustdoc: Fix exports for new regime | Brian Anderson | -1/+3 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -11/+64 | |
| #[legacy_exports]; | ||||
| 2012-09-21 | rustdoc: Add prune_private_pass. Off for now | Brian Anderson | -0/+69 | |
| 2012-09-21 | rustdoc: Cleanup | Brian Anderson | -98/+120 | |
| 2012-09-20 | Revert "syntax: Make attributes sendable for rustdoc's benefit" | Brian Anderson | -4/+4 | |
| This reverts commit 90e3665fa79d32c3188169cfa992516fb36b81a8. | ||||
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -4/+4 | |
| 2012-09-20 | rustdoc: Use doc comments for rustdoc's rustdocs | Brian Anderson | -46/+47 | |
| 2012-09-20 | rustdoc: Support the --help option | Brian Anderson | -1/+1 | |
| 2012-09-20 | rustdoc: Also don't print struct attributes | Brian Anderson | -5/+15 | |
| 2012-09-20 | rustdoc: Don't print struct drop blocks | Brian Anderson | -0/+28 | |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -2/+278 | |
| 2012-09-19 | rustdoc: Find doc(hidden) even when there are multiple doc attrs | Brian Anderson | -10/+23 | |
| 2012-09-19 | rustdoc: Fix spelling in tests | Brian Anderson | -2/+2 | |
| 2012-09-19 | core: Move TLS to task::local_data | Brian Anderson | -3/+3 | |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -8/+8 | |
| 2012-09-19 | rustdoc: Hide impl __extensions__ name in index | Brian Anderson | -1/+1 | |
| 2012-09-19 | rustdoc: Begin support for structs | Brian Anderson | -20/+159 | |
| 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 | ||||
