about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-05auto merge of #20395 : huonw/rust/char-stab-2, r=aturonbors-64/+181
2015-01-05auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-39/+215
2015-01-05char: small tweak since `is_some` > equivalent `match`.Huon Wilson-4/+1
2015-01-05Apply explicit stabilities to unicode parts of CharExt.Huon Wilson-2/+24
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-19/+116
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-13/+12
2015-01-05Mark the contents of `char` stable.Huon Wilson-21/+25
2015-01-05Switch encode_utf* to by-value self.Huon Wilson-6/+6
2015-01-05Remove deprecated functionality from `char`.Huon Wilson-3/+1
2015-01-05auto merge of #20163 : bfops/rust/master, r=Gankrobors-135/+170
2015-01-04Put negative trait implemtations behind a feature gateFlavio Percoco-1/+40
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-39/+176
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-04fix range sugarRobin Gloster-7/+7
2015-01-04auto merge of #20393 : japaric/rust/impl-any, r=aturonbors-35/+12
2015-01-04bench: remove warnings from rt-messaging-ping-pong.rsTshepang Lekhonkhobe-12/+10
2015-01-03Remove deprecated functionalityAlex Crichton-7421/+1097
2015-01-04Allow rustdoc to accept vector pattern argumentsBrendan Zabarauskas-2/+6
2015-01-04doc: remove incomplete sentenceTshepang Lekhonkhobe-1/+1
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-04auto merge of #20490 : japaric/rust/assoc-types, r=aturonbors-826/+1788