about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-04Merge pull request #20520 from nhowell/patch-1bors-3/+3
2015-01-04Merge pull request #20515 from tshepang/modernise-ping-pong-benchmarkbors-9/+8
2015-01-04Merge pull request #20512 from bjz/rustdocbors-2/+6
2015-01-04Merge pull request #20510 from tshepang/patch-6bors-1/+1
2015-01-04Merge pull request #20505 from estsauver/doc_20504bors-1/+1
2015-01-04Merge pull request #20500 from globin/fix/range-sugarbors-7/+7
2015-01-04Merge pull request #20495 from brson/cargobors-4/+5
2015-01-04Merge pull request #20487 from trapp/doc-namespace-typobors-1/+1
2015-01-04Merge pull request #20485 from ipetkov/man-fixbors-1/+1
2015-01-04Merge pull request #20464 from ranma42/improve-make-hashbors-8/+6
2015-01-04Merge pull request #20457 from frewsxcv/rm-reexportsbors-14/+14
2015-01-04Merge pull request #20452 from brson/rustupbors-34/+104
2015-01-04Merge pull request #20442 from csouth3/vim-syntaxbors-4/+4
2015-01-04Merge pull request #20428 from tbu-/pr_guide_int_to_i32_2nd_takebors-272/+270
2015-01-04Merge pull request #19963 from tshepang/patch-3bors-1/+1
2015-01-04Merge pull request #20295 from eddyb/poly-constbors-272/+323
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-135/+170
2015-01-04auto merge of #20527 : nikomatsakis/rust/japaric-boxed-uc-ice-fix, r=aturonbors-18/+58
2015-01-04Convert the TODO into a FIXME.Niko Matsakis-1/+1
2015-01-04Fix ICE in WF checker when we encounter bound regions in object types.Niko Matsakis-18/+58
2015-01-04rustc: allow paths in constants to refer to polymorphic items.Eduard Burtescu-189/+286
2015-01-04auto merge of #20443 : nikomatsakis/rust/autoderef-overloaded-calls, r=pcwaltonbors-135/+268
2015-01-04rustc: check_const: avoid recursing into a block's tail expression twice.Eduard Burtescu-3/+0
2015-01-04rustc: check_const: cleanup/simplify the code.Eduard Burtescu-66/+40
2015-01-04rustc: check_const: remove ~str support in patterns.Eduard Burtescu-23/+6
2015-01-04doc: Add missing `$`s in the Installing Rust guideNick Howell-3/+3
2015-01-04Do not use entropy during gen_weighted_bool(1)Simonas Kazlauskas-1/+1
2015-01-04fix comment referencing RwLockville-h-1/+1
2015-01-04fix range sugarRobin Gloster-7/+7
2015-01-04fix code referencing RwLockWriteGuardville-h-9/+9
2015-01-04auto merge of #20393 : japaric/rust/impl-any, r=aturonbors-35/+12
2015-01-04rename std::sync::RWLockWriteGuard to RwLockWriteGuardville-h-7/+7
2015-01-04fix code referencing RwLockReadGuardville-h-9/+9
2015-01-04bench: remove warnings from rt-messaging-ping-pong.rsTshepang Lekhonkhobe-12/+10
2015-01-04rename std::sync::RWLockReadGuard to RwLockReadGuardville-h-6/+6
2015-01-04fix code and comments referencing RW_LOCK_INITville-h-7/+7
2015-01-03Remove deprecated functionalityAlex Crichton-7421/+1097
2015-01-04rename std::sync::RWLOCK_INIT to RW_LOCK_INITville-h-1/+1
2015-01-04fix code and comments referencing StaticRwLockville-h-12/+12
2015-01-04Allow rustdoc to accept vector pattern argumentsBrendan Zabarauskas-2/+6
2015-01-04doc: remove incomplete sentenceTshepang Lekhonkhobe-1/+1
2015-01-04Rename `raw_pointer_deriving` lint to `raw_pointer_derive`Chase Southwood-13/+14
2015-01-03Update guide index to point to the task pageEarl St Sauver-1/+1
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-35/+12
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