| Age | Commit message (Expand) | Author | Lines |
| 2019-10-09 | Pretty print function pointer const values. | ben | -4/+4 |
| 2019-10-09 | Fix calling function pointer const parameters. Also fixes inference of | ben | -0/+99 |
| 2019-10-08 | Rollup merge of #65154 - skinny121:const-arg-diagnostic, r=varkor | Mazdak Farrokhzad | -6/+54 |
| 2019-10-08 | Rollup merge of #65150 - XiangQingW:master, r=estebank | Mazdak Farrokhzad | -10/+40 |
| 2019-10-08 | Rollup merge of #65098 - GuillaumeGomez:long-err-explanation-E0561, r=Centril | Mazdak Farrokhzad | -2/+3 |
| 2019-10-08 | Rollup merge of #65040 - Centril:items-cleanup, r=estebank | Mazdak Farrokhzad | -1/+14 |
| 2019-10-07 | Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk | bors | -192/+430 |
| 2019-10-07 | Auto merge of #65178 - Centril:rollup-ep1zztj, r=Centril | bors | -1/+126 |
| 2019-10-07 | Update ui tests | Guillaume Gomez | -2/+3 |
| 2019-10-07 | Rollup merge of #65164 - GuillaumeGomez:long-err-explanation-E0566, r=estebank | Mazdak Farrokhzad | -1/+3 |
| 2019-10-07 | Test diagnostic output of type mismatches for types that have const | ben | -0/+48 |
| 2019-10-07 | Auto merge of #64739 - guanqun:remove-as-str, r=estebank | bors | -0/+48 |
| 2019-10-07 | Add more tests, fix span issue, improve diagnostics. | Charles Lew | -0/+86 |
| 2019-10-07 | Address review comments. | Charles Lew | -13/+13 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -0/+37 |
| 2019-10-07 | syntax: unify and simplify fn signature parsing. | Mazdak Farrokhzad | -1/+14 |
| 2019-10-07 | Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centril | bors | -0/+251 |
| 2019-10-06 | Auto merge of #65169 - tmandry:rollup-qxjj8xp, r=tmandry | bors | -0/+23 |
| 2019-10-06 | Update ui tests | Guillaume Gomez | -1/+3 |
| 2019-10-06 | Rollup merge of #65142 - matthewjasper:unshadow-anon-lifetimes, r=petrochenkov | Tyler Mandry | -0/+23 |
| 2019-10-06 | Auto merge of #64564 - jonas-schievink:cowardly-default, r=nikomatsakis | bors | -3/+144 |
| 2019-10-06 | Suggest dereferencing boolean reference when used in 'if' or 'while' | wangxiangqing | -40/+2 |
| 2019-10-06 | Suggest dereferencing boolean reference when used in 'if' or 'while' | wangxiangqing | -12/+80 |
| 2019-10-06 | Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkov | bors | -14/+14 |
| 2019-10-06 | Fix const arguments not displaying in types mismatch diagnostic. | ben | -6/+6 |
| 2019-10-05 | Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandry | Tyler Mandry | -177/+177 |
| 2019-10-05 | Rollup merge of #65130 - davidtwco:rfc-2008-improper-ctypes, r=petrochenkov | Tyler Mandry | -0/+148 |
| 2019-10-05 | Rollup merge of #65123 - Centril:mac-invoc-in-mut-pat, r=estebank | Tyler Mandry | -0/+71 |
| 2019-10-05 | Rollup merge of #65066 - wesleywiser:fix_const_prop_ice_on_polymorphic_promot... | Tyler Mandry | -11/+22 |
| 2019-10-05 | Rollup merge of #65011 - estebank:ice-o-matic, r=zackmdavis | Tyler Mandry | -0/+34 |
| 2019-10-05 | Rollup merge of #64909 - estebank:turbofish-reloaded, r=Centril | Tyler Mandry | -31/+55 |
| 2019-10-05 | Rollup merge of #64708 - SimonSapin:option-deref, r=Centril | Tyler Mandry | -6/+2 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -177/+177 |
| 2019-10-05 | Ensure that associated `async fn`s have unique fresh param names | Matthew Jasper | -0/+23 |
| 2019-10-05 | Remove `for_each_child_stable` | Aaron Hill | -14/+14 |
| 2019-10-05 | Rename the test | Jonas Schievink | -6/+6 |
| 2019-10-05 | Extend test and fix nits | Jonas Schievink | -8/+72 |
| 2019-10-05 | Pacify tidy | Jonas Schievink | -2/+2 |
| 2019-10-05 | Test that we get the proper errors | Jonas Schievink | -0/+70 |
| 2019-10-05 | Deny specializing items not in the parent impl | Jonas Schievink | -3/+10 |
| 2019-10-05 | lint: extern non-exhaustive types are improper | David Wood | -0/+148 |
| 2019-10-05 | Account for macro invocation in `let mut $pat` diagnostic. | Mazdak Farrokhzad | -0/+71 |
| 2019-10-04 | Make `into` schedule drop for the destination | Matthew Jasper | -187/+321 |
| 2019-10-04 | Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton | bors | -177/+177 |
| 2019-10-04 | Add ignore-asmjs to new test | Thomas Lively | -0/+1 |
| 2019-10-04 | [const-prop] Fix ICE when trying to eval polymorphic promoted MIR | Wesley Wiser | -11/+22 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -101/+113 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -76/+63 |
| 2019-10-04 | Rollup merge of #65073 - ecstatic-morse:issue-65071, r=petrochenkov | Mazdak Farrokhzad | -2/+1 |
| 2019-10-04 | Rollup merge of #65026 - petrochenkov:ice1, r=eddyb | Mazdak Farrokhzad | -2/+2 |