summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-19Handle log expressions with a _|_-typed levelTim Chevalier-0/+10
2012-01-19rustdoc: Add a blank line after the return value descriptionBrian Anderson-0/+9
2012-01-19rustdoc: Attach return value descriptions to the doc treeBrian Anderson-3/+24
2012-01-19rustdoc: Run tystr pass before attr passBrian Anderson-3/+3
2012-01-19rustc: Fix long linesPatrick Walton-5/+6
2012-01-19rustc: "tag" -> "enum"Patrick Walton-183/+183
2012-01-19cargo: Fix unused argument warningBrian Anderson-1/+1
2012-01-19libstd: Long linesBrian Anderson-2/+2
2012-01-19Use fn~ to simplify the core::test interfaceBrian Anderson-114/+63
2012-01-19In trans, allow _|_-typed things to be the argument to failTim Chevalier-1/+5
2012-01-19Partial fix for #1561, doesn't actually "fix" the problem but you get output ...Graydon Hoare-3/+3
2012-01-19Rename fn*() to fn() as originally planned.Niko Matsakis-21/+30
2012-01-19treat fn*() as fn&()Niko Matsakis-11/+13
2012-01-19rustc: Refactor lint check and avoid a segv faultHaitao Li-23/+16
2012-01-19rustc: Name the lint-style check module `lint`Haitao Li-69/+89
2012-01-19rustc: Add a usage pass to collect one-off analysesHaitao Li-31/+72
2012-01-19rustc: Use io::println for time-passes dataHaitao Li-2/+2
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-130/+125
2012-01-19rustdoc: CleanupBrian Anderson-60/+11
2012-01-19rustdoc: Remove nullary-tag dotsBrian Anderson-4/+4
2012-01-19rustdoc: Write the full path to each modBrian Anderson-1/+9
2012-01-19rustdoc: Change the header scheme so that all mods are h2, fns h3Brian Anderson-21/+15
2012-01-19rustdoc: Add path_pass for recording full paths to modsBrian Anderson-0/+51
2012-01-19rustdoc: Add path field to doc::moddocBrian Anderson-0/+4
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