about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-16Minor cleanups to custom discriminator code.Kevin Atkinson-5/+5
2012-01-16Ensure library file always has a proper suffix.Josh Matthews-1/+1
2012-01-16Make str::replace smarter.Josh Matthews-2/+7
2012-01-16Don't write out type names when hashing typesMarijn Haverbeke-3/+5
2012-01-16Remove misguided indirect return in trans_closureMarijn Haverbeke-8/+4
2012-01-16Move emacs mode into treeMarijn Haverbeke-0/+510
2012-01-16Store type names in crate metadataMarijn Haverbeke-4/+23
2012-01-16When pretty-printing fn types, leave off arg modes when they are the defaultMarijn Haverbeke-5/+13
2012-01-16Don't evaluate discriminator value constants when parsing.Kevin Atkinson-51/+106
2012-01-16Be more careful about pretty-printing literalsMarijn Haverbeke-12/+19
2012-01-16Update pretty printer to print out disr. values.Kevin Atkinson-0/+24
2012-01-16Properly print u suffix for uint literalsMarijn Haverbeke-1/+1
2012-01-16rustdoc: Attach the doc writer to the doc extractorBrian Anderson-30/+5
2012-01-16rustdoc: Write fn docsBrian Anderson-1/+58
2012-01-16rustdoc: Write crate nameBrian Anderson-0/+35
2012-01-16rustdoc: Set the crate name in the top moduleBrian Anderson-9/+19
2012-01-16rustdoc: Attach the AST node id to fndocsBrian Anderson-13/+36
2012-01-16rustdoc: Rename type rustdoc to gen::ctxtBrian Anderson-24/+19
2012-01-16rustdoc: Move rustdoc type into the gen moduleBrian Anderson-0/+5
2012-01-16rustdoc: Wire up the doc extractor to attribute parserBrian Anderson-8/+2
2012-01-16rustdoc: Add regression tests for existing attr parsing behaviorBrian Anderson-7/+88
2012-01-16rustdoc: Change parse_fn to take a vector of attributesBrian Anderson-34/+40
2012-01-16rustdoc: Rename parse_compound_fndoc to parse_fnBrian Anderson-3/+3
2012-01-16rustdoc: Move parse_compound_fndoc into mod attr_parserBrian Anderson-67/+70
2012-01-16rustdoc: Build mod and fn nodes from the ASTBrian Anderson-20/+129
2012-01-16rustdoc: Add extract module for building doc model from ASTBrian Anderson-0/+23
2012-01-16rustdoc: Move markdown-writing functions into gen moduleBrian Anderson-47/+47
2012-01-16rustdoc: Move document model into doc moduleBrian Anderson-18/+18
2012-01-16rustdoc: Add cratedoc and moddoc typesBrian Anderson-0/+8
2012-01-16rustdoc: Move parse module to its own fileBrian Anderson-24/+23
2012-01-16rustdoc: Add parse::from_str for testing purposesBrian Anderson-2/+14
2012-01-16rustdoc: Move AST parsing into the parse moduleBrian Anderson-12/+18
2012-01-16use correct size for logging mod_entry state fieldsJyun-Yan You-27/+27
2012-01-16add lgamma functions for FreeBSDJyun-Yan You-0/+2
2012-01-15Added string functions: split_func, split_char, lines, lines_any, words,Kevin Cantu-9/+189
2012-01-15rustc: Parse fn inner attributes. Closes #1506Brian Anderson-30/+134
2012-01-15rustc: Extract comman parts of view parsingBrian Anderson-7/+13
2012-01-15build: Add rustdoc to tidy rulesBrian Anderson-2/+6
2012-01-15rustdoc: Add a crate fileBrian Anderson-0/+8
2012-01-15Register snapshotsBrian Anderson-0/+7
2012-01-15Revert "Register snapshots"Brian Anderson-7/+0
2012-01-15Register snapshotsBrian Anderson-0/+7
2012-01-14bench: Lower the default inputs on many shootout benchmarksBrian Anderson-5/+5
2012-01-14bench: Update shootout-nbody for styleBrian Anderson-22/+20
2012-01-14bench: Update fannkuchredux for styleBrian Anderson-5/+11
2012-01-14bench: Update shootout-binarytrees for styleBrian Anderson-8/+15
2012-01-14bench: Update shootout-ackermann for performanceBrian Anderson-15/+14
2012-01-14bench: Update shootout-fibo for performanceBrian Anderson-14/+15
2012-01-14libcore: Add sys::set_min_stackBrian Anderson-0/+17
2012-01-14Merge pull request #1521 from grahame/masterBrian Anderson-3/+3