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-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
2013-03-18
libsyntax: Stop parsing old lifetimes, except for the ones on data type decla...
Patrick Walton
-0
/
+6
2013-03-13
librustc: Remove implicit self from the language, except for old-style drop b...
Patrick Walton
-0
/
+6
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-0
/
+5
2013-03-11
libsyntax: Stop parsing newtype enums
Patrick Walton
-0
/
+5
2013-03-11
libsyntax: Stop parsing bare functions in preparation for switching them over
Patrick Walton
-0
/
+5
2013-03-09
Remove @ast::Region and replace with @ast::Lifetime.
Niko Matsakis
-0
/
+6
2013-03-07
librustc: Stop parsing `assert`.
Patrick Walton
-0
/
+5
2013-03-07
librustc: Remove record patterns from the compiler
Patrick Walton
-0
/
+5
2013-03-07
libsyntax: Stop parsing structural record types
Patrick Walton
-0
/
+5
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-03-03
libsyntax: add &self to parser methods
Erick Tryzelaar
-9
/
+9
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-1
/
+22
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+8
2013-02-27
libsyntax: Forbid mutable vectors. rs=demuting
Patrick Walton
-0
/
+7
2013-02-27
libsyntax: Forbid `~mut` and `~const`. rs=demuting
Patrick Walton
-1
/
+1
2013-02-26
libsyntax: Stop parsing `~mut`
Patrick Walton
-0
/
+7
2013-02-25
libsyntax: add some explicit copies
Erick Tryzelaar
-1
/
+1
2013-02-25
libsyntax: is_keyword should take a &~str
Erick Tryzelaar
-2
/
+2
2013-02-22
libsyntax: De-mut the parser. rs=demuting
Patrick Walton
-6
/
+6
2013-02-21
librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...
Patrick Walton
-2
/
+7
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-2
/
+7
2013-02-09
auto merge of #4861 : sethpink/rust/incoming, r=catamorphism
bors
-5
/
+0
2013-02-09
Issue #4830 fix
Seth Pink
-5
/
+0
2013-02-08
oldmap: get rid of legacy _ref suffixes
Daniel Micay
-1
/
+1
2013-02-03
oldmap: get rid of the legacy contains_key method
Daniel Micay
-1
/
+1
2013-01-31
test cases, cleanup
John Clements
-2
/
+1
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-2
/
+2
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-10
/
+8
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-1
/
+6
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+3
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-3
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+3
[next]