| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵ | Daniel Patterson | -393/+0 | |
| per #3543 | ||||
| 2012-10-12 | Make moves explicit in rustdoc | Tim Chevalier | -12/+12 | |
| 2012-09-28 | rustdoc: Fix build errors | Brian Anderson | -4/+4 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -3/+3 | |
| 2012-09-19 | rustdoc: Begin support for structs | Brian Anderson | -6/+28 | |
| 2012-09-18 | rustdoc: Camel case | Brian Anderson | -121/+121 | |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -8/+8 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -26/+26 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -2/+2 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -10/+10 | |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -12/+12 | |
| 2012-07-17 | Get rustdoc working with std::par instead of its own par library. Closes #2885. | Zack Corr | -7/+7 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -8/+8 | |
| #2907. | ||||
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -13/+13 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -40/+40 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -13/+13 | |
| 2012-06-24 | Remove resources | Tim Chevalier | -21/+0 | |
| Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485 | ||||
| 2012-05-25 | Get rid of many implicit copies as a preliminary to Issue #2448. | Michael Sullivan | -16/+16 | |
| 2012-05-23 | Prevent capturing non-copyable things in closures. | Eric Holk | -4/+4 | |
| 2012-05-22 | Send is no longer a subkind of copy. This allows for sendable, but ↵ | Eric Holk | -2/+2 | |
| non-copyable resources. Closes #2420. | ||||
| 2012-04-30 | Revert "Eliminate a copy in syntax::parse::new_parser_from_file" | Tim Chevalier | -4/+4 | |
| This reverts commit 2bb3b63ec4379b812aeceb690d78763ec55d3cbb. (I was confused.) | ||||
| 2012-04-30 | Eliminate a copy in syntax::parse::new_parser_from_file | Tim Chevalier | -4/+4 | |
| Fixing a FIXME turned out to be pretty involved. I added an io function that returns a unique boxed string (for the contents of a file) rather than a string, and went from there. Also made the src field of codemap a unique boxed string. This doesn't seem to make that much difference in amount of allocation according to valgrind (disappointingly), but I also had to introduce a copy somewhere else pending a new snapshot, so maybe that's it. | ||||
| 2012-03-03 | rustdoc: Introduce the concept of a 'page' | Brian Anderson | -4/+28 | |
| 2012-02-26 | rustdoc: Rename util mod to par | Brian Anderson | -6/+6 | |
| 2012-02-26 | rustdoc: Remove some unused exports | Brian Anderson | -1/+0 | |
| 2012-02-26 | rustdoc: Add parallel folds for native mods | Brian Anderson | -3/+31 | |
| 2012-02-26 | rustdoc: Refactor some of the map code | Brian Anderson | -17/+34 | |
| 2012-02-24 | rustdoc: Remove a pointer that's no longer needed | Brian Anderson | -2/+2 | |
| 2012-02-24 | rustdoc: Extract doc nodes for native mods | Brian Anderson | -1/+1 | |
| 2012-02-24 | rustdoc: Add doc node for native mods | Brian Anderson | -0/+23 | |
| 2012-02-21 | rustdoc: Turn off parallel folding until I figure out what's wrong on OS X | Brian Anderson | -2/+2 | |
| 2012-02-21 | rustdoc: Make it easy to switch between parallel and sequential folds | Brian Anderson | -0/+15 | |
| 2012-02-21 | rustdoc: Implement a parallel fold | Brian Anderson | -27/+72 | |
| 2012-02-17 | rustdoc: Add an item fold | Brian Anderson | -14/+49 | |
| 2012-02-05 | rustdoc: Resolve some FIXMEs | Brian Anderson | -3/+0 | |
| 2012-02-01 | rustdoc: Add support for type items | Brian Anderson | -4/+20 | |
| 2012-01-31 | rustdoc: Add impl doc node | Brian Anderson | -4/+20 | |
| 2012-01-30 | rustdoc: Add definition of iface docs | Brian Anderson | -4/+20 | |
| 2012-01-30 | rustdoc: Use fewer unique pointers | Brian Anderson | -4/+4 | |
| 2012-01-29 | rustdoc: Move mod docs into the item tag | Brian Anderson | -21/+9 | |
| 2012-01-29 | rustdoc: Move fn docs into the item tag | Brian Anderson | -22/+9 | |
| 2012-01-29 | rustdoc: Move const docs into the item tag | Brian Anderson | -21/+8 | |
| 2012-01-29 | rustdoc: Move enum docs into the item tag | Brian Anderson | -21/+8 | |
| 2012-01-29 | rustdoc: Move resource docs into the item tag | Brian Anderson | -20/+11 | |
| 2012-01-26 | rustdoc: Prune undocumented resources | Brian Anderson | -0/+1 | |
| 2012-01-26 | rustdoc: Add resource signatures to doc tree | Brian Anderson | -1/+2 | |
| 2012-01-26 | rustdoc: Add resources to the doc fold | Brian Anderson | -4/+31 | |
| 2012-01-25 | rustdoc: Prune undocumented enums | Brian Anderson | -0/+1 | |
| 2012-01-25 | rustdoc: Extract variant signatures | Brian Anderson | -1/+2 | |
| 2012-01-25 | rustdoc: Add enum folding | Brian Anderson | -7/+42 | |
