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
/
obsolete.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-25
auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton
bors
-17
/
+0
2013-09-24
Stop accepting 'impl ...;', require {} instead
Alex Crichton
-0
/
+5
2013-09-24
Correctly encode item visibility in metadata
Alex Crichton
-17
/
+0
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-4
/
+4
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-7
/
+7
2013-08-27
librustc: Remove `&const` and `*const` from the language.
Patrick Walton
-5
/
+6
2013-08-18
fix for #8088 (Cannot name a struct field `new` due to ancient syntax)
Do Nhat Minh
-19
/
+0
2013-08-12
Forbid pub/priv where it has no effect
Alex Crichton
-8
/
+13
2013-08-07
Forbid `priv` where it has no effect
Alex Crichton
-0
/
+5
2013-08-02
librustc: Disallow "unsafe" for external functions
Patrick Walton
-1
/
+7
2013-07-31
rm ancient error for lowercase kinds
Daniel Micay
-7
/
+0
2013-07-20
auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton
bors
-3
/
+3
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-0
/
+6
2013-07-20
syntax: modernise attribute handling in syntax::attr.
Huon Wilson
-3
/
+3
2013-07-17
librustc: Remove `copy` expressions from the language.
Patrick Walton
-5
/
+0
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-4
/
+4
2013-07-17
librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.
Patrick Walton
-2
/
+3
2013-06-28
librustc: Rewrite reachability and forbid duplicate methods in type implement...
Patrick Walton
-1
/
+20
2013-06-28
libsyntax: Remove "copy" pattern bindings from the language
Patrick Walton
-0
/
+5
2013-06-28
librustc: Disallow "mut" from distributing over bindings.
Patrick Walton
-0
/
+6
2013-06-25
great renaming propagation: syntax
Corey Richardson
-5
/
+3
2013-06-23
Parse and typecheck (not kindcheck) bounds on trait paths.
Ben Blum
-5
/
+0
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-1
/
+1
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-1
/
+1
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-0
/
+6
2013-06-04
libsyntax: Remove `pub impl` from the language
Patrick Walton
-6
/
+5
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-11
/
+16
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+1
2013-05-25
Use an enum for keywords and intern them to improve parser performance
Björn Steinbrink
-3
/
+3
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+1
2013-05-19
Register snapshots
Brian Anderson
-8
/
+0
2013-05-15
Allow static strings to be used with keyword checks
Björn Steinbrink
-2
/
+2
2013-05-14
syntax: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-7
/
+7
2013-05-12
libsyntax: Remove `extern mod foo { ... }` from the language.
Patrick Walton
-0
/
+6
2013-05-10
Remove the '<->' operator from the language
Alex Crichton
-0
/
+5
2013-05-10
syntax: Use the new `for` protocol
Alex Crichton
-0
/
+8
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-05-01
allow parsing attributes on struct fields
Erick Tryzelaar
-3
/
+3
2013-04-28
rename parse_single_class_item as well
John Clements
-1
/
+1
2013-04-28
refactor parse_fn_decl
John Clements
-1
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-2
/
+0
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-1
/
+1
2013-03-26
librustc: Stop parsing `[T * N]`.
Patrick Walton
-0
/
+5
2013-03-26
syntax: Removing uses of HashMap
Alex Crichton
-2
/
+2
2013-03-22
libsyntax: Stop parsing `const`.
Patrick Walton
-0
/
+6
2013-03-22
libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keyword
Patrick Walton
-5
/
+0
2013-03-22
libsyntax: Stop parsing `pure` and `static`
Patrick Walton
-0
/
+10
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-1
/
+1
2013-03-22
syntax: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-21
libsyntax: Remove `@const` from the language
Patrick Walton
-0
/
+5
[next]