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-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
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+8
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
libs: Remove transitionary material on iter_bytes, add workcache to build.
Graydon Hoare
-9
/
+0
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-6
/
+1
2012-11-29
libsyntax: Remove the "by-mutable-ref" obsolete syntax error; it blocks usefu...
Patrick Walton
-5
/
+0
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-12
/
+0
2012-11-28
Register snapshots
Brian Anderson
-12
/
+0
2012-11-28
librustc: Add explicit self to IterBytes. r=nmatsakis
Patrick Walton
-0
/
+9
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+12
2012-11-06
Cleanup how we handle proto in types, remove unsound subtyping
Niko Matsakis
-66
/
+0
2012-10-23
Remove <- operator from the compiler
Tim Chevalier
-0
/
+10
2012-10-20
Parse and report obsolete fixed-length vector syntax
Brian Anderson
-1
/
+68
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-3
/
+3
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-1
/
+6
2012-10-02
libstd: Switch off legacy modes in both core and std.
Patrick Walton
-1
/
+1
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-11
/
+0
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-1
/
+7
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+11
2012-09-12
fixup mutability of vec::each, make iter_bytes pure
Niko Matsakis
-1
/
+1
2012-09-11
Remove priv sections from classes. Obsolete the syntax
Brian Anderson
-1
/
+21
2012-09-10
Report obsolete trait lists on structs
Brian Anderson
-0
/
+6
2012-09-10
Report obsolete class method syntax
Brian Anderson
-1
/
+6
2012-09-08
libsyntax: Parse and report errors for a few obsolete syntaxes
Brian Anderson
-0
/
+145
[prev]