| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | Point at definition when misusing ADT | Esteban Küber | -16/+112 |
| 2019-09-22 | Fix some unused variable warnings | Georg Semmler | -2/+2 |
| 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 |
| 2019-09-21 | Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebank | Mazdak Farrokhzad | -5/+37 |
| 2019-09-21 | Rollup merge of #64635 - gnzlbg:const_fn_ptr, r=oli-obk | Mazdak Farrokhzad | -0/+299 |
| 2019-09-21 | Rollup merge of #64619 - sam09:fix-63962, r=Centril | Mazdak Farrokhzad | -4/+19 |
| 2019-09-21 | Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk | Mazdak Farrokhzad | -0/+71 |
| 2019-09-22 | Fixes #63962. Hint about missing tuple parentheses in patterns | Sam Radhakrishan | -4/+19 |
| 2019-09-21 | update ui tests | Guillaume Gomez | -10/+9 |
| 2019-09-21 | unify errors for tuple/struct variants | Guanqun Lu | -5/+37 |
| 2019-09-21 | remove feature | gnzlbg | -84/+255 |
| 2019-09-21 | Rollup merge of #64642 - cuviper:move-for-loop-snippet, r=varkor | Mazdak Farrokhzad | -0/+24 |
| 2019-09-21 | Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank | Mazdak Farrokhzad | -0/+12 |
| 2019-09-21 | Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk | Mazdak Farrokhzad | -2/+17 |
| 2019-09-21 | Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril | Mazdak Farrokhzad | -161/+88 |
| 2019-09-21 | add rustdoc test for async fn reexport | csmoe | -1/+19 |
| 2019-09-20 | Fix the span used to suggest avoiding for-loop moves | Josh Stone | -0/+24 |
| 2019-09-20 | Exempt extern "Rust" from improper_ctypes | Josh Stone | -0/+12 |