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
/
ext
/
deriving
Age
Commit message (
Expand
)
Author
Lines
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-32
/
+32
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-1
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-7
/
+9
2015-01-05
rollup merge of #20568: huonw/ungate-AT-globs
Alex Crichton
-13
/
+7
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-7
/
+9
2015-01-05
syntax: remove remaining boxed closures
Jorge Aparicio
-33
/
+29
2015-01-05
Ungate default type parameters.
Huon Wilson
-13
/
+7
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-30
/
+32
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+1
2015-01-05
auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-0
/
+1
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-0
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-104
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-13
/
+13
2015-01-03
sed -i -s 's/\bmod}/self}/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
Accept `derive` instead of `deriving`
Nick Cameron
-22
/
+32
2014-12-31
syntax: unbox closures used in let bindings
Jorge Aparicio
-4
/
+4
2014-12-31
syntax: unbox closures used in function arguments
Jorge Aparicio
-2
/
+2
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-14
/
+15
2014-12-27
syntax: change format_args! to produce fmt::Arguments instead of calling a fu...
Eduard Burtescu
-4
/
+6
2014-12-26
Keep track of the whole error chain
Flavio Percoco
-2
/
+5
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-14
/
+15
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-1
/
+1
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-17
/
+58
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-1
/
+1
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-17
/
+58
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-36
/
+31
2014-12-20
Add support for multiple region bounds in where clauses
Jared Roesch
-1
/
+1
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-2
/
+8
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-17
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-17
rollup merge of #19831: luqmana/deriving-where
Alex Crichton
-5
/
+25
2014-12-17
rollup merge of #19755: alexcrichton/rust-serialize
Alex Crichton
-2
/
+22
2014-12-15
rollup merge of #19812: frewsxcv/expansion-include-enum
Brian Anderson
-0
/
+1
2014-12-14
Parse `unsafe impl` but don't do anything particularly interesting with the r...
Niko Matsakis
-1
/
+2
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-1
/
+1
2014-12-14
libsyntax: Make deriving also respect where bounds.
Luqman Aden
-5
/
+25
2014-12-13
rustc: Start the deprecation of libserialize
Alex Crichton
-2
/
+22
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-111
/
+150
2014-12-13
libsyntax: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-13
Expansion should explicitly include enum
Corey Farwell
-0
/
+1
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-3
/
+4
2014-12-09
rollup merge of #19598: japaric/ord
Alex Crichton
-4
/
+25
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-07
syntax: use UFCS in the expansion of `#[deriving(Ord)]`
Jorge Aparicio
-4
/
+25
2014-12-05
Utilize fewer reexports
Corey Farwell
-6
/
+7
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-17
/
+7
[prev]
[next]