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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
deriving
/
generic
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-21
syntax: remove #![feature(box_syntax, box_patterns)]
Erick Tryzelaar
-4
/
+4
2015-02-12
Made `Self` a keyword.
Marvin Löbel
-4
/
+4
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-2
/
+2
2015-01-18
libsyntax: int => i32 in appropriate places
Paul Collier
-2
/
+2
2015-01-17
s/deriving/derives in Comments/Docs
Earl St Sauver
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-7
/
+10
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-2
/
+2
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-4
/
+2
2014-11-26
/*! -> //!
Steve Klabnik
-4
/
+2
2014-11-26
Rote changes due to the fact that ast paths no longer carry this extraneous b...
Niko Matsakis
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-8
/
+3
2014-11-07
Update parser with `for` syntax
Niko Matsakis
-2
/
+2
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-4
/
+3
2014-08-27
Allow *-pointers in PtrTy (fixes #16781)
Manish Goregaokar
-1
/
+5
2014-08-14
librustc: Implement simple `where` clauses.
Patrick Walton
-2
/
+7
2014-08-07
Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,
Niko Matsakis
-5
/
+10
2014-07-19
Fixed lifetimes on syntax deriving structs, implemented Clone
Dzmitry Malyshau
-2
/
+6
2014-07-16
libsyntax: Remove `Send` from `PtrTy` in `deriving`.
Patrick Walton
-6
/
+0
2014-07-09
syntax: doc comments all the things
Corey Richardson
-6
/
+8
2014-07-08
carry self ident forward through re-parsing
John Clements
-4
/
+6
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-6
/
+7
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-2
/
+3
2014-05-17
syntax: Tighten search paths for inner modules
Alex Crichton
-0
/
+267