| Age | Commit message (Expand) | Author | Lines |
| 2019-09-26 | hir: Disallow `target_feature` on constants | David Wood | -51/+152 |
| 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 | 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 | 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 | 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 | Add parser recovery for `const $ident = $expr;`. | Mazdak Farrokhzad | -0/+84 |
| 2019-09-23 | Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril | bors | -0/+61 |
| 2019-09-23 | Rollup merge of #64679 - skinny121:const-infer, r=varkor | Mazdak Farrokhzad | -0/+29 |
| 2019-09-23 | Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkov | Mazdak Farrokhzad | -0/+19 |
| 2019-09-23 | Rollup merge of #64674 - estebank:knock-down-the-wall, r=Centril | Mazdak Farrokhzad | -0/+13 |
| 2019-09-22 | fix nll tests | Esteban Küber | -29/+26 |
| 2019-09-22 | ignore-x86 instead of ignore-musl | Esteban Küber | -11/+11 |
| 2019-09-22 | hack to avoid incorrect suggestion | Esteban Küber | -8/+2 |
| 2019-09-22 | Point at type param when it's cause of unfulfilled obligation | Esteban Küber | -93/+99 |
| 2019-09-22 | Fix rebase | Esteban Küber | -5/+2 |
| 2019-09-22 | ignore musl target in tests to avoid issues with output differences | Esteban Küber | -28/+50 |
| 2019-09-22 | review comments | Esteban Küber | -10/+10 |
| 2019-09-22 | Point at correct span for parenthesized types | Esteban Küber | -84/+84 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -496/+517 |
| 2019-09-22 | Auto merge of #64669 - estebank:unreachable, r=Centril | bors | -331/+185 |
| 2019-09-22 | Infer consts consistently. Moved some logic into super_combined_consts, | ben | -0/+29 |
| 2019-09-21 | review comments: wording | Esteban Küber | -2/+2 |
| 2019-09-21 | review comments | Esteban Küber | -1/+1 |
| 2019-09-21 | Parse assoc type bounds in generic params and provide custom diagnostic | Esteban Küber | -0/+19 |
| 2019-09-21 | review comments | Esteban Küber | -2/+2 |
| 2019-09-21 | Propagate `types.err` in locals further to avoid spurious knock-down errors | Esteban Küber | -0/+13 |
| 2019-09-21 | Do not trigger unreachable lint in async body and Use span labels | Esteban Küber | -331/+185 |