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