| Age | Commit message (Expand) | Author | Lines |
| 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 | Avoid writing a temporary closure kind | Niko Matsakis | -0/+32 |
| 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 |
| 2016-07-19 | Auto merge of #34898 - sanxiyn:rollup, r=sanxiyn | bors | -0/+2 |
| 2016-07-19 | Add codegen test to make sure that closures are 'internalized' properly. | Michael Woerister | -0/+20 |
| 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 | Rollup merge of #34889 - infinity0:master, r=sanxiyn | Seo Sanghyeon | -0/+2 |
| 2016-07-18 | Auto merge of #34886 - jseyfried:improve_stmt_matchers, r=eddyb | bors | -0/+17 |
| 2016-07-17 | test: disable more stdcall tests for ARM arches. temp workaround for #24958 | Ximin Luo | -0/+2 |
| 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 | Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichton | bors | -15/+431 |
| 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-15 | Auto merge of #34676 - aravind-pg:inner-attr, r=brson | bors | -0/+36 |
| 2016-07-15 | syntax: Better error message for inner attr following doc comment | Aravind Gollakota | -0/+36 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -0/+7 |
| 2016-07-15 | Add labels hygiene test | Jeffrey Seyfried | -0/+7 |