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
/
test
/
run-pass
/
item-attributes.rs
Age
Commit message (
Expand
)
Author
Lines
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-5
/
+10
2011-11-09
Add "cdecl" as synonym for "c-stack-cdecl"
Brian Anderson
-5
/
+5
2011-10-24
move uses of rust ABI in tests to cdecl or c-stack-cdecl as appr
Niko Matsakis
-5
/
+5
2011-09-02
Reformat. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Remove some uses of str_buf builtin. Issue #855
Brian Anderson
-1
/
+1
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-1
/
+1
2011-08-23
Resolve a number of FIXMEs
Brian Anderson
-2
/
+1
2011-08-20
Reformat
Brian Anderson
-1
/
+1
2011-08-12
Remove all usages of std::vec::vbuf
Brian Anderson
-2
/
+2
2011-08-03
Remove all xfail-stage0 directives
Brian Anderson
-2
/
+0
2011-08-03
Un-xfail more pretty-printing tests
Brian Anderson
-1
/
+0
2011-08-02
Add xfail-pretty directives to tests that don't pretty-print correctly
Brian Anderson
-0
/
+1
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-2
/
+2
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-31
/
+21
2011-07-05
Change ast::meta_name_value to accept any literal, not just string
Brian Anderson
-0
/
+14
2011-07-05
Parse attributes for native items. Closes #609
Brian Anderson
-0
/
+12
2011-06-28
Rework how linkage attributes are determined
Brian Anderson
-0
/
+207
2011-06-28
Add some helper functions for attributes. Issue #487
Brian Anderson
-201
/
+0
2011-06-28
Write metadata for more meta_item types. Issue #487
Brian Anderson
-0
/
+2
2011-06-22
rustc: Introduce and parse additional meta_item forms
Brian Anderson
-0
/
+11
2011-06-21
test: Add a test for distinguishing attributes from extensions
Brian Anderson
-0
/
+12
2011-06-16
rustc: Parse crate attributes in standalone .rs files
Brian Anderson
-0
/
+6
2011-06-16
test: Add a test for outer attributes on the first module in a file
Brian Anderson
-0
/
+6
2011-06-16
rustc: Parse inner attributes of modules
Brian Anderson
-0
/
+44
2011-06-15
rustc: Support outer attributes on items that are defined as statements
Brian Anderson
-1
/
+66
2011-06-15
test: Add missing fn test cases to run-pass/item-attributes.rs
Brian Anderson
-6
/
+13
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-32
/
+29
2011-06-15
test: Add tests for multiple outer attributes on items
Brian Anderson
-11
/
+41
2011-06-15
test: Add test cases for outer attributes on all item types
Brian Anderson
-0
/
+13
2011-06-15
rustc: Parse module attributes
Brian Anderson
-0
/
+8