| Age | Commit message (Expand) | Author | Lines |
| 2015-07-30 | Fix tests | Brian Anderson | -0/+3 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+15 |
| 2015-07-06 | Fix some merge conflicts | Niko Matsakis | -1/+1 |
| 2015-07-06 | Now that I made the warning smarter, these tests no longer require modification | Niko Matsakis | -2/+4 |
| 2015-07-06 | Adjust tests to silence warnings (or record them, as appropriate). | Niko Matsakis | -5/+7 |
| 2015-07-06 | After inferring regions, scan for any bounds that are due to a lifetime | Niko Matsakis | -0/+64 |
| 2015-06-22 | Suggest missing trait bounds when a method exists but the bounds aren't satis... | Gulshan Singh | -0/+18 |
| 2015-06-22 | Do not consider fields matched by wildcard patterns to be used | Seo Sanghyeon | -4/+6 |
| 2015-06-22 | Auto merge of #26394 - arielb1:implement-rfc401-part2, r=nrc | bors | -0/+6 |
| 2015-06-21 | Make expr_is_lval more robust | Ariel Ben-Yehuda | -0/+36 |
| 2015-06-20 | Rollup merge of #26451 - nham:fix_18058, r=arielb1 | Manish Goregaokar | -0/+14 |
| 2015-06-20 | Auto merge of #26407 - arielb1:paren-binding, r=eddyb | bors | -2/+14 |
| 2015-06-20 | Add a regression test for #18058. | Nick Hamann | -0/+14 |
| 2015-06-19 | fixup! Finished implementing proper function check (through FnOnce) and moved... | Paul Faria | -6/+9 |
| 2015-06-19 | Finished implementing proper function check (through FnOnce) and moved tests ... | Paul Faria | -24/+66 |
| 2015-06-19 | Fixed note message to display expression in recommendations | Paul Faria | -6/+18 |
| 2015-06-19 | Uncomplete fix for #2392 | Paul Faria | -0/+11 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -1/+1 |
| 2015-06-18 | Auto merge of #26147 - arielb1:assoc-trans, r=nikomatsakis | bors | -0/+24 |
| 2015-06-18 | Fix #23589 | Ariel Ben-Yehuda | -2/+14 |
| 2015-06-18 | Auto merge of #26192 - alexcrichton:features-clean, r=aturon | bors | -9/+4 |
| 2015-06-18 | Simplify and type_known_to_meet_builtin_bound and make it more correct when | Ariel Ben-Yehuda | -0/+24 |
| 2015-06-18 | Auto merge of #26385 - nham:fix_25396, r=alexcrichton | bors | -0/+37 |
| 2015-06-18 | Prohibit casts between fat pointers to different traits | Ariel Ben-Yehuda | -0/+6 |
| 2015-06-18 | Auto merge of #26358 - nham:fix_24081, r=alexcrichton | bors | -0/+23 |
| 2015-06-18 | Auto merge of #26336 - dotdash:raw_ptr_coercions, r=nrc | bors | -0/+1 |
| 2015-06-17 | Fix the E0252 error message to use better names for things. | Nick Hamann | -0/+37 |
| 2015-06-17 | Auto merge of #26326 - nikomatsakis:optimize-fulfillment-cache-in-tcx, r=pcwa... | bors | -20/+72 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -9/+4 |
| 2015-06-17 | Auto merge of #25961 - sanxiyn:dead-variant-2, r=huonw | bors | -0/+22 |
| 2015-06-16 | Fix error message for E0256 in certain cases. | Nick Hamann | -0/+23 |
| 2015-06-16 | Avoid deref/ref cycles for no-op coercions between unsafe pointers | Björn Steinbrink | -0/+1 |
| 2015-06-15 | This new caching sometimes suppresses duplicate errors that occur in | Niko Matsakis | -20/+31 |
| 2015-06-15 | Rather than expanding the where-clauses in the environment over and over | Niko Matsakis | -0/+41 |
| 2015-06-15 | Auto merge of #26275 - arielb1:unconstrained-projection, r=nikomatsakis | bors | -0/+32 |
| 2015-06-13 | Ensure projections are not counted as constraining type parameters. | Ariel Ben-Yehuda | -0/+32 |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -9/+8 |
| 2015-06-13 | Auto merge of #26253 - steveklabnik:remove_old_ignored_tests, r=brson | bors | -73/+1 |
| 2015-06-12 | Update dead-code-closure-bang | Steve Klabnik | -1/+1 |
| 2015-06-12 | ignore-test cleanup | Steve Klabnik | -72/+0 |
| 2015-06-12 | Add tests for tuple-like structs and dictionary-like enum variants | Seo Sanghyeon | -0/+8 |
| 2015-06-12 | Use more precise span when checking type definitions | Seo Sanghyeon | -8/+4 |
| 2015-06-11 | Prevent raw pointers from being used as an explicit self | Ariel Ben-Yehuda | -0/+18 |
| 2015-06-11 | Auto merge of #26172 - nham:add_E0116, r=alexcrichton | bors | -2/+2 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -6/+6 |
| 2015-06-10 | Add explanation for E0116 and update the error message. | Nick Hamann | -2/+2 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -6/+6 |
| 2015-06-09 | Exise 'owned pointer' from the codebase | Steve Klabnik | -3/+3 |
| 2015-06-08 | Auto merge of #26091 - chellmuth:pub-struct-field-span, r=nrc | bors | -0/+30 |
| 2015-06-07 | Add license | Chris Hellmuth | -0/+10 |