about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1115/+1115
2015-01-03sed -i -s 's/\bmod}/self}/g' **/*.rsJorge Aparicio-10/+10
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-291/+291
2015-01-04Update influence listBrendan Zabarauskas-67/+22
2015-01-04auto merge of #20490 : japaric/rust/assoc-types, r=aturonbors-826/+1788
2015-01-04rename std::sync::StaticRWLock to StaticRwLockville-h-4/+4
2015-01-03Update guide for Cargo installationBrian Anderson-4/+5
2015-01-04fix code and comments referencing RwLockville-h-32/+32
2015-01-03Download from the combined installerBrian Anderson-1/+1
2015-01-03add feature gate to some benchmarksJorge Aparicio-3/+5
2015-01-03Make all integers in the guide `i32`, implicitelyTobias Bucher-272/+270
2015-01-03fix rpass/cfail testsJorge Aparicio-21/+80
2015-01-03serialize: fix falloutJorge Aparicio-0/+25
2015-01-03std: fix falloutJorge Aparicio-0/+30
2015-01-03collections: fix falloutJorge Aparicio-0/+121
2015-01-03core: use assoc types in `Index[Mut]`Jorge Aparicio-6/+64
2015-01-03typeck: Index[Mut] traits now have *one* input parameter (not two)Jorge Aparicio-6/+5
2015-01-03use assoc types in unop traitsJorge Aparicio-20/+46
2015-01-03use assoc types in binop traitsJorge Aparicio-156/+375
2015-01-03rename std::sync::RWLock to RwLockville-h-7/+7
2015-01-03Fix typo in documentation.Timon Rapp-1/+1
2015-01-03Update rust-installer. Fixes #20479Brian Anderson-0/+0
2015-01-03auto merge of #19790 : akiss77/rust/aarch64-configure, r=alexcrichtonbors-89/+509
2015-01-03Man page/--help dialog fixIvan Petkov-2/+2
2015-01-03Minor documentation edit.Sean T Allen-1/+1
2015-01-03Minor documentation edit.Sean T Allen-1/+1
2015-01-03rustup: Long linesBrian Anderson-1/+4
2015-01-03Initial version of AArch64 support.Akos Kiss-89/+509
2015-01-03core: merge IteratorPairExt into IteratorExtJorge Aparicio-12/+7
2015-01-03Register new snapshotsJorge Aparicio-30/+9
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-37/+29
2015-01-03bench: fix falloutJorge Aparicio-7/+17
2015-01-03coretest: fix falloutJorge Aparicio-1/+3
2015-01-03fix rpass/cfail testsJorge Aparicio-18/+39
2015-01-03test: fix falloutJorge Aparicio-1/+1
2015-01-03regex_macros: fix falloutJorge Aparicio-1/+1
2015-01-03rustc_driver: fix falloutJorge Aparicio-1/+4
2015-01-03rustc_trans: fix falloutJorge Aparicio-6/+15
2015-01-03rustc_typeck: fix falloutJorge Aparicio-6/+6
2015-01-03rustc: fix falloutJorge Aparicio-21/+34
2015-01-03syntax: fix falloutJorge Aparicio-11/+19
2015-01-03serialize: fix falloutJorge Aparicio-3/+6
2015-01-03regex: fix falloutJorge Aparicio-7/+22
2015-01-03fmt_macros: fix falloutJorge Aparicio-1/+4
2015-01-03graphviz: fix falloutJorge Aparicio-1/+1
2015-01-03std: fix falloutJorge Aparicio-37/+93
2015-01-03collections: fix falloutJorge Aparicio-124/+211
2015-01-03unicode: fix falloutJorge Aparicio-9/+20
2015-01-03rand: fix falloutJorge Aparicio-2/+7
2015-01-03core: use assoc types in Iterator et alJorge Aparicio-289/+500