| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵ | Daniel Patterson | -6339/+0 | |
| per #3543 | ||||
| 2012-10-25 | Merge remote-tracking branch '14427/incoming' | Brian Anderson | -1/+1 | |
| Conflicts: src/libstd/sort.rs | ||||
| 2012-10-23 | Move futures to std | Brian Anderson | -0/+1 | |
| 2012-10-23 | rustc: Implement typechecking for simple monomorphic derivable traits on ↵ | Patrick Walton | -25/+41 | |
| monomorphic types. r=brson | ||||
| 2012-10-22 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -90/+85 | |
| 2012-10-22 | Merge pull request #3832 from Dretch/concatdocstrs | Brian Anderson | -26/+16 | |
| Fix and test for issue #3780. | ||||
| 2012-10-22 | Fix and test for issue #3780. | Gareth Daniel Smith | -26/+16 | |
| 2012-10-19 | Remove superfluous by-ref in option::get, option::get_default, option::expect | Tim Chevalier | -3/+3 | |
| Superficial change, no review. | ||||
| 2012-10-18 | rustdoc: Make markdown_writer::pandoc_writer UTF-8 safe | Tycho Sci | -6/+8 | |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -10/+10 | |
| 2012-10-12 | Make moves explicit in rustdoc | Tim Chevalier | -36/+38 | |
| 2012-10-12 | bump version to 0.5. | Graydon Hoare | -5/+5 | |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -1/+1 | |
| This commit replaces nearly all remaining uses of #fmt, #debug, #error, and #info, and fixes some error messages... | ||||
| 2012-10-11 | Update FIXME numbers | Tim Chevalier | -3/+4 | |
| 2012-10-06 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -6/+7 | |
| 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-10-03 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -79/+83 | |
| Conflicts: src/libstd/json.rs src/libstd/sort.rs | ||||
| 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-27 | Put function argument last in sort function. Fixes #3265. | Simon BD | -1/+1 | |
| 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 | |
