]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-05 Huon Wilsonchar: small tweak since `is_some` > equivalent `match`.
2015-01-05 Huon WilsonApply explicit stabilities to unicode parts of CharExt.
2015-01-05 Huon WilsonMerge `UnicodeChar` and `CharExt`.
2015-01-05 Huon WilsonRename `core::char::Char` to `CharExt` to match prelude...
2015-01-05 Huon WilsonMark the contents of `char` stable.
2015-01-05 Huon WilsonSwitch encode_utf* to by-value self.
2015-01-05 Huon WilsonRemove deprecated functionality from `char`.
2015-01-05 Tshepang Lekhonkhobebench: do not quit rt-messaging-ping-pong.rs early
2015-01-05 borsauto merge of #20163 : bfops/rust/master, r=Gankro
2015-01-04 Flavio PercocoPut negative trait implemtations behind a feature gate
2015-01-04 Flavio PercocoAdd syntax for negative implementations of traits
2015-01-04 Niko MatsakisCleanup type-checking of constants, but do not try...
2015-01-04 Niko MatsakisMiscellaneous reformatting and commenting.
2015-01-04 Niko MatsakisCorrect the subtyping relations created by the pattern...
2015-01-04 borsMerge pull request #20520 from nhowell/patch-1
2015-01-04 borsMerge pull request #20515 from tshepang/modernise-ping...
2015-01-04 borsMerge pull request #20512 from bjz/rustdoc
2015-01-04 borsMerge pull request #20510 from tshepang/patch-6
2015-01-04 borsMerge pull request #20505 from estsauver/doc_20504
2015-01-04 borsMerge pull request #20500 from globin/fix/range-sugar
2015-01-04 borsMerge pull request #20495 from brson/cargo
2015-01-04 borsMerge pull request #20487 from trapp/doc-namespace...
2015-01-04 borsMerge pull request #20485 from ipetkov/man-fix
2015-01-04 borsMerge pull request #20464 from ranma42/improve-make...
2015-01-04 borsMerge pull request #20457 from frewsxcv/rm-reexports
2015-01-04 borsMerge pull request #20452 from brson/rustup
2015-01-04 borsMerge pull request #20449 from brson/contributing
2015-01-04 borsMerge pull request #20442 from csouth3/vim-syntax
2015-01-04 borsMerge pull request #20428 from tbu-/pr_guide_int_to_i32...
2015-01-04 borsMerge pull request #19963 from tshepang/patch-3
2015-01-04 borsMerge pull request #20295 from eddyb/poly-const
2015-01-04 Ben Foppa[breaking change] Update entry API as part of RFC 509.
2015-01-04 borsauto merge of #20527 : nikomatsakis/rust/japaric-boxed...
2015-01-04 Niko MatsakisConvert the TODO into a FIXME.
2015-01-04 Niko MatsakisFix ICE in WF checker when we encounter bound regions...
2015-01-04 Eduard Burtescurustc: allow paths in constants to refer to polymorphic...
2015-01-04 borsauto merge of #20443 : nikomatsakis/rust/autoderef...
2015-01-04 Eduard Burtescurustc: check_const: avoid recursing into a block's...
2015-01-04 Eduard Burtescurustc: check_const: cleanup/simplify the code.
2015-01-04 Eduard Burtescurustc: check_const: remove ~str support in patterns.
2015-01-04 Nick Howelldoc: Add missing `$`s in the Installing Rust guide
2015-01-04 borsauto merge of #20437 : ranma42/rust/fix-make-install...
2015-01-04 Simonas KazlauskasDo not use entropy during gen_weighted_bool(1)
2015-01-04 ville-hfix comment referencing RwLock
2015-01-04 Robin Glosterfix range sugar
2015-01-04 ville-hfix code referencing RwLockWriteGuard
2015-01-04 borsauto merge of #20393 : japaric/rust/impl-any, r=aturon
2015-01-04 ville-hrename std::sync::RWLockWriteGuard to RwLockWriteGuard
2015-01-04 ville-hfix code referencing RwLockReadGuard
2015-01-04 Tshepang Lekhonkhobebench: remove warnings from rt-messaging-ping-pong.rs
2015-01-04 ville-hrename std::sync::RWLockReadGuard to RwLockReadGuard
2015-01-04 ville-hfix code and comments referencing RW_LOCK_INIT
2015-01-04 borsauto merge of #20462 : alexcrichton/rust/remove-depreca...
2015-01-04 Alex CrichtonRemove deprecated functionality
2015-01-04 ville-hrename std::sync::RWLOCK_INIT to RW_LOCK_INIT
2015-01-04 ville-hfix code and comments referencing StaticRwLock
2015-01-04 Brendan ZabarauskasAllow rustdoc to accept vector pattern arguments
2015-01-04 Tshepang Lekhonkhobedoc: remove incomplete sentence
2015-01-04 Chase SouthwoodRename `raw_pointer_deriving` lint to `raw_pointer_derive`
2015-01-04 borsauto merge of #20504 : japaric/rust/derive-self, r...
2015-01-04 Earl St SauverUpdate guide index to point to the task page
2015-01-04 Jorge Aparicioremove `Any[Mut]RefExt` traits in favor of `impl Any`
2015-01-04 Jorge Apariciosed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
2015-01-04 Jorge Apariciosed -i -s 's/\bmod}/self}/g' **/*.rs
2015-01-04 Jorge Apariciosed -i -s 's/\bmod,/self,/g' **/*.rs
2015-01-04 Brendan ZabarauskasUpdate influence list
2015-01-04 borsauto merge of #20490 : japaric/rust/assoc-types, r...
2015-01-04 ville-hrename std::sync::StaticRWLock to StaticRwLock
2015-01-04 Brian AndersonUpdate guide for Cargo installation
2015-01-03 ville-hfix code and comments referencing RwLock
2015-01-03 Brian AndersonDownload from the combined installer
2015-01-03 Jorge Aparicioadd feature gate to some benchmarks
2015-01-03 Tobias BucherMake all integers in the guide `i32`, implicitely
2015-01-03 Jorge Apariciofix rpass/cfail tests
2015-01-03 Jorge Aparicioserialize: fix fallout
2015-01-03 Jorge Apariciostd: fix fallout
2015-01-03 Jorge Apariciocollections: fix fallout
2015-01-03 Jorge Apariciocore: use assoc types in `Index[Mut]`
2015-01-03 Jorge Apariciotypeck: Index[Mut] traits now have *one* input paramete...
2015-01-03 Jorge Apariciouse assoc types in unop traits
2015-01-03 Jorge Apariciouse assoc types in binop traits
2015-01-03 ville-hrename std::sync::RWLock to RwLock
2015-01-03 Timon RappFix typo in documentation.
2015-01-03 Brian AndersonUpdate rust-installer. Fixes #20479
2015-01-03 borsauto merge of #19790 : akiss77/rust/aarch64-configure...
2015-01-03 Ivan PetkovMan page/--help dialog fix
2015-01-03 Sean T AllenMinor documentation edit.
2015-01-03 Sean T AllenMinor documentation edit.
2015-01-03 Brian Andersonrustup: Long lines
2015-01-03 Akos KissInitial version of AArch64 support.
2015-01-03 Jorge Apariciocore: merge IteratorPairExt into IteratorExt
2015-01-03 Jorge AparicioRegister new snapshots
2015-01-03 Jorge Apariciocore: merge DoubleEndedIteratorExt into IteratorExt
2015-01-03 Jorge Apariciobench: fix fallout
2015-01-03 Jorge Apariciocoretest: fix fallout
2015-01-03 Jorge Apariciofix rpass/cfail tests
2015-01-03 Jorge Apariciotest: fix fallout
2015-01-03 Jorge Aparicioregex_macros: fix fallout
2015-01-03 Jorge Apariciorustc_driver: fix fallout
2015-01-03 Jorge Apariciorustc_trans: fix fallout
next