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
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
2012-11-28
Register snapshots
Brian Anderson
-10
/
+0
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+10
2012-11-16
Change spans to use byte offsets instead of char offsets
Brian Anderson
-2
/
+2
2012-11-14
Add types for character position and byte position in the codemap
Brian Anderson
-1
/
+3
2012-10-22
Merge remote-tracking branch 'original/incoming' into incoming
Simon BD
-3
/
+1
2012-10-18
libcore: minor code cleanup.
Erick Tryzelaar
-3
/
+1
2012-10-03
Merge remote-tracking branch 'original/incoming' into incoming
Simon BD
-9
/
+9
2012-09-28
demode vec
Niko Matsakis
-8
/
+8
2012-09-27
Put function argument last in sort function. Fixes #3265.
Simon BD
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-9
/
+0
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-2
/
+2
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-42
/
+42
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-42
/
+42
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+9
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-3
/
+3
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-1
/
+1
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-1
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-0
/
+7
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-6
/
+6
2012-08-26
Camel case the option type
Brian Anderson
-35
/
+35
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-1
/
+1
2012-08-22
Merge find_linkage_attrs with find_linkage_metas
Tim Chevalier
-15
/
+5
2012-08-22
intern identifiers
Paul Stansifer
-61
/
+51
2012-08-15
Convert more core types to camel case
Brian Anderson
-7
/
+7
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-4
/
+4
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-16
/
+16
2012-08-05
Switch alts to use arrows
Brian Anderson
-49
/
+38
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-3
/
+3
2012-08-01
Convert ret to return
Brian Anderson
-21
/
+21
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-7
/
+7
2012-07-26
Add #[inline(never)], and also fixed inlining on vec::push
Eric Holk
-1
/
+5
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-27
/
+28
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-7
/
+7
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-4
/
+4
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-1
/
+1
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-24
/
+20
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-2
/
+25
2012-07-01
Convert to new closure syntax
Brian Anderson
-8
/
+7
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-2
/
+25
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-27
/
+27
[next]