| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵ | Daniel Patterson | -250/+0 | |
| per #3543 | ||||
| 2012-09-28 | rustdoc: Fix build errors | Brian Anderson | -2/+2 | |
| 2012-09-24 | rustdoc: Fix for generations of anchors. #3570 | Brian Anderson | -1/+8 | |
| 2012-09-23 | core: Demode option | Brian Anderson | -7/+7 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-18 | rustdoc: Camel case | Brian Anderson | -34/+34 | |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -8/+8 | |
| This reverts commit 3b013cd800ce675a445220105911bbefd2427e47. | ||||
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -8/+8 | |
| 2012-09-05 | rustdoc: "import" -> "use" | Patrick Walton | -1/+1 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -8/+8 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -9/+9 | |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -2/+2 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -1/+1 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -2/+2 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -2/+2 | |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -3/+5 | |
| 2012-07-17 | Get rustdoc working with std::par instead of its own par library. Closes #2885. | Zack Corr | -2/+2 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -58/+59 | |
| #2907. | ||||
| 2012-07-13 | Support prefix notation for vstore strings. Closes #2906. | Michael Sullivan | -1/+1 | |
| 2012-07-09 | rustdoc: Filter out another invalid id character | Brian Anderson | -0/+3 | |
| 2012-07-09 | rustdoc: Filter some characters that aren't valid pandoc header ids | Brian Anderson | -0/+6 | |
| 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 | -3/+3 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -3/+3 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -5/+5 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -1/+1 | |
| 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 | -1/+2 | |
| 2012-03-11 | rustdoc: Add indexes to native mods. Closes #1963 | Brian Anderson | -6/+45 | |
| 2012-03-10 | rustdoc: Put native mods on their own pages. Closes #1959 | Brian Anderson | -1/+16 | |
| 2012-03-10 | rustdoc: Fix generation of impl links. Closes #1953 | Brian Anderson | -1/+8 | |
| 2012-03-09 | rustdoc: Simplify attribute parsing | Brian Anderson | -1/+2 | |
| 2012-03-07 | rustdoc: Implement more rules for generating internal pandoc links | Brian Anderson | -2/+11 | |
| 2012-03-06 | rustdoc: Put brief descriptions in the indexes | Brian Anderson | -0/+15 | |
| 2012-03-06 | rustdoc: Write links correctly for multi-page docs | Brian Anderson | -15/+66 | |
| 2012-03-03 | rustdoc: Introduce the concept of a 'page' | Brian Anderson | -5/+5 | |
| 2012-03-02 | rustdoc: Begin constructing indexes | Brian Anderson | -0/+92 | |
| 2012-03-02 | Revert "rust: xfail-fast run-pass/cci_no_inline_exe" | Brian Anderson | -29/+0 | |
| This reverts commit 95099cddcf2691fcbb389db657c70cf80d776918. | ||||
| 2012-03-02 | rust: xfail-fast run-pass/cci_no_inline_exe | Brian Anderson | -0/+29 | |
