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-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