| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-29 | rustc: Move ext to librustsyntax | Brian Anderson | -2786/+0 | |
| 2012-03-29 | rustc: Remove the rustsyntax::attr wrapper in front | Brian Anderson | -2/+2 | |
| 2012-03-27 | rust: Remove extensions' dependency on the session | Brian Anderson | -11/+8 | |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -15/+15 | |
| 2012-03-26 | rustc: Begin eliminating ext's dependency on the session | Brian Anderson | -37/+55 | |
| 2012-03-21 | add mut decls to rustc and make them mandatory | Niko Matsakis | -25/+25 | |
| 2012-03-20 | rustc: Make the quasiquote operator stop reusing nodes (and therefore stop ↵ | Patrick Walton | -3/+4 | |
| reusing node IDs). Should fix issue #1947 for real. | ||||
| 2012-03-19 | rustc: Stop generating the flag_none #fmt flag. Issue #1993 | Brian Anderson | -7/+0 | |
| 2012-03-16 | Check kind bounds when calling methods | Marijn Haverbeke | -2/+4 | |
| Closes #1915 | ||||
| 2012-03-14 | std: Rename the hashmap constructors to conform to new standards | Brian Anderson | -8/+8 | |
| Instead of using the new_ prefix just name them after their type | ||||
| 2012-03-14 | fixup auto_serialize's treatment of nullary variants | Niko Matsakis | -3/+10 | |
| 2012-03-14 | fix auto_serialize for enums with type parameters | Niko Matsakis | -32/+40 | |
| 2012-03-14 | adjust auto_serialize to generate fns named serialize_T() | Niko Matsakis | -79/+64 | |
| We used to generate a module T with a serialize() and deserialize() fn, but this was suboptimal for a number of reasons: - it required moving serialization into core so that uint etc worked - it was harder to override the serialization behavior locally (this is now trivial) | ||||
| 2012-03-13 | implement deserialization, rename mk_mem_buffer() to mem_buffer() | Niko Matsakis | -142/+377 | |
| 2012-03-13 | first (functional) version of the auto_serialize syntax ext | Niko Matsakis | -106/+166 | |
| 2012-03-13 | fixup serialize_variant | Niko Matsakis | -0/+564 | |
| 2012-03-13 | get new decorator extensions working | Niko Matsakis | -0/+51 | |
| 2012-03-13 | Fix Issue #1926 by sorting the gather list. | Kevin Atkinson | -1/+6 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -6/+5 | |
| - 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-02 | Move src/comp to src/rustc | Graydon Hoare | -0/+1861 | |
