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
/
libsyntax
/
attr.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-31
Fix warnings
Brian Anderson
-1
/
+0
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-21
/
+0
2013-03-27
derive Eq and Clone impls where applicable
Andrew Paseltiner
-8
/
+1
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-4
/
+4
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-1
/
+1
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-3
/
+3
2013-03-05
core: convert vec::{last,last_opt} to return references
Erick Tryzelaar
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-02-26
libsyntax: add some explicit refs
Erick Tryzelaar
-5
/
+4
2013-02-25
libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free
Erick Tryzelaar
-18
/
+20
2013-02-25
libsyntax: convert visit to pass ty_params by reference
Erick Tryzelaar
-2
/
+2
2013-02-25
libsyntax: add explicit modes where required to copy strs/vecs
Erick Tryzelaar
-3
/
+3
2013-02-25
libsyntax: Convert ast::attribute_ to store a @meta_item
Erick Tryzelaar
-7
/
+8
2013-02-19
convert ast::meta_items to take @~strs
Erick Tryzelaar
-9
/
+9
2013-02-19
convert syntax::attr to use @~strs
Erick Tryzelaar
-73
/
+69
2013-02-19
libsyntax and librustc: minor cleanup
Erick Tryzelaar
-2
/
+2
2013-02-19
libsyntax: change attr:get_attr_name to take a ref
Erick Tryzelaar
-7
/
+6
2013-02-17
syntax: Implement recursive sorting of meta items. Closes #607
Zack Corr
-10
/
+20
2013-02-15
libsyntax: Get rid of uses of `move` and don't parse it.
Luqman Aden
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-08
libsyntax/attr.rs: switch from oldmap to LinearSet
Daniel Micay
-5
/
+3
2013-02-08
oldmap: get rid of legacy _ref suffixes
Daniel Micay
-1
/
+1
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-3
/
+3
2013-02-04
Merge remote-tracking branch 'bstrie/rimov' into incoming
Brian Anderson
-2
/
+2
2013-02-03
oldmap: get rid of the legacy contains_key method
Daniel Micay
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-3
/
+3
2013-01-31
test cases, cleanup
John Clements
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-2
/
+2
2013-01-30
Fix RIMOV damage to libsyntax
Ben Striegel
-2
/
+2
2013-01-30
RIMOV, round 3
Ben Striegel
-1
/
+1
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-74
/
+40
2013-01-24
remove remaining is_not_empty functions/methods
Daniel Micay
-1
/
+1
2013-01-23
core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
Trinick
-2
/
+2
2013-01-22
syntax/rustc: Make some metadata-related functions take slices, kill bad copies
Tim Chevalier
-1
/
+1
2013-01-14
convert ast::attribute_ and ast::view_item to a struct
Erick Tryzelaar
-4
/
+5
2013-01-14
syntax/rustc: Eliminate some bad copies
Tim Chevalier
-11
/
+12
2013-01-10
librustc: Implement a #[no_mangle] attribute to suppress name mangling. r=brson
Patrick Walton
-2
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-05
librustc: Remove some string allocations. rs=perf
Patrick Walton
-7
/
+7
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-5
/
+13
2012-12-11
re-fix typo
Tim Chevalier
-1
/
+1
2012-12-11
Revert "Merge pull request #4144 from luqmana/deprecated-attribute"
Tim Chevalier
-1
/
+1
2012-12-09
Add deprecated attribute.
Luqman Aden
-1
/
+1
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-1
/
+3
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-15
/
+15
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
[next]