about summary refs log tree commit diff
path: root/src/comp
AgeCommit message (Expand)AuthorLines
2012-02-05Fix macro backtraces.Kevin Atkinson-59/+72
2012-02-05Remove support for $(...) form of quasi-quotes, use #ast{...} instead.Kevin Atkinson-28/+4
2012-02-05Merge remote-tracking branch 'erickt/master'Brian Anderson-4/+4
2012-02-05don't fail if inference is not completeNiko Matsakis-5/+13
2012-02-05resolve some merge failuresNiko Matsakis-9/+5
2012-02-05infer modes rather than overwriting with expected tyNiko Matsakis-166/+309
2012-02-03Beginnings of front-end support for classesTim Chevalier-10/+265
2012-02-03log to stderr instead of stdoutTed Horst-9/+9
2012-02-03Fix various drift issues in the qq branch.Graydon Hoare-29/+27
2012-02-03Implement folding of ast::ty.Kevin Atkinson-3/+30
2012-02-03Fix q-q so that non-expression q-q actually work when there is embed anti-q.Kevin Atkinson-7/+21
2012-02-03Allow anti-quotes to also be ast::ty rather than just ast::expr.Kevin Atkinson-14/+74
2012-02-03Implement quasi-quoting of multiple syntatic categories.Kevin Atkinson-24/+114
2012-02-03Formatting cleanups.Kevin Atkinson-11/+13
2012-02-03Store info about file "substr".Kevin Atkinson-14/+38
2012-02-03Implement quasi-quotes in more macro form: #ast{...}.Kevin Atkinson-5/+38
2012-02-03Don't rely on filename to get a file from the filemapKevin Atkinson-21/+23
2012-02-03Bug fix in lookup_byte_offset.Kevin Atkinson-1/+1
2012-02-03Make macro arg optional in syntax, again untested.Kevin Atkinson-14/+41
2012-02-03Add support for recognizing macro body, completely untested.Kevin Atkinson-16/+43
2012-02-03Change the type for the macro body to also store the span.Kevin Atkinson-10/+13
2012-02-03When replacing $(...) with $0 preserve spacing for better error messages.Kevin Atkinson-7/+19
2012-02-03Expand result of quasi-quote.Kevin Atkinson-3/+9
2012-02-03Implement anti-quotes.Kevin Atkinson-12/+93
2012-02-03Implement "replace" function.Kevin Atkinson-1/+23
2012-02-03Implement basic quasi-quoter. No anti-quotes yet.Kevin Atkinson-7/+40
2012-02-03Rename AST builders to use uniform naming scheme. Also add a few more.Kevin Atkinson-46/+68
2012-02-03Add support for parsing quasi-quotes, doesn't do anything useful yet.Kevin Atkinson-1/+72
2012-02-03Move useful ast building functions into their own module.Kevin Atkinson-39/+50
2012-02-03Add function to get a code snippet from a span,Kevin Atkinson-3/+40
2012-02-03Fix prefixing of logging paths with crate nameMarijn Haverbeke-3/+4
2012-02-03core: rename str::lteq to str::leTom Lee-1/+1
2012-02-03Clean up and update trans::ty_ctxt type definitionMarijn Haverbeke-66/+37
2012-02-03Start on in-crate monomorphizingMarijn Haverbeke-125/+166
2012-02-03Store item paths in ast_map, get rid of trans::local_ctxtMarijn Haverbeke-380/+363
2012-02-03Remove experimental GC codeMarijn Haverbeke-172/+8
2012-02-02Fix assumption in mut.rs that op overloading breaksMarijn Haverbeke-4/+1
2012-02-01rustdoc: Add support for type itemsBrian Anderson-1/+5
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-6/+6
2012-02-01Propagating unsafe::slice 3Kevin Cantu-6/+7
2012-02-01Propagating unsafe::slice 2Kevin Cantu-8/+8
2012-02-01make boxes self-describing (fixes #1493)" (take 2)Niko Matsakis-282/+296
2012-02-01Revert "make boxes self-describing (fixes #1493)" until a newNiko Matsakis-296/+282
2012-02-01make boxes self-describing (fixes #1493)Niko Matsakis-282/+296
2012-02-01Remove support for native typesMarijn Haverbeke-124/+17
2012-02-01Get rid of native types in LLVM moduleMarijn Haverbeke-268/+250
2012-01-31Change option::t to optionTim Chevalier-259/+259
2012-01-31Rename str::from_byte(s) to str::unsafe::from_byte(s),Kevin Cantu-1/+1
2012-01-31Merge pull request #1713 from killerswan/manpgGraydon Hoare-35/+44
2012-01-31Don't compute pre- and postconditions for item_constsTim Chevalier-16/+1