summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-26rustc: Make core injection a timed passBrian Anderson-1/+3
2012-01-26rustc: Move core injection to its own moduleBrian Anderson-24/+44
2012-01-26std: Fix types in uvtmp testsBrian Anderson-4/+4
2012-01-26Shuffle around to work with rust-spidermonkeyDonovan Preston-51/+80
2012-01-26rustdoc: Set up the compiler session properly in prep for running resolveBrian Anderson-25/+104
2012-01-26rustdoc: Rename astsrv::ctxt.map to ast_mapBrian Anderson-11/+11
2012-01-26Make re-exporting of impls workMarijn Haverbeke-111/+135
2012-01-26Use operator names for operator methodsMarijn Haverbeke-35/+40
2012-01-26Fix small bug in iface self typesMarijn Haverbeke-1/+3
2012-01-26Allow operator overloading of the indexing operatorMarijn Haverbeke-57/+88
2012-01-26First stab at operator overloadingMarijn Haverbeke-142/+269
2012-01-26Use string stored in codemap for pretty-printing comments and literalsMarijn Haverbeke-35/+23
2012-01-26Remove ty_native_fnMarijn Haverbeke-128/+38
2012-01-25Change FIXME comments in strKevin Cantu-2/+2
2012-01-25(FIX) Change encoder::encode_metadata to return a [u8] (which will become an ...Kevin Cantu-3/+3
2012-01-25(TEMPORARY) Break something by making io::mem_buffer_str UTF-8 safeKevin Cantu-1/+1
2012-01-25rustdoc: Add some test enums to demo moduleBrian Anderson-0/+3
2012-01-25rustdoc: Write markdown for enumsBrian Anderson-0/+93
2012-01-25rustdoc: Apply general string ops to enum docsBrian Anderson-1/+46
2012-01-25rustdoc: Extract brief enum descs from long descsBrian Anderson-1/+24
2012-01-25rustdoc: Prune undocumented enumsBrian Anderson-1/+66
2012-01-25rustdoc: Add enum doc attributes to the doc treeBrian Anderson-1/+59
2012-01-25rustdoc: Parse variant doc attributesBrian Anderson-2/+49
2012-01-25rustdoc: Extract some common functions from attr_parserBrian Anderson-53/+16
2012-01-25rustdoc: Parse enum doc attributesBrian Anderson-22/+72
2012-01-25rustdoc: Fix a copy&paste bug in attr_parser testsBrian Anderson-2/+2
2012-01-25rustdoc: Extract variant signaturesBrian Anderson-3/+46
2012-01-25rustc: Add pprust::variant_to_strBrian Anderson-17/+39
2012-01-25rustdoc: Add enum foldingBrian Anderson-7/+42
2012-01-25rustdoc: Extract enum doc nodes from AST nodesBrian Anderson-1/+56
2012-01-25rustc: Allow attributes on enum variants. Closes #1663Brian Anderson-4/+45
2012-01-25Add Inno Setup installer script rather than NSISunknown-0/+269
2012-01-25Merge pull request #1664 from kevina/issue-1612Brian Anderson-68/+62
2012-01-25Correctly increment sess.byte_pos.Kevin Atkinson-6/+6
2012-01-25Keep source file around after parsing.Kevin Atkinson-62/+56
2012-01-25Merge pull request #1627 from graydon/win32-quotingBrian Anderson-4/+62
2012-01-25test: Un-xfail run-pass/tag-auto-disr-val-shapeBrian Anderson-5/+4
2012-01-25test: Add regression test for #1659Brian Anderson-0/+8
2012-01-25test: Un-xfail run-pass/tag-disr-val-shapeBrian Anderson-2/+0
2012-01-25Implement implicit self type parameters for ifacesMarijn Haverbeke-72/+102
2012-01-25Rename tag to enum throughout the compilerMarijn Haverbeke-329/+314
2012-01-25Repair zero-variant tagsMarijn Haverbeke-51/+24
2012-01-25Add bit-shifting ops to ast_util::eval_const_exprMarijn Haverbeke-0/+4
2012-01-25Making str::from_cstr UTF-8 safeKevin Cantu-3/+3
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 6)Kevin Cantu-1/+4
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 5)Kevin Cantu-3/+3
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 4)Kevin Cantu-12/+12
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 3)Kevin Cantu-2/+2
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 2)Kevin Cantu-6/+6
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-11/+16