about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-1410/+1410
2012-01-18rustdoc: Add more rustdocsBrian Anderson-1/+15
2012-01-18Merge remote-tracking branch 'mozilla/snap-stage3'Tim Chevalier-5/+3
2012-01-18Register snapshotsTim Chevalier-0/+7
2012-01-18rustdoc: Write fn arg descriptions to markdownBrian Anderson-1/+15
2012-01-18rustdoc: Add fn arg descriptions to the doc treeBrian Anderson-4/+28
2012-01-18rustdoc: Change field order on doc::fndocBrian Anderson-6/+6
2012-01-18rustdoc: Ignore nil-typed return valuesBrian Anderson-21/+46
2012-01-18rustdoc: Write markdown for mod descriptionBrian Anderson-3/+18
2012-01-18Allow any alternative (not just a block) to follow a nullary tag patternTim Chevalier-3/+1
2012-01-18allow dotless nullary patterns inside or-patternsTim Chevalier-1/+2
2012-01-18Another minor parser fix for nullary-tag patternsTim Chevalier-1/+1
2012-01-18Allow nullary tag names to be qualifiedTim Chevalier-3/+2
2012-01-18rustc: Assert that the parser doesn't assign node id 0Brian Anderson-0/+2
2012-01-18rustdoc: Add mod docs attrs to the doc treeBrian Anderson-1/+58
2012-01-18rustdoc: Assign AST ids to mod docsBrian Anderson-4/+17
2012-01-18rustdoc: Add brief and desc fields to module docsBrian Anderson-4/+11
2012-01-18rustdoc: Parse module docsBrian Anderson-79/+154
2012-01-18[cargo] arghElly Jones-20/+0
2012-01-18[cargo] refactor test_one_crateElly Jones-12/+26
2012-01-18fix long lineGraydon Hoare-1/+1
2012-01-18[cargo] add --test flag to installElly Jones-15/+48
2012-01-18Fix --out-dir a bit more in driver.Graydon Hoare-3/+5
2012-01-18remove align_mode and rewrite GEP_tup_like to align correctlyNiko Matsakis-97/+82
2012-01-18correct use of GEP_tup_like in closure constrNiko Matsakis-28/+66
2012-01-18rustdoc: Write argument names as code spansBrian Anderson-3/+3
2012-01-18rustdoc: Write markdown for argument typesBrian Anderson-3/+8
2012-01-18rustdoc: Add argument types to the docBrian Anderson-19/+63
2012-01-18rustdoc: Extract functions from tystr_pass::fold_fnBrian Anderson-32/+32
2012-01-18rustdoc: Prune unconfigured items from ASTBrian Anderson-0/+14
2012-01-18rustdoc: Write markdown for fn argumentsBrian Anderson-4/+34
2012-01-18rustdoc: Introduce type doc::argdocBrian Anderson-12/+17
2012-01-18rustdoc: Extract function argument names from the ASTBrian Anderson-2/+20
2012-01-18rustdoc: Merge the crate's name attribute into the doc treeBrian Anderson-0/+39
2012-01-18rustdoc: Parse crate name from #[link] attrBrian Anderson-3/+39
2012-01-18rustdoc: Put fn docs inside fn bodiesBrian Anderson-5/+11
2012-01-18rustdoc: Document attr_parser::doc_metaBrian Anderson-0/+3
2012-01-18test: Don't test that tags with zero variants are supportedPatrick Walton-1/+1
2012-01-18rustc: Accept commas to separate tag variantsPatrick Walton-3/+12
2012-01-19libstd: Revert an integer type castingHaitao Li-1/+4
2012-01-19rustc: Use integer from ctypes consistentlyHaitao Li-49/+60
2012-01-19Use ctypes in native function declarationsHaitao Li-223/+252
2012-01-19rustc: Warn when int or uint is used in a native type declHaitao Li-0/+38
2012-01-17rustdoc: Improve formatting of return typeBrian Anderson-3/+20
2012-01-17rustdoc: Write a single line between brief and descBrian Anderson-3/+10
2012-01-17rustdoc: Extract various gen functionsBrian Anderson-4/+32
2012-01-17rustdoc: Extract boilerplate from gen testsBrian Anderson-25/+15
2012-01-17rustdoc: Write blank lines after brief descriptionsBrian Anderson-2/+23
2012-01-17rustdoc: Remove some debug loggingBrian Anderson-1/+0
2012-01-17use 64-bit memset on 64-bit platforms. Fixes #1546. Fixes #843.Niko Matsakis-22/+12