about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-10-22auto merge of #18223 : nikomatsakis/rust/coherence-orphan-18222, r=pcwaltonbors-3/+42
2014-10-22auto merge of #18141 : phildawes/rust/master, r=brsonbors-3/+49
2014-10-22auto merge of #18213 : pcwalton/rust/pcg-default, r=aturonbors-1/+14
2014-10-21Adjust orphan rules to consider all input types, not just self type.Niko Matsakis-3/+42
2014-10-22auto merge of #18121 : nikomatsakis/rust/method-call-use-trait-matching-infra...bors-864/+1464
2014-10-21enable parallel codegen by defaultStuart Pernsteiner-1/+14
2014-10-21Patch up broken error messagesNiko Matsakis-2/+3
2014-10-21auto merge of #18203 : mahkoh/rust/cstring, r=thestingerbors-9/+1
2014-10-21Address nits by @pcwaltonNiko Matsakis-9/+12
2014-10-21Coherence tests that seemed to be missing.Niko Matsakis-0/+72
2014-10-21Tests for method resolution in the face of various ambiguities or non-ambigui...Niko Matsakis-13/+204
2014-10-21Various minor cases where errors are reported in slightly different ways.Niko Matsakis-12/+19
2014-10-21Test where the old infrastructure failed to detect the (applicable) impl of `...Niko Matsakis-1/+3
2014-10-21The new method lookup mechanism typechecks calls against the method type decl...Niko Matsakis-19/+34
2014-10-21Correct case where the old version of method lookup was incorrectly matching,Niko Matsakis-2/+2
2014-10-21Change method lookup infrastructure to use the trait methods. InsteadNiko Matsakis-661/+640
2014-10-21Generalize the replace-late-bound-regions function to operateNiko Matsakis-31/+35
2014-10-21Permit DST types to unify like other types.Niko Matsakis-45/+15
2014-10-21Implement "method matching". Similar to trait matching, but with the twist th...Niko Matsakis-50/+422
2014-10-21Prune unused parameters.Niko Matsakis-30/+14
2014-10-21auto merge of #18201 : Gankro/rust/option-what, r=alexcrichtonbors-1/+1
2014-10-21auto merge of #17508 : vberger/rust/stability_lint_for_nested_macros, r=pnkfelixbors-16/+23
2014-10-21Use strlen in CString::lenJulian Orth-9/+1
2014-10-20Fix crazy-pants match in Option docsAlexis Beingessner-1/+1
2014-10-21auto merge of #17555 : steveklabnik/rust/module_guide, r=alexcrichtonbors-0/+569
2014-10-20auto merge of #17453 : steveklabnik/rust/gh17340, r=alexcrichtonbors-22/+120
2014-10-20Stability lint checker now handles nested macros.Victor Berger-16/+23
2014-10-20New Guide: crates and modulesSteve Klabnik-0/+569
2014-10-20auto merge of #18145 : neilpa/rust/master, r=steveklabnikbors-9/+9
2014-10-20Some String Guide improvements.Steve Klabnik-22/+120
2014-10-20auto merge of #18186 : cakebaker/rust/fix_test_count, r=alexcrichtonbors-2/+2
2014-10-20auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturonbors-12812/+1360
2014-10-20Test fixes and rebase conflictsAlex Crichton-9/+9
2014-10-20Guide: Fix test countDaniel Hofstetter-2/+2
2014-10-20Guide: Fix typo in pathDaniel Hofstetter-4/+4
2014-10-20auto merge of #18174 : huonw/rust/fix-sqrt, r=alexcrichtonbors-3/+34
2014-10-20Handle negative numbers in `sqrt` properly.Huon Wilson-3/+34
2014-10-20auto merge of #18108 : mahkoh/rust/buffered_reader, r=alexcrichtonbors-2/+11
2014-10-20Optimize BufferedReader::read for large buffers.Julian Orth-2/+11
2014-10-19auto merge of #18160 : koshlo/rust/to-source-fix, r=alexcrichtonbors-1/+10
2014-10-19Ensure that the return type of a function is SizedAriel Ben-Yehuda-14/+52
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-4266/+1352
2014-10-19Remove a number of deprecated cratesAlex Crichton-8538/+0
2014-10-19fix printing signed literal in print_literalAleksandr Koshlo-1/+10
2014-10-19auto merge of #18139 : JelteF/rust-1/patch-1, r=steveklabnikbors-2/+2
2014-10-19auto merge of #18138 : rclanan/rust/mark-lt-partialord-inline, r=sfacklerbors-0/+1
2014-10-19auto merge of #18136 : mprobinson/rust/example-warning, r=alexcrichtonbors-1/+1
2014-10-19auto merge of #18135 : EduardoBautista/rust/fix-misaligned-carot, r=steveklabnikbors-1/+1
2014-10-19auto merge of #18124 : pnkfelix/rust/fsk-add-check-of-borrow-local-static, r=...bors-2/+16
2014-10-19auto merge of #18123 : dotdash/rust/llvm_memcpy, r=alexcrichtonbors-0/+0