summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-11-22Oops. Snapshots file has spaces there.Graydon Hoare-7/+7
2012-11-22Register snapshots.Graydon Hoare-0/+8
2012-11-21libcore: fix build breakage on win32 stat.Graydon Hoare-3/+21
2012-11-21Introduce a T_err type for type errorsTim Chevalier-146/+256
2012-11-21change json::Deserializer to take a json enumErick Tryzelaar-8/+2
2012-11-21rustdoc: Fix build errorBrian Anderson-1/+1
2012-11-21libsyntax: Implement `deriving` correctly for type-parameterized structs and ...Patrick Walton-61/+168
2012-11-21libsyntax: Implement deriving via a syntax extension for the `IterBytes` trai...Patrick Walton-123/+442
2012-11-21libsyntax: Fix duplication of items that occurs if `#[deriving_eq]` is applie...Patrick Walton-1/+1
2012-11-21libsyntax: Implement `deriving` for enums with N-ary variants. r=brsonPatrick Walton-40/+168
2012-11-20rustdoc: More demodingBrian Anderson-109/+109
2012-11-20rustdoc: Use more explicit selfBrian Anderson-46/+46
2012-11-20rustdoc: Begin removing legacy modesBrian Anderson-190/+197
2012-11-20rustdoc: Remove legacy exportsBrian Anderson-213/+102
2012-11-20libcore: Add stat methods to pathsErick Tryzelaar-1/+289
2012-11-20libcore: add stat functions to libcErick Tryzelaar-4/+176
2012-11-20libcore: Clean up the path testsErick Tryzelaar-127/+121
2012-11-20Add PosixPath and WindowsPath constructor fnsErick Tryzelaar-10/+18
2012-11-20libstd: fix warnings in sortErick Tryzelaar-14/+14
2012-11-20libcore: minor os.rs cleanupErick Tryzelaar-1/+1
2012-11-20libcore: Fix a typoErick Tryzelaar-1/+1
2012-11-20Remove parentheses from closure argument typesErick Tryzelaar-26/+26
2012-11-20syntax: switch tt quoter to emit ~[tt], not tt.Graydon Hoare-36/+76
2012-11-20libsyntax: Long line. rs=make-tidyPatrick Walton-1/+1
2012-11-20rustc: Implement "deriving" for monomorphic structs via a syntax extension. r...Patrick Walton-0/+450
2012-11-19Register new snapshots.Graydon Hoare-0/+8
2012-11-19Long linesBrian Anderson-4/+5
2012-11-19Added support for multiline commands in the REPL with :{ .. :}Brian Leibig-43/+96
2012-11-19Merge pull request #4001 from jesse99/features/docsGraydon Hoare-1/+46
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-92/+4175
2012-11-19register snapshots.Graydon Hoare-0/+8
2012-11-19Fix parsing of interpolated pathsBrian Anderson-1/+18
2012-11-18Remove unused file_type enum from the parserBrian Anderson-38/+24
2012-11-18Report errors better when failing to open files for sub-parsersBrian Anderson-25/+72
2012-11-18Parse file mods from .rs filesBrian Anderson-24/+88
2012-11-18syntax: Remove cdir_syntax. UnusedBrian Anderson-5/+0
2012-11-18Fixed lint problemsJesse Jones-10/+16
2012-11-18WhitespaceBrian Anderson-1/+1
2012-11-18Remove some unused code from lexerBrian Anderson-6/+2
2012-11-18Merge pull request #3998 from jesse99/feature/getoptsTim Chevalier-0/+75
2012-11-18Made from_str pureJesse Jones-7/+13
2012-11-18Fixing warnings for long and blank linesJesse Jones-11/+13
2012-11-18Made merge_sort pureJesse Jones-2/+2
2012-11-18Made more stuff pure.Jesse Jones-101/+105
2012-11-18Made most of the URL functions pure.Jesse Jones-34/+40
2012-11-18Made Result.get, get_ref, is_ok, is_err, and iter methods pure.Jesse Jones-6/+6
2012-11-18Made the time to string functions pure as well as empty_tm.Jesse Jones-10/+14
2012-11-18Replace TmMut with inherited mutabilityJesse Jones-30/+16
2012-11-18Moved strptime and strftime into private helper functions.Jesse Jones-76/+84
2012-11-18Made Map.contains_key, contains_key_ref, and get pure.Jesse Jones-17/+17