about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-244/+913
2015-01-05Remove unused if_ok! macroKeegan McAllister-9/+0
2015-01-05Implement macro re-exportKeegan McAllister-1/+147
2015-01-05Allow leading :: in use itemsKeegan McAllister-0/+45
2015-01-05Add a special macro nonterminal $crateKeegan McAllister-9/+153
2015-01-05Replace LetSyntaxTT with MacroRulesTTKeegan McAllister-64/+92
2015-01-05Don't test codegen-units errors on stage1 (c.f. #20184)Keegan McAllister-0/+1
2015-01-05auto merge of #20514 : alexcrichton/rust/serialize-associated-type, r=aturonbors-437/+5755
2015-01-05auto merge of #20451 : brson/rust/installer, r=alexcrichtonbors-0/+0
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-437/+5755
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