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
/
libsyntax
/
parse
/
attr.rs
Age
Commit message (
Expand
)
Author
Lines
2014-07-09
ast: make Name its own type
Corey Richardson
-2
/
+2
2014-07-09
lexer: lex WS/COMMENT/SHEBANG rather than skipping
Corey Richardson
-1
/
+1
2014-07-09
syntax: doc comments all the things
Corey Richardson
-21
/
+21
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-7
/
+0
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-13
Fix all violations of stronger guarantees for mutable borrows
Cameron Zwarich
-1
/
+2
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+7
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-11
/
+13
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-05-24
Changes from feedback
Steven Fackler
-4
/
+4
2014-05-24
Add AttrId to Attribute_
Steven Fackler
-1
/
+7
2014-05-22
auto merge of #14357 : huonw/rust/spelling, r=pnkfelix
bors
-4
/
+4
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+1
2014-05-22
syntax: put the correct span on doc-comments inside a module.
Huon Wilson
-4
/
+4
2014-05-03
Remove comment about semicolons for inner attributes from docs and adjust com...
Kevin Butler
-1
/
+2
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-3
/
+2
2014-03-28
syntax: Accept meta matchers in macros
Alex Crichton
-11
/
+8
2014-03-20
syntax: Tidy up parsing the new attribute syntax
Alex Crichton
-28
/
+18
2014-03-20
Added new attribute syntax with backward compatibility.
Daniel Fagnan
-9
/
+27
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-2
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-1
/
+1
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-0
/
+2
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-12
/
+12
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-2
/
+2
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-1
/
+1
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-6
/
+6
2014-01-02
libsyntax: De-`@mut` `token` in the parser
Patrick Walton
-6
/
+6
2014-01-02
libsyntax: Make the parser mutable
Patrick Walton
-16
/
+17
2013-11-28
Register new snapshots
Alex Crichton
-3
/
+3
2013-10-30
syntax: Forbid non-string literals in meta items. #623
Brian Anderson
-0
/
+10
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-4
/
+4
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-2
/
+2
2013-08-17
Fix warnings in librustc and libsyntax
Erick Tryzelaar
-1
/
+0
2013-08-08
Allow attributes to appear as macro arguments
Niko Matsakis
-57
/
+74
2013-07-20
syntax: modernise attribute handling in syntax::attr.
Huon Wilson
-28
/
+28
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-8
/
+6
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-9
/
+7
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-2
/
+2
2013-05-28
Remove unnecessary allocations flagged by lint
Seo Sanghyeon
-6
/
+6
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-1
/
+1
2013-05-03
More accurate spans
Seo Sanghyeon
-1
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-10
/
+0
2013-04-28
parser comments
John Clements
-0
/
+7
2013-04-20
syntax: remove unused 'mut' variables
Alex Crichton
-4
/
+4
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-4
/
+0
2013-03-03
libsyntax: add &self to parser methods
Erick Tryzelaar
-15
/
+18
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-0
/
+1
[next]