| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵ | Daniel Patterson | -91/+0 | |
| per #3543 | ||||
| 2012-10-12 | Make moves explicit in rustdoc | Tim Chevalier | -1/+1 | |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 | |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -1/+1 | |
| 2012-09-21 | rustdoc: Add prune_private_pass. Off for now | Brian Anderson | -0/+3 | |
| 2012-09-21 | rustdoc: Cleanup | Brian Anderson | -95/+38 | |
| 2012-09-20 | rustdoc: Use doc comments for rustdoc's rustdocs | Brian Anderson | -1/+2 | |
| 2012-09-20 | rustdoc: Support the --help option | Brian Anderson | -1/+1 | |
| 2012-09-18 | rustdoc: Camel case | Brian Anderson | -21/+21 | |
| 2012-09-10 | Promote 'return' from a restricted keyword to a strict keyword | Brian Anderson | -17/+0 | |
| 2012-09-05 | rustdoc: "import" -> "use" | Patrick Walton | -3/+3 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -4/+4 | |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -2/+2 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -2/+2 | |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -2/+2 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -3/+3 | |
| 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 | -3/+3 | |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -3/+3 | |
| 2012-07-18 | rustdoc: Make rustdoc no longer resolve names. | Patrick Walton | -2/+0 | |
| It relies on being able to ignore errors, which doesn't make sense; resolve is meaningless if errors are ignored. It also doesn't perform macro expansion. Most of what is affected will be reexports, which are changing anyway. | ||||
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -8/+9 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -13/+13 | |
| #2907. | ||||
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -2/+2 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -2/+2 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -7/+7 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -8/+8 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -12/+12 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -9/+9 | |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -1/+1 | |
| 2012-03-16 | rustdoc: Escape backslashes | Brian Anderson | -0/+1 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -1/+1 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-03-09 | rustdoc: Vastly simplify the document model | Brian Anderson | -3/+0 | |
| Don't attempt to impose any structure for documenting arguments, return values, etc. | ||||
| 2012-03-09 | rustdoc: Add the concept of 'sections' | Brian Anderson | -1/+2 | |
| 2012-03-07 | rustdoc: Support #[doc(hidden)] | Brian Anderson | -0/+1 | |
| 2012-03-06 | rustdoc: Remove escaping pass | Brian Anderson | -1/+0 | |
| 2012-03-06 | rustdoc: Escape HTML special characters | Brian Anderson | -0/+1 | |
| 2012-03-06 | rustdoc: Write links correctly for multi-page docs | Brian Anderson | -1/+1 | |
| 2012-03-06 | rustdoc: Write a new file for each page | Brian Anderson | -0/+1 | |
| 2012-03-06 | rustdoc: Remove Google's copyright notice | Brian Anderson | -4/+0 | |
| There is no Google code left. | ||||
| 2012-03-03 | rustdoc: Convert markdown writer to a writer_factory | Brian Anderson | -1/+1 | |
| 2012-03-03 | rustdoc: Simplify the markdown_pass interface a bit | Brian Anderson | -1/+3 | |
| 2012-03-03 | rustdoc: Introduce the concept of a 'page' | Brian Anderson | -24/+32 | |
| 2012-03-02 | rustdoc: Begin constructing indexes | Brian Anderson | -0/+1 | |
| 2012-03-02 | Revert "rust: xfail-fast run-pass/cci_no_inline_exe" | Brian Anderson | -1/+0 | |
| This reverts commit 95099cddcf2691fcbb389db657c70cf80d776918. | ||||
| 2012-03-02 | rust: xfail-fast run-pass/cci_no_inline_exe | Brian Anderson | -0/+1 | |
| 2012-03-01 | rustdoc: Add index records to the doc tree | Brian Anderson | -2/+4 | |
| 2012-02-29 | rustdoc: Refactor markdown_pass | Brian Anderson | -4/+5 | |
| 2012-02-28 | rustdoc: Parse command line opts | Brian Anderson | -7/+9 | |
| 2012-02-28 | rustdoc: Add -h flag | Brian Anderson | -0/+5 | |
