| Age | Commit message (Expand) | Author | Lines |
| 2016-08-01 | Fix fallout in `ui/codemap_tests`. | Jeffrey Seyfried | -5/+2 |
| 2016-07-31 | Make "type aliases cannot be used for traits" a note instead of a span_label. | Jeffrey Seyfried | -4/+3 |
| 2016-07-31 | Avoid emitting a unhelpful cascading resolution error. | Jeffrey Seyfried | -0/+4 |
| 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 | -40/+40 |
| 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 | Auto merge of #34956 - nikomatsakis:incr-comp-o-files, r=mw | bors | -2/+262 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -4/+4 |
| 2016-07-28 | Move to {integer} and {float} | Jonathan Turner | -40/+40 |
| 2016-07-28 | Keep multiple files per work-product | Niko Matsakis | -0/+63 |
| 2016-07-28 | Address mw nits | Niko Matsakis | -10/+0 |
| 2016-07-28 | Add a testing mechanism and a simple spike test | Niko Matsakis | -0/+197 |
| 2016-07-28 | Modify trans to skip generating `.o` files | Niko Matsakis | -2/+12 |
| 2016-07-28 | Rename _ to {numerics} for unknown numeric types | Jonathan Turner | -39/+39 |
| 2016-07-28 | Rollup merge of #35037 - ollie27:rustdoc_tuple_struct_where, r=alexcrichton | Manish Goregaokar | -1/+17 |
| 2016-07-28 | Rollup merge of #35013 - tamird:coerce-match-valgrind, r=alexcrichton | Manish Goregaokar | -0/+0 |
| 2016-07-28 | Rollup merge of #34969 - jseyfried:fix_cfg_feature, r=nrc | Manish Goregaokar | -0/+23 |
| 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-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -1/+1 |
| 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 | Auto merge of #33363 - japaric:target, r=japaric | bors | -0/+16 |
| 2016-07-27 | Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton | bors | -0/+44 |
| 2016-07-27 | Fix fallout in tests. | Jeffrey Seyfried | -8/+8 |
| 2016-07-26 | DoubleEndedIterator for Args | Sebastian Thiel | -0/+44 |
| 2016-07-25 | Weaken test `compile-fail/lifetime-inference-give-expl-lifetime-param`. | Jeffrey Seyfried | -1/+2 |
| 2016-07-25 | rustdoc: Fix tuple struct where clause rendering | Oliver Middleton | -1/+17 |
| 2016-07-25 | Remove no_stack_check tests (#34915) | abhi | -369/+0 |
| 2016-07-25 | add include ../tools.mk to the Makefile | Jorge Aparicio | -0/+2 |
| 2016-07-24 | move coerce-match{,-calls} into run-pass-valgrind | Tamir Duberstein | -0/+0 |
| 2016-07-24 | Rollup merge of #34972 - oli-obk:cant_cast_str_to_const_ptr, r=eddyb | Manish Goregaokar | -1/+4 |
| 2016-07-23 | Auto merge of #34925 - jseyfried:nested_macros, r=eddyb | bors | -0/+9 |
| 2016-07-23 | Fix run-pass/ifmt test | Tobias Bucher | -3/+3 |
| 2016-07-23 | address review comments | Ariel Ben-Yehuda | -32/+28 |
| 2016-07-22 | Add regression test. | Jeffrey Seyfried | -0/+23 |
| 2016-07-22 | Auto merge of #34917 - michaelwoerister:fix-internalize-symbols, r=eddyb | bors | -0/+20 |
| 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-22 | improve const eval error reporting on "" and b"" casts | Oliver Schneider | -1/+4 |
| 2016-07-21 | Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakis | bors | -0/+89 |
| 2016-07-21 | Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string... | bors | -1/+2 |
| 2016-07-21 | Fix ICE happening when unresolved imports are used in patterns | Vadim Petrochenkov | -0/+27 |
| 2016-07-20 | add mir optimization tests, dump-mir-dir option | Scott A Carr | -0/+89 |
| 2016-07-19 | Add regression test. | Jeffrey Seyfried | -0/+9 |