| Age | Commit message (Expand) | Author | Lines |
| 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 | Warn if include macro fails to include entire file | Mark Rousskov | -0/+26 |
| 2019-10-07 | Use structured suggestion for removal of `as_str()` call | Esteban Küber | -4/+4 |
| 2019-10-07 | Add a regression test for #57271 | varkor | -0/+60 |
| 2019-10-07 | Add a regression test for #57399 | varkor | -0/+30 |
| 2019-10-07 | Add regression test for #64792 | varkor | -0/+20 |
| 2019-10-07 | Move stray issue tests into src/test/ui/issues | varkor | -0/+0 |
| 2019-10-07 | Add a regression test for issue 62187 | varkor | -0/+32 |
| 2019-10-07 | Move const generic regression tests to their old folder | varkor | -0/+0 |
| 2019-10-07 | Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk | bors | -192/+430 |
| 2019-10-07 | update ui tests | Guillaume Gomez | -7/+48 |
| 2019-10-07 | Prohibit #[track_caller] within trait impls as well as decls. | Adam Perry | -1/+1 |
| 2019-10-07 | Update expected error output. | Adam Perry | -2/+2 |
| 2019-10-07 | Expand E0738 to cover different cases. | Adam Perry | -4/+60 |
| 2019-10-07 | E0735 -> E0739 | Adam Perry | -1/+1 |
| 2019-10-07 | track_caller tests account for incomplete feature warning. | Adam Perry | -7/+54 |
| 2019-10-07 | track_caller error numbers and text. | Adam Perry | -8/+8 |
| 2019-10-07 | track_caller run-pass test, lint cleanup, PR review. | Adam Perry | -2/+10 |
| 2019-10-07 | [RFC 2091] Add #[track_caller] attribute. | Ayose | -0/+106 |
| 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 | Update src/test/ui/nll/issue-63154-normalize.rs
| Felix S Klock II | -1/+1 |
| 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 | add testcase for generator move suggestion | csmoe | -0/+31 |
| 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 | Account for derefs when suggesting assoc function | Esteban Küber | -1/+33 |
| 2019-10-05 | When suggesting assoc function with type params, include turbofish | Esteban Küber | -0/+33 |