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
about
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-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-4
/
+4
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-4
/
+4
2012-09-20
rustdoc: Use doc comments for rustdoc's rustdocs
Brian Anderson
-6
/
+6
2012-09-19
rustdoc: Find doc(hidden) even when there are multiple doc attrs
Brian Anderson
-10
/
+23
2012-09-19
rustdoc: Fix spelling in tests
Brian Anderson
-2
/
+2
2012-09-18
rustdoc: Camel case
Brian Anderson
-3
/
+3
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-5
/
+5
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-17
/
+17
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-1
/
+1
2012-08-22
intern identifiers
Paul Stansifer
-3
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-3
/
+3
2012-08-05
Switch alts to use arrows
Brian Anderson
-6
/
+6
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-16
/
+16
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-3
/
+4
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-1
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-2
/
+2
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-1
/
+4
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-6
/
+6
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-6
/
+6
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-9
/
+1
2012-06-13
Box AST idents
Brian Anderson
-2
/
+3
2012-05-24
Access parse/attrs.rs with an impl.
Paul Stansifer
-1
/
+2
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-6
/
+6
2012-04-19
syntax: Extract attribute parsing to its own mod
Brian Anderson
-1
/
+1
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-1
/
+2
2012-04-15
syntax: Cleanup attr module. Closes #1545
Brian Anderson
-1
/
+1
2012-03-29
rustc: Remove the rustsyntax::attr wrapper in front
Brian Anderson
-1
/
+1
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
[next]