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
/
comp
/
front
/
attr.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-06
rustc: Make meta items into interior vectors
Patrick Walton
-18
/
+16
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-6
/
+9
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-14
/
+13
2011-07-06
Temp commit on the way to making meta_item into an interior vector
Patrick Walton
-8
/
+6
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-6
/
+9
2011-07-05
Change ast::meta_name_value to accept any literal, not just string
Brian Anderson
-3
/
+30
2011-07-05
Error if the link attribute has duplicate items. Issue #614
Brian Anderson
-0
/
+16
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-4
/
+6
2011-07-01
Add some FIXMEs for issue #607
Brian Anderson
-1
/
+4
2011-07-01
Add some logging to attr when reading crate link attributes
Brian Anderson
-2
/
+1
2011-07-01
Cleanup attribute code. Issue #487
Brian Anderson
-2
/
+9
2011-07-01
Add some helper functions to front::attr
Brian Anderson
-0
/
+20
2011-06-30
Use attributes for conditional compilation in std.rc
Brian Anderson
-0
/
+4
2011-06-30
Move middle::attr to front::attr
Brian Anderson
-0
/
+167
[prev]