| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵ | Daniel Patterson | -77/+0 | |
| per #3543 | ||||
| 2012-10-22 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -1/+1 | |
| 2012-10-12 | Make moves explicit in rustdoc | Tim Chevalier | -1/+1 | |
| 2012-09-27 | Put function argument last in sort function. Fixes #3265. | Simon BD | -1/+1 | |
| 2012-09-18 | rustdoc: Camel case | Brian Anderson | -15/+15 | |
| 2012-09-05 | rustdoc: "import" -> "use" | Patrick Walton | -2/+2 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -4/+4 | |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -4/+4 | |
| API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map). | ||||
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -2/+2 | |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -3/+4 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -16/+16 | |
| #2907. | ||||
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -1/+1 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -2/+2 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 | |
| 2012-06-04 | Get rid of warnings from instantiating typarams with non-implicitly copyable ↵ | Michael Sullivan | -0/+2 | |
| types. | ||||
| 2012-05-25 | Get rid of many implicit copies as a preliminary to Issue #2448. | Michael Sullivan | -1/+1 | |
| 2012-03-03 | rustdoc: Introduce the concept of a 'page' | Brian Anderson | -12/+12 | |
| 2012-02-27 | rustdoc: Time passes | Brian Anderson | -6/+9 | |
| 2012-02-24 | rustdoc: Remove a pointer that's no longer needed | Brian Anderson | -1/+1 | |
| 2012-02-21 | rustdoc: Make it easy to switch between parallel and sequential folds | Brian Anderson | -2/+2 | |
| 2012-02-21 | rustdoc: Convert most passes to parallel folds | Brian Anderson | -2/+2 | |
| 2012-02-21 | rustdoc: Convert the astsrv constructor to a higher order fn | Brian Anderson | -15/+17 | |
| This will allow it to manage the destruction of the astsrv after I convert it to a task | ||||
| 2012-02-21 | rustdoc: Rename mk_srv_from_str/file to just from_str/file | Brian Anderson | -2/+2 | |
| 2012-02-17 | rustdoc: Extract common item fields into itemdoc | Brian Anderson | -2/+2 | |
| 2012-02-03 | core: rename str::lteq to str::le | Tom Lee | -1/+1 | |
| 2012-01-30 | rustdoc: Use fewer unique pointers | Brian Anderson | -3/+3 | |
| 2012-01-29 | rustdoc: Add a sorting pass | Brian Anderson | -0/+69 | |
