| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2012-01-24 | rustdoc: Prune undocumented consts | Brian Anderson | -0/+1 | |
| 2012-01-24 | rustdoc: Add const types to the doc tree | Brian Anderson | -1/+2 | |
| 2012-01-24 | rustdoc: Add fold_const and fold_constlist to fold | Brian Anderson | -17/+56 | |
| 2012-01-19 | misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc | Patrick Walton | -1/+1 | |
| 2012-01-19 | rustdoc: Cleanup | Brian Anderson | -24/+5 | |
| 2012-01-18 | rustdoc: Add mod docs attrs to the doc tree | Brian Anderson | -0/+1 | |
| 2012-01-18 | rustdoc: Add brief and desc fields to module docs | Brian Anderson | -1/+1 | |
| 2012-01-18 | rustdoc: Merge the crate's name attribute into the doc tree | Brian Anderson | -0/+1 | |
| 2012-01-16 | rustdoc: Add a pass to prune undocumented items | Brian Anderson | -0/+1 | |
| 2012-01-16 | rustdoc: Make fold polymorphic on a context type | Brian Anderson | -36/+60 | |
| This will allow it to be instantiated for non-sendable contexts | ||||
| 2012-01-16 | rustdoc: Add fold module | Brian Anderson | -0/+106 | |
