| Age | Commit message (Expand) | Author | Lines |
| 2016-07-30 | diagnostically note source of overruling outer forbid | Zack M. Davis | -0/+1 |
| 2016-07-31 | Suppress unused type parameter error when type has error field | Seo Sanghyeon | -7/+23 |
| 2016-07-30 | Rollup merge of #35106 - xen0n:issue-35082, r=alexcrichton | Manish Goregaokar | -0/+6 |
| 2016-07-30 | Rollup merge of #35080 - jonathandturner:fix_numeric_expected_found, r=nikoma... | Manish Goregaokar | -39/+39 |
| 2016-07-30 | Rollup merge of #35063 - jseyfried:avoid_importing_inaccessible_names, r=nrc | Manish Goregaokar | -8/+8 |
| 2016-07-29 | syntax_ext: format: fix ICE with bad named arguments | Wang Xuerui | -0/+6 |
| 2016-07-28 | Move to {integer} and {float} | Jonathan Turner | -39/+39 |
| 2016-07-28 | Rename _ to {numerics} for unknown numeric types | Jonathan Turner | -38/+38 |
| 2016-07-28 | Rollup merge of #34963 - petrochenkov:useerr, r=jseyfried | Manish Goregaokar | -0/+27 |
| 2016-07-28 | Auto merge of #34908 - jseyfried:improve_tt_matchers, r=nrc | bors | -0/+20 |
| 2016-07-28 | Add regression test | Jeffrey Seyfried | -0/+20 |
| 2016-07-27 | Auto merge of #34907 - arielb1:found-parse-error, r=nikomatsakis | bors | -153/+300 |
| 2016-07-27 | Auto merge of #34856 - jseyfried:refactor_reset_tls, r=nrc | bors | -1/+2 |
| 2016-07-27 | Fix fallout in tests. | Jeffrey Seyfried | -8/+8 |
| 2016-07-25 | Weaken test `compile-fail/lifetime-inference-give-expl-lifetime-param`. | Jeffrey Seyfried | -1/+2 |
| 2016-07-23 | address review comments | Ariel Ben-Yehuda | -32/+28 |
| 2016-07-22 | Avoid writing a temporary closure kind | Niko Matsakis | -0/+32 |
| 2016-07-22 | try to recover the non-matching types in projection errors | Ariel Ben-Yehuda | -1/+40 |
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -119/+209 |
| 2016-07-22 | switch projection errors to use the new type error messages | Ariel Ben-Yehuda | -4/+28 |
| 2016-07-22 | switch compare_method to new-style trait error reporting | Ariel Ben-Yehuda | -15/+12 |
| 2016-07-22 | remove rustc_typeck::same_type_err | Ariel Ben-Yehuda | -6/+7 |
| 2016-07-21 | Fix ICE happening when unresolved imports are used in patterns | Vadim Petrochenkov | -0/+27 |
| 2016-07-18 | Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brson | bors | -3/+4 |
| 2016-07-18 | Properly feature gate all unstable ABIs | Vadim Petrochenkov | -41/+61 |
| 2016-07-18 | Auto merge of #34886 - jseyfried:improve_stmt_matchers, r=eddyb | bors | -0/+17 |
| 2016-07-17 | Add regression test | Jeffrey Seyfried | -0/+17 |
| 2016-07-17 | Auto merge of #34871 - petrochenkov:inherent, r=jseyfried | bors | -1/+1 |
| 2016-07-17 | Do not resolve inherent static methods from other crates prematurely | Vadim Petrochenkov | -1/+1 |
| 2016-07-16 | Auto merge of #34846 - jonas-schievink:issue34839, r=eddyb | bors | -0/+31 |
| 2016-07-16 | Auto merge of #34816 - jseyfried:fix_include_path, r=nrc | bors | -1/+7 |
| 2016-07-16 | Erase regions before computing type layout | Jonas Schievink | -0/+31 |
| 2016-07-14 | Fix compile-fail test for `ExactSizeIterator::is_empty` | Tobias Bucher | -3/+4 |
| 2016-07-14 | Auto merge of #34797 - doomrobo:fix-import-trait-method, r=jseyfried | bors | -0/+17 |
| 2016-07-14 | test: Remove NOTE assertions from trace_macros-gate | Alex Crichton | -2/+1 |
| 2016-07-14 | Add regression test | Jeffrey Seyfried | -1/+7 |
| 2016-07-14 | syntax_ext: format: allow multiple formats for one argument | Wang Xuerui | -3/+0 |
| 2016-07-13 | Auto merge of #34660 - jseyfried:fix_parse_stmt, r=nrc | bors | -1/+23 |
| 2016-07-13 | Fixed issue where importing a trait method directly and then calling the meth... | Michael Rosenberg | -0/+17 |
| 2016-07-13 | Start a best-effort warning cycle. | Jeffrey Seyfried | -0/+22 |
| 2016-07-12 | Fix fallout. | Jeffrey Seyfried | -1/+1 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -0/+18 |
| 2016-07-08 | Stabilize `FnOnce::Output` + Fix rebase | petrochenkov | -2/+0 |
| 2016-07-08 | Add tests + Fix rustdoc regression + Fix rebase | Vadim Petrochenkov | -0/+130 |
| 2016-07-08 | Resolve partially resolved paths in struct patterns/expressions | Vadim Petrochenkov | -33/+9 |
| 2016-07-08 | Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_path | Vadim Petrochenkov | -7/+13 |
| 2016-07-07 | Auto merge of #34682 - CensoredUsername:clobber-docs, r=eddyb | bors | -0/+26 |
| 2016-07-06 | Auto merge of #34648 - eddyb:return-in-peace-pls, r=nagisa | bors | -24/+0 |
| 2016-07-06 | Correct inline assembly clobber formatting. | CensoredUsername | -0/+26 |
| 2016-07-06 | Auto merge of #34546 - jseyfried:cfg_attr_path, r=nrc | bors | -0/+12 |