summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2012-01-17roll back commit 1c7a62Niko Matsakis-28/+16
2012-01-17libstd: Move std tests into libstdBrian Anderson-3027/+2925
2012-01-17libcore: Move core tests into libcoreBrian Anderson-2068/+1990
2012-01-17build: Start running libcore testsBrian Anderson-0/+7
2012-01-17rustc: Allow std to be built as a test runnerBrian Anderson-3/+16
2012-01-17rustdoc: Add rustdocsBrian Anderson-3/+39
2012-01-17rustdoc: CleanupBrian Anderson-11/+6
2012-01-17Rename some readmes and fix some dist logic.Graydon Hoare-0/+0
2012-01-17rustdoc: Write a blank line after headersBrian Anderson-0/+11
2012-01-17rustdoc: Convert markdown generation to a passBrian Anderson-9/+33
2012-01-17rustdoc: Remove iface. Causing random crashes in resolve?Brian Anderson-51/+52
2012-01-17Update crates with correct crate_type attributeBrian Anderson-1/+7
2012-01-17rustc: --test overrides the crate_type attributeBrian Anderson-13/+30
2012-01-17dist: Add bin directory to system PATH in win32 installerBrian Anderson-0/+337
2012-01-17Python!Graydon Hoare-1/+1
2012-01-17Long line, grumble.Graydon Hoare-1/+2
2012-01-17Merge pull request #1544 from kevina/issue-1393Graydon Hoare-5/+5
2012-01-17Merge pull request #1554 from rtanglao/masterGraydon Hoare-267/+165
2012-01-17Merge pull request #1548 from grahame/fix-interrupted-downloadsGraydon Hoare-1/+7
2012-01-17Remove un-needed <Roland Tanglao-3/+3
2012-01-17dist: Add the uninstaller to the win32 control panelBrian Anderson-0/+11
2012-01-17libcore: Remove bogus FIXME from core::tupleBrian Anderson-1/+0
2012-01-17dist: Make the win32 uninstaller workBrian Anderson-12/+8
2012-01-17libstd => libcoreLenny222-3/+4
2012-01-17spin-off rustdocs tuple code to libstdLenny222-14/+34
2012-01-17encode variant names and have log print them out.Niko Matsakis-13/+75