summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-24Replace uses of str::unsafe_from_byteKevin Cantu-5/+5
2012-01-24Changed type of str::from_bytes and added str::from_byteKevin Cantu-18/+43
2012-01-24rustdoc: Add enums to the doc treeBrian Anderson-4/+23
2012-01-24rustdoc: Add a pass to normalize indentation levels in doc commentsBrian Anderson-0/+122
2012-01-24rustdoc: Extract a general apply-function-to-strings pass from trim_passBrian Anderson-65/+78
2012-01-24rustdoc: Add a demo module with some test docsBrian Anderson-0/+70
2012-01-24rustdoc: Update tests for rustc diagnostic changesBrian Anderson-1/+2
2012-01-24rustc: Bump the error count on non-span errorsBrian Anderson-0/+1
2012-01-24rustc: Split diagnostics into "span diagnostics" and "diagnostics".Patrick Walton-80/+114
2012-01-24rustdoc: Rename gen module to markdown_passBrian Anderson-2/+2
2012-01-24rustdoc: Generate markdown for failure conditionsBrian Anderson-0/+20
2012-01-24rustdoc: Trim whitespace from failure conditionsBrian Anderson-1/+12
2012-01-24rustdoc: Don't prune functions with documented failure conditionsBrian Anderson-1/+12
2012-01-24rustdoc: Add fn failure conditions to the doc treeBrian Anderson-1/+14
2012-01-24rustdoc: Parse fn failure conditionsBrian Anderson-4/+15
2012-01-24rustdoc: Add a pass to trim whitespace from docsBrian Anderson-0/+132
2012-01-24rustdoc: Add a pass that extracts brief docs from long docsBrian Anderson-0/+221
2012-01-24Reorganizing str.rs to group and document strings better (no functional chang...Kevin Cantu-676/+837
2012-01-24comp: Fix syntax error in parserBrian Anderson-1/+1
2012-01-24Merge pull request #1631 from j-clark/patch-2Brian Anderson-2/+3
2012-01-24Merge pull request #1637 from grahame/cargo-errorsBrian Anderson-2/+22
2012-01-24freebsd clang supportJyun-Yan You-0/+4
2012-01-25suggest sync/init to user as appropriateGrahame Bowland-2/+22
2012-01-24core: Document the log levelsBrian Anderson-0/+5
2012-01-24rustdoc: Update one of the markdown fn testsBrian Anderson-1/+1
2012-01-24rustdoc: Write markdown for constsBrian Anderson-0/+28
2012-01-24rustdoc: Prune undocumented constsBrian Anderson-3/+40
2012-01-24rustdoc: Some refactoring in attr_passBrian Anderson-18/+15
2012-01-24rustdoc: Add const attr docs to doc treeBrian Anderson-2/+34
2012-01-24rustdoc: Add parsing of const attribute docsBrian Anderson-2/+48
2012-01-24rustdoc: Add const types to the doc treeBrian Anderson-2/+33
2012-01-24rustdoc: Add brief and desc fields to constdocBrian Anderson-0/+4
2012-01-24rustdoc: Add fold_const and fold_constlist to foldBrian Anderson-17/+56
2012-01-24rustdoc: Prune unexported constsBrian Anderson-7/+64
2012-01-24rustdoc: Build const docs from AST constsBrian Anderson-1/+31
2012-01-24rustdoc: Add consts to the doc treeBrian Anderson-4/+15
2012-01-23Add export{} syntax to encapsulate things that should be abstractTim Chevalier-4/+4
2012-01-23s/fn&/fn/Kevin Cantu-8/+8
2012-01-23Added str::from_bytes (which is UTF-8 safe)Kevin Cantu-0/+31
2012-01-23improved test case for str::anyKevin Cantu-1/+1
2012-01-23Added str::lines_iterKevin Cantu-3/+27
2012-01-23fixing indentationKevin Cantu-29/+29
2012-01-23Added str::words_iterKevin Cantu-2/+34
2012-01-23Added str::any, str::bytes_iter, str::windowed, and vec::windowed functionsKevin Cantu-7/+158
2012-01-23Added str::map and str::all functionsKevin Cantu-1/+43
2012-01-23Merge branch 'master' into tag-docsTim Chevalier-0/+178
2012-01-23rustdoc: Prune unexported items from the doc treeBrian Anderson-0/+178
2012-01-23Register snapshotsTim Chevalier-0/+7
2012-01-23Added to bad_expr_word_table reserved wordsJoshua Clark-2/+3
2012-01-23cargo: Long linesBrian Anderson-1/+2