| Age | Commit message (Expand) | Author | Lines |
| 2019-09-26 | remove feature(nll) from #45157 test. | Mazdak Farrokhzad | -30/+1 |
| 2019-09-26 | add test for #53432. | Mazdak Farrokhzad | -0/+22 |
| 2019-09-26 | Adjust & --bless tests due to no longer downgrading NLL errors on 2015. | Mazdak Farrokhzad | -1174/+104 |
| 2019-09-26 | Auto merge of #64513 - varkor:sty-begone, r=eddyb | bors | -8/+8 |
| 2019-09-25 | Add test case for issue #64732 | Haoran Wang | -0/+31 |
| 2019-09-25 | Fix format macro expansions spans to be macro-generated | Stephen Crane | -6/+3 |
| 2019-09-25 | Fix fallout | varkor | -2/+2 |
| 2019-09-25 | Remove tx_to_llvm_workers from TyCtxt | Mark Rousskov | -1/+0 |
| 2019-09-25 | address rebase damage | Ariel Ben-Yehuda | -2/+2 |
| 2019-09-25 | Rename surviving uses of `sty` | varkor | -6/+6 |
| 2019-09-25 | update ui tests | Guillaume Gomez | -4/+9 |
| 2019-09-25 | Rollup merge of #64738 - gnzlbg:miri_norm_abi, r=oli-obk | Mazdak Farrokhzad | -0/+53 |
| 2019-09-25 | Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper | Mazdak Farrokhzad | -10/+13 |
| 2019-09-25 | Remove fail tests | gnzlbg | -201/+0 |
| 2019-09-25 | Clean tests | gnzlbg | -11/+31 |
| 2019-09-25 | Test errors | gnzlbg | -60/+181 |
| 2019-09-25 | Update ui tests | Guillaume Gomez | -3/+30 |
| 2019-09-25 | Refactor | gnzlbg | -0/+24 |
| 2019-09-25 | Allow simd_insert and simd_extract in const_fn | gnzlbg | -290/+2 |
| 2019-09-25 | Rollup merge of #64753 - ehuss:json-short-explain, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+0 |
| 2019-09-25 | Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram... | Mazdak Farrokhzad | -107/+173 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -1/+19 |
| 2019-09-25 | Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=Centril | Mazdak Farrokhzad | -10/+9 |
| 2019-09-25 | Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoerister | Mazdak Farrokhzad | -8/+61 |
| 2019-09-24 | Don't emit explain with json short messages. | Eric Huss | -2/+0 |
| 2019-09-24 | More path name fixes | Georg Semmler | -2/+2 |
| 2019-09-24 | Rollup merge of #64748 - Centril:fix-64744, r=estebank | Mazdak Farrokhzad | -2/+16 |
| 2019-09-24 | Rollup merge of #64698 - Centril:infer-const-with-stash, r=estebank | Mazdak Farrokhzad | -0/+84 |
| 2019-09-24 | Rollup merge of #64016 - nnethercote:Compiler-fiddling, r=oli-obk | Mazdak Farrokhzad | -1/+2 |
| 2019-09-24 | Fix #64744 -- handle zero sub-pats case. | Mazdak Farrokhzad | -2/+16 |
| 2019-09-24 | Add additional tests for type alias impl trait coherence | Aaron Hill | -0/+71 |
| 2019-09-24 | fix rebase | Esteban Küber | -1/+1 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -107/+173 |
| 2019-09-24 | nit: update error text to cite tracking issue | Niko Matsakis | -1/+1 |
| 2019-09-24 | nit: update text to avoid "lattice specialization" term | Niko Matsakis | -5/+8 |
| 2019-09-24 | improve comment | Ariel Ben-Yehuda | -4/+4 |
| 2019-09-24 | add test for lattice specialization | Ariel Ben-Yehuda | -0/+56 |
| 2019-09-24 | add error message for case | Ariel Ben-Yehuda | -3/+7 |
| 2019-09-24 | improve and add tests | Ariel Ben-Yehuda | -1/+85 |
| 2019-09-24 | reserve `impl<T> From<!> for T` | Ariel Ben-Yehuda | -0/+24 |
| 2019-09-24 | Fix coherence checking for impl trait in type aliases | Aaron Hill | -0/+49 |
| 2019-09-24 | Add some more tests | gnzlbg | -27/+296 |
| 2019-09-24 | Move tests to SIMD subdirectory | gnzlbg | -8/+8 |
| 2019-09-24 | Add a fail test | gnzlbg | -0/+36 |
| 2019-09-24 | Add const-eval support for SIMD types, insert, and extract | gnzlbg | -0/+72 |
| 2019-09-24 | Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fn | Oliver Scherer | -17/+16 |
| 2019-09-23 | rustc: Fix mixing crates with different `share_generics` | Alex Crichton | -8/+61 |
| 2019-09-23 | Remove whitespace from testname | Georg Semmler | -0/+0 |
| 2019-09-23 | Add parser recovery for `const $ident = $expr;`. | Mazdak Farrokhzad | -0/+84 |
| 2019-09-23 | Stabilize Option::deref and Option::deref_mut | Simon Sapin | -6/+2 |