index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustdoc
/
attr_parser.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-3
/
+3
2012-03-09
rustdoc: Simplify attribute parsing
Brian Anderson
-156
/
+21
2012-03-09
rustdoc: Vastly simplify the document model
Brian Anderson
-110
/
+2
2012-03-07
rustdoc: Support #[doc(hidden)]
Brian Anderson
-0
/
+26
2012-02-17
rustdoc: Simplify attr pass
Brian Anderson
-190
/
+37
2012-02-14
Change file_substr to allow for external strings.
Kevin Atkinson
-1
/
+1
2012-02-05
rustdoc: Resolve some FIXMEs
Brian Anderson
-3
/
+2
2012-02-03
Store info about file "substr".
Kevin Atkinson
-1
/
+1
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-2
/
+11
2012-01-31
rustdoc: Pull impl docs out of attributes
Brian Anderson
-2
/
+11
2012-01-30
rustdoc: Add attribute parsing for ifaces and methods
Brian Anderson
-3
/
+20
2012-01-26
rustdoc: Parse resource doc attributes
Brian Anderson
-11
/
+76
2012-01-25
rustdoc: Parse variant doc attributes
Brian Anderson
-2
/
+49
2012-01-25
rustdoc: Extract some common functions from attr_parser
Brian Anderson
-53
/
+16
2012-01-25
rustdoc: Parse enum doc attributes
Brian Anderson
-22
/
+72
2012-01-25
rustdoc: Fix a copy&paste bug in attr_parser tests
Brian Anderson
-2
/
+2
2012-01-25
Keep source file around after parsing.
Kevin Atkinson
-1
/
+1
2012-01-24
rustdoc: Update tests for rustc diagnostic changes
Brian Anderson
-1
/
+2
2012-01-24
rustdoc: Parse fn failure conditions
Brian Anderson
-4
/
+15
2012-01-24
rustdoc: Add parsing of const attribute docs
Brian Anderson
-2
/
+48
2012-01-23
Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.
Kevin Atkinson
-1
/
+3
2012-01-23
Revert "rustdoc: Get the crate brief description from the 'desc' attr"
Brian Anderson
-13
/
+2
2012-01-23
rustdoc: Get the crate brief description from the 'desc' attr
Brian Anderson
-2
/
+13
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-4
/
+4
2012-01-18
rustdoc: Add mod docs attrs to the doc tree
Brian Anderson
-1
/
+1
2012-01-18
rustdoc: Parse module docs
Brian Anderson
-79
/
+154
2012-01-18
rustdoc: Parse crate name from #[link] attr
Brian Anderson
-3
/
+39
2012-01-18
rustdoc: Put fn docs inside fn bodies
Brian Anderson
-3
/
+5
2012-01-18
rustdoc: Document attr_parser::doc_meta
Brian Anderson
-0
/
+3
2012-01-17
rustdoc: Add rustdocs
Brian Anderson
-0
/
+7
2012-01-17
libstd => libcore
Lenny222
-1
/
+1
2012-01-17
spin-off rustdocs tuple code to libstd
Lenny222
-3
/
+4
2012-01-16
rustc: Move some attribute accessors from rustdoc to rustc
Brian Anderson
-52
/
+5
2012-01-16
rustdoc: Move fst and snd into util mod
Brian Anderson
-12
/
+2
2012-01-16
rustdoc: Use attr API in attr_parser
Brian Anderson
-60
/
+119
2012-01-16
rustdoc: Add a fallthrough path to meta_item search in parse_fn
Brian Anderson
-0
/
+1
2012-01-16
rustdoc: Remove non-attribute related stuff from attr_parser
Brian Anderson
-76
/
+60
2012-01-16
rustdoc: Remove attribute parsing from extract module
Brian Anderson
-19
/
+6
2012-01-16
rustdoc: Convert fn return type to retdoc record
Brian Anderson
-2
/
+5
2012-01-16
rustdoc: Change fndoc's arg list to a vec from map
Brian Anderson
-12
/
+10
2012-01-16
rustdoc: Push imports down into submodules
Brian Anderson
-0
/
+3
2012-01-16
rustdoc: Attach the AST node id to fndocs
Brian Anderson
-10
/
+21
2012-01-16
rustdoc: Add regression tests for existing attr parsing behavior
Brian Anderson
-6
/
+87
2012-01-16
rustdoc: Change parse_fn to take a vector of attributes
Brian Anderson
-1
/
+39
2012-01-16
rustdoc: Rename parse_compound_fndoc to parse_fn
Brian Anderson
-2
/
+2
2012-01-16
rustdoc: Move parse_compound_fndoc into mod attr_parser
Brian Anderson
-0
/
+67