| Age | Commit message (Expand) | Author | Lines |
| 2015-07-17 | Rollup merge of #25993 - nham:fix_23969, r=nikomatsakis | Manish Goregaokar | -0/+78 |
| 2015-07-16 | Fixup test | Manish Goregaokar | -1/+1 |
| 2015-07-16 | Rollup merge of #27018 - arielb1:enum-update, r=eddyb | Manish Goregaokar | -0/+16 |
| 2015-07-16 | Rollup merge of #26988 - frewsxcv:regression-tests, r=alexcrichton | Manish Goregaokar | -0/+69 |
| 2015-07-16 | Rollup merge of #26819 - P1start:ref-suggestion, r=nikomatsakis | Manish Goregaokar | -0/+33 |
| 2015-07-15 | Better detection of duplicate associated items. | Nick Hamann | -0/+78 |
| 2015-07-14 | don't ICE when FRU is used on an enum variant | Ariel Ben-Yehuda | -0/+16 |
| 2015-07-14 | Add regression test for #21140 | Corey Farwell | -1/+3 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -18/+3 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -18/+3 |
| 2015-07-13 | Add regression tests for #23595 | Corey Farwell | -0/+40 |
| 2015-07-13 | Add regression test for #22312 | Corey Farwell | -0/+27 |
| 2015-07-13 | Don't ICE when missing owned_box lang item | Nick Cameron | -0/+26 |
| 2015-07-11 | Suggest using `ref` inline in an error | P1start | -0/+33 |
| 2015-07-09 | Auto merge of #26515 - quantheory:check_enum_recursion, r=nrc | bors | -0/+24 |
| 2015-07-08 | Add comments about the checks for recursive variant definition, as requested ... | Sean Patrick Santos | -0/+4 |
| 2015-07-08 | Auto merge of #26859 - arielb1:const-deref-again, r=eddyb | bors | -0/+23 |
| 2015-07-07 | Auto merge of #26747 - huonw:stability-issue, r=alexcrichton | bors | -0/+21 |
| 2015-07-07 | mark user-defined derefs as non-constant | Ariel Ben-Yehuda | -0/+23 |
| 2015-07-07 | Auto merge of #26699 - eddyb:unstable-prelude_import, r=huonw | bors | -0/+14 |
| 2015-07-06 | rustc: implement `unstable(issue = "nnn")`. | Huon Wilson | -0/+21 |
| 2015-07-06 | don't use type_parameter_def during astconv | Ariel Ben-Yehuda | -0/+12 |
| 2015-07-05 | Auto merge of #26464 - Gankro:send, r=alexcrichton | bors | -1/+0 |
| 2015-07-05 | Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton | bors | -0/+21 |
| 2015-07-05 | Feature-gate #[prelude_import]. | Eduard Burtescu | -0/+14 |
| 2015-07-04 | Auto merge of #26770 - arielb1:str-mut-idx, r=eddyb | bors | -0/+38 |
| 2015-07-04 | Remove outdated errors for mutating strings | Ariel Ben-Yehuda | -0/+38 |
| 2015-07-04 | require reimplementations of all items when a defaulted associated type is ov... | Ariel Ben-Yehuda | -0/+25 |
| 2015-07-03 | Fix some merge conflicts | Niko Matsakis | -1/+1 |
| 2015-07-03 | Now that I made the warning smarter, these tests no longer require modification | Niko Matsakis | -2/+4 |
| 2015-07-03 | Adjust tests to silence warnings (or record them, as appropriate). | Niko Matsakis | -5/+7 |
| 2015-07-03 | After inferring regions, scan for any bounds that are due to a lifetime | Niko Matsakis | -0/+64 |
| 2015-07-03 | Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix | bors | -0/+9 |
| 2015-07-01 | Add a regression test for #8640. | Nick Hamann | -0/+20 |
| 2015-07-01 | Make the unused_mut lint smarter with respect to locals. | Ariel Ben-Yehuda | -0/+9 |
| 2015-06-30 | Rollup merge of #26622 - tshepang:indents, r=sanxiyn | Steve Klabnik | -1/+1 |
| 2015-06-30 | Auto merge of #26667 - arielb1:audit-walk, r=eddyb | bors | -0/+32 |
| 2015-06-29 | lint: default methods must be called on Self to unconditionally recur. | Huon Wilson | -0/+7 |
| 2015-06-29 | lint: only consider actual calls as unconditional recursion. | Huon Wilson | -0/+4 |
| 2015-06-30 | Fix lifetime elision region accounting | Ariel Ben-Yehuda | -0/+19 |
| 2015-06-29 | Fix off-by-one error in default-type-parameter checking | Ariel Ben-Yehuda | -0/+13 |
| 2015-06-27 | test: fix some indents | Tshepang Lekhonkhobe | -1/+1 |
| 2015-06-25 | Auto merge of #26558 - nham:fix_24357, r=alexcrichton | bors | -0/+40 |
| 2015-06-24 | Add a regression test for #18119. | Nick Hamann | -0/+22 |
| 2015-06-24 | Use correct type for "use of moved value" error with closures. | Nick Hamann | -0/+18 |
| 2015-06-24 | Add a regression test for #19538. | Nick Hamann | -0/+29 |
| 2015-06-23 | Add a regression test for #23305. | Nick Hamann | -0/+17 |
| 2015-06-23 | Auto merge of #26061 - Gankro:inherit-dep, r=brson | bors | -8/+40 |
| 2015-06-22 | Fix issue #23302, ICE on recursively defined enum variant discriminant. | Sean Patrick Santos | -0/+20 |
| 2015-06-22 | Suggest missing trait bounds when a method exists but the bounds aren't satis... | Gulshan Singh | -0/+18 |