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-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-6
/
+6
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-5
/
+5
2015-02-04
Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
bors
-0
/
+4
2015-02-04
Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.
Huon Wilson
-0
/
+4
2015-02-03
Correct one case where the inference was detecting a looser result than the
Niko Matsakis
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-4
/
+4
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-4
/
+4
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-8
/
+8
2015-01-31
Fix rebase issues
Adolfo Ochagavía
-2
/
+2
2015-01-31
Replace uses of Decorator and Modifier
Adolfo Ochagavía
-8
/
+17
2015-01-29
bring back `#[derive(Show)]` with a deprecation warning
Jorge Aparicio
-0
/
+8
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
register snaphots
Jorge Aparicio
-2
/
+0
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-26
Auto merge of #21614 - kvark:typedef, r=huonw
bors
-16
/
+55
2015-01-26
Auto merge of #21605 - huonw:omg-muscle-memory, r=eddyb
bors
-0
/
+8
2015-01-25
Associated types support for deriving::generic::TraitDef
Dzmitry Malyshau
-16
/
+55
2015-01-25
Tell the compiler to tell us that `deriving` is dead.
Huon Wilson
-0
/
+8
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-1
/
+1
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-2
/
+4
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-44
/
+44
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+4
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-8
/
+8
2015-01-18
libsyntax: int => i32 in appropriate places
Paul Collier
-15
/
+15
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-15
/
+15
2015-01-17
libsyntax: uint types to usize
Paul Collier
-6
/
+6
2015-01-17
s/deriving/derives in Comments/Docs
Earl St Sauver
-22
/
+22
2015-01-16
auto merge of #21162 : apasel422/rust/issue-16530, r=huonw
bors
-6
/
+2
2015-01-15
rollup merge of #21199: dotdash/decode_lamba
Alex Crichton
-4
/
+3
2015-01-15
rollup merge of #21161: japaric/ufcs-hash
Alex Crichton
-2
/
+12
2015-01-15
Avoid unnecessary closures when deriving RustcDecodable
Björn Steinbrink
-4
/
+3
2015-01-15
support deriving `Hash` for nullary structs
Andrew Paseltiner
-6
/
+2
2015-01-14
use better span
Jorge Aparicio
-11
/
+11
2015-01-14
use UFCS in `#[deriving(Hash)]`
Jorge Aparicio
-2
/
+12
2015-01-13
Update #[deriving] documentation.
Huon Wilson
-25
/
+28
2015-01-08
Test fixes.
Huon Wilson
-3
/
+3
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-1
/
+1
2015-01-07
rollup merge of #20657: alexcrichton/stabilize-macros
Alex Crichton
-10
/
+0
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-35
/
+34
2015-01-07
use slicing sugar
Jorge Aparicio
-35
/
+34
2015-01-07
std: Stablize the macros module
Alex Crichton
-10
/
+0
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+2
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-6
/
+6
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-1
/
+1
2015-01-07
fallout
Nick Cameron
-2
/
+3
[prev]
[next]