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
2015-12-30
use structured errors
Nick Cameron
-7
/
+6
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-2
/
+1
2015-07-30
Remove unused code in parser.
Eli Friedman
-31
/
+0
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-4
/
+2
2015-04-16
Omit 'obsolete' note for warning if -Awarning
Mathijs van de Nes
-1
/
+2
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-1
/
+1
2015-04-01
Fallout in libsyntax
Niko Matsakis
-1
/
+1
2015-03-26
syntax: Remove parsing of old slice syntax
Alex Crichton
-6
/
+0
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-0
/
+6
2015-03-18
rustc: Remove some long deprecated features:
Alex Crichton
-19
/
+0
2015-03-11
Remove ProcType and ProcExp
Guillaume Gomez
-12
/
+0
2015-03-10
Remove proc keyword
Guillaume Gomez
-2
/
+2
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-3
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-4
/
+5
2015-02-18
Declare `&foo[]` to be obsolete syntax. Modify the obsolete mechanism to
Niko Matsakis
-5
/
+21
2015-02-06
Remove word syntax from obsolete syntax messages
Simonas Kazlauskas
-3
/
+3
2015-02-03
Remove the explicit closure kind syntax from the parser and AST;
Niko Matsakis
-0
/
+5
2015-01-17
libsyntax: uint types to usize
Paul Collier
-1
/
+1
2015-01-14
Remove old obsolete syntax errors
Adolfo OchagavĂa
-40
/
+0
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-27
/
+30
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-0
/
+6
2015-01-06
Fix the obsolete message
Nick Cameron
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-06
Obsolete `Sized? T`
Nick Cameron
-1
/
+6
2015-01-06
Remove the prefix in ObsoleteSyntax variants
Nick Cameron
-22
/
+20
2015-01-05
syntax: make the closure type `f: |uint| -> bool` syntax obsolete
Jorge Aparicio
-0
/
+5
2015-01-05
tweak the obsolete syntax message
Jorge Aparicio
-2
/
+2
2015-01-05
syntax: obsolete the `for Sized?` syntax
Jorge Aparicio
-0
/
+6
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+2
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-0
/
+10
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-03
Replace `equiv` method calls with `==` operator sugar
Jorge Aparicio
-1
/
+1
2014-11-26
/*! -> //!
Steve Klabnik
-8
/
+4
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-3
/
+3
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-1
/
+1
2014-10-02
syntax: remove ObsoleteManaged{Type,Expr}.
Eduard Burtescu
-10
/
+0
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-5
/
+4
2014-09-09
librustc: Obsolete the old external crate renaming syntax.
Patrick Walton
-0
/
+5
2014-09-08
librustc: Change the syntax of subslice matching to use postfix `..`
Patrick Walton
-0
/
+5
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-0
/
+5
2014-07-24
libsyntax: Remove `~self` and `mut ~self` from the language.
Patrick Walton
-0
/
+5
2014-07-16
obsolete.rs: fix typo in message
Philipp Gesang
-1
/
+1
2014-07-09
syntax: doc comments all the things
Corey Richardson
-4
/
+4
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+11
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-0
/
+5
[next]