summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-12-29Remove obsolete comments.Graydon Hoare-4/+0
2011-12-29Box ty_param_bounds_and_tyMarijn Haverbeke-22/+22
2011-12-28On second thought, re-land pull request #1385 with backquotes; easier to grep...Graydon Hoare-42/+42
2011-12-28Merge pull request #1385 from Lenny222/quotesGraydon Hoare-46/+49
2011-12-28Merge pull request #1389 from erickt/masterGraydon Hoare-13/+49
2011-12-28Move the kind datatype to middle::tyMarijn Haverbeke-52/+53
2011-12-28Change representation of type params to handle interface boundsMarijn Haverbeke-229/+317
2011-12-28Tidy up some drift in runtime logging, close #1380.Graydon Hoare-15/+23
2011-12-28libstd: add bytes_reader and bytes_writerErick Tryzelaar-5/+24
2011-12-28libstd: Allow io writer to write mutable arraysErick Tryzelaar-6/+6
2011-12-28libstd: add a method to generate random bytestrings.Erick Tryzelaar-0/+17
2011-12-28comp: minor cleanup.Erick Tryzelaar-1/+1
2011-12-28libcore: Fix a typo.Erick Tryzelaar-1/+1
2011-12-28Made matching machine types equal to float, int, uint (fixes #1376)Stefan Plantikow-1/+22
2011-12-25rt: Set the initial obstack size to 128 bytesBrian Anderson-5/+10
2011-12-25Use singlequotes in the typechecker too, to distinguish code and EnglishLenny222-46/+49
2011-12-24Merge pull request #1382 from Lenny222/charGraydon Hoare-1/+39
2011-12-24Merge pull request #1377 from Lenny222/icuGraydon Hoare-0/+77
2011-12-24char: add is_lowercase(), is_uppercase()Lenny222-1/+39
2011-12-23Forgot typo-fix.Graydon Hoare-1/+1
2011-12-23Add support to libcore for encoded-in-rust unicode character properties, at l...Graydon Hoare-82/+4919
2011-12-23Go back to a single visit_fn function in visit.rsMarijn Haverbeke-101/+75
2011-12-23Get rid of visit_fn_block in visit.rsMarijn Haverbeke-35/+3
2011-12-23Check impls methods against the type of their iface.Marijn Haverbeke-44/+87
2011-12-23Parse `iface` items and interface references in `impl` items.Marijn Haverbeke-139/+209
2011-12-23Use the same type of record in ty::ty_fn and ty::methodMarijn Haverbeke-357/+249
2011-12-23Make ast::ty_method hold a fn_decl, rather than duplicating its fieldsMarijn Haverbeke-39/+20
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-717/+720
2011-12-22Switch core macros to expand to log(level, ...).Graydon Hoare-4/+4
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-133/+117
2011-12-22cargo: Adding my package index.Erick Tryzelaar-0/+3
2011-12-22Whitespace cleanup.Erick Tryzelaar-0/+1
2011-12-22Merge branch 'master' of github.com:graydon/rustGraydon Hoare-404/+334
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1159/+1362
2011-12-22std::unicode: add functions, unit testLenny222-0/+77
2011-12-22Fix rustdoc for AST changesMarijn Haverbeke-6/+6
2011-12-22Work around unwinding bugMarijn Haverbeke-1/+2
2011-12-22Unify some data structures in syntax::ast that were doing the same thingMarijn Haverbeke-397/+327
2011-12-22Revert all of yesterday's snapshots and try again. Cursed!Graydon Hoare-18/+12
2011-12-22Merge branch 'master' of github.com:graydon/rustGraydon Hoare-322/+175
2011-12-22Register another snapshot. There was nothing redeeming about the last one.Graydon Hoare-6/+6
2011-12-22Fix tag_var_cache to cache crate-external tagsMarijn Haverbeke-41/+26
2011-12-22Do not use == and != to compare ty::t valuesMarijn Haverbeke-27/+45
2011-12-22Add ty::new_ty_hash, clean up comparing of ty::t'sMarijn Haverbeke-49/+30
2011-12-22Remove trivial cast checkerMarijn Haverbeke-194/+36
2011-12-22tests: add corner case (empty list)Lenny222-11/+19
2011-12-22json: to_str() also for "null"Lenny222-0/+1
2011-12-22json: add "null"Lenny222-0/+18
2011-12-21More flailing on log syntax due to call-expr ambiguity in previous attempt.Graydon Hoare-2/+9
2011-12-21Register fixed snapshots.Graydon Hoare-6/+6