about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-21rustdoc: hide private traits in strip-private passTom Jakubowski-1/+12
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-21Guide: articulate the advantages of ownership over garbage collection.John Kleint-15/+18
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
2014-10-19auto merge of #18120 : jrincayc/rust/match_exp, r=thestingerbors-8/+6
2014-10-18[Docs] more intro typosNeil Pankey-7/+7
2014-10-18[Docs] intro typoNeil Pankey-4/+4
2014-10-18auto merge of #18109 : bkoropoff/rust/issue-16939, r=aturonbors-1/+23
2014-10-18auto merge of #18113 : bkoropoff/rust/issue-16739, r=alexcrichtonbors-6/+72
2014-10-18Fix fold explanation in the guideJelte Fennema-2/+2
2014-10-18auto merge of #18041 : arielb1/rust/no-size-overflow, r=pnkfelixbors-142/+388
2014-10-18trailing whitespaceAriel Ben-Yehuda-1/+1
2014-10-18Mark lt as inline in PartialOrdRay Clanan-0/+1