| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵ | Daniel Patterson | -108/+0 | |
| per #3543 | ||||
| 2012-09-28 | demode vec | Niko Matsakis | -2/+2 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 | |
| 2012-09-18 | rustdoc: Camel case | Brian Anderson | -10/+10 | |
| 2012-09-05 | rustdoc: "import" -> "use" | Patrick Walton | -2/+2 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -8/+8 | |
| 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 | -15/+15 | |
| #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-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -2/+2 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -4/+4 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -4/+4 | |
| 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 | -2/+2 | |
| 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 | |
| 2012-06-04 | Get rid of warnings from instantiating typarams with non-implicitly copyable ↵ | Michael Sullivan | -1/+3 | |
| types. | ||||
| 2012-05-13 | rustc: Eliminate some indirection to the syntax crate | Brian Anderson | -1/+3 | |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -2/+2 | |
| 2012-03-03 | rustdoc: Introduce the concept of a 'page' | Brian Anderson | -7/+9 | |
| 2012-02-27 | rustdoc: Time passes | Brian Anderson | -1/+6 | |
| 2012-02-24 | rustdoc: Fix some remaining bugs around native mods | Brian Anderson | -1/+15 | |
| 2012-02-24 | rustdoc: Record paths to native functions | Brian Anderson | -1/+19 | |
| 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 | -9/+11 | |
| 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-20 | rustdoc: Remove stray log | Brian Anderson | -1/+0 | |
| 2012-02-17 | rustdoc: Find the path to all item types | Brian Anderson | -10/+21 | |
| 2012-02-17 | rustdoc: Extract common item fields into itemdoc | Brian Anderson | -5/+8 | |
| 2012-01-30 | rustdoc: Use fewer unique pointers | Brian Anderson | -2/+2 | |
| 2012-01-29 | rustdoc: Move mod docs into the item tag | Brian Anderson | -2/+2 | |
| 2012-01-19 | rustdoc: Add path_pass for recording full paths to mods | Brian Anderson | -0/+49 | |
