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
/
test
/
run-pass
/
item-attributes.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-06
Deduplicate words in code comments
Alexei Sholik
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-3
/
+3
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-10
/
+0
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-4
/
+4
2013-03-07
test: Fix tests.
Patrick Walton
-1
/
+1
2013-03-07
librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...
Patrick Walton
-19
/
+29
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-30
test: Remove export from the tests, language, and libraries. rs=deexporting
Patrick Walton
-51
/
+18
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-11
Uncomment nested module in test, delete a FIXME
Tim Chevalier
-2
/
+0
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-6
/
+31
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-1
/
+1
2012-07-17
fix no-longer-unsupervise test cases on windows
Ben Blum
-1
/
+1
2012-07-17
Change all test/run-pass uses of rustrt::unsupervise() to something else
Ben Blum
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-1
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-5
/
+5
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-1
/
+1
2012-02-01
Remove native types from stdlib
Marijn Haverbeke
-3
/
+0
2012-01-15
rustc: Parse fn inner attributes. Closes #1506
Brian Anderson
-0
/
+4
2012-01-13
Remove tests for objs, adjust tests that use objs
Marijn Haverbeke
-29
/
+1
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
[next]