| Age | Commit message (Expand) | Author | Lines |
| 2019-11-05 | Account for typo in turbofish and suggest `::` | Esteban Küber | -5/+11 |
| 2019-11-04 | Detect `::` -> `:` typo when involving turbofish | Esteban Küber | -1/+21 |
| 2019-10-29 | Auto merge of #65927 - eddyb:eval-always-considered-harmful, r=michaelwoerister | bors | -2/+0 |
| 2019-10-29 | Don't use eval_always for miri queries used from codegen. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-10-29 | Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichton | bors | -21/+68 |
| 2019-10-29 | Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa | Mazdak Farrokhzad | -82/+203 |
| 2019-10-29 | Rollup merge of #65562 - Patryk27:master, r=estebank | Mazdak Farrokhzad | -44/+57 |
| 2019-10-29 | Rollup merge of #65531 - tmandry:bump-backtrace, r=cramertj | Mazdak Farrokhzad | -1/+5 |
| 2019-10-29 | Rollup merge of #65318 - estebank:coherence, r=varkor | Mazdak Farrokhzad | -250/+467 |
| 2019-10-29 | Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasper | Mazdak Farrokhzad | -205/+459 |
| 2019-10-28 | Update backtrace to 0.3.40 | Tyler Mandry | -1/+5 |
| 2019-10-28 | Auto merge of #65907 - Centril:rollup-9i8ev23, r=Centril | bors | -215/+342 |
| 2019-10-28 | Rollup merge of #65893 - jafern14:let-expr-stable-error-messaging, r=Centril | Mazdak Farrokhzad | -5/+14 |
| 2019-10-28 | Rollup merge of #65891 - michaelwoerister:sp-crate-metadata, r=wesleywiser | Mazdak Farrokhzad | -2/+1 |
| 2019-10-28 | Rollup merge of #65887 - lzutao:doc-vec-get, r=rkruppe | Mazdak Farrokhzad | -2/+4 |
| 2019-10-28 | Rollup merge of #65877 - lzutao:iter-chain-once, r=Centril | Mazdak Farrokhzad | -3/+18 |
| 2019-10-28 | Rollup merge of #65858 - davidtwco:rfc-2203-feature-gate-in-error, r=ecstatic... | Mazdak Farrokhzad | -14/+83 |
| 2019-10-28 | Rollup merge of #65825 - eddyb:def-index-vec, r=varkor | Mazdak Farrokhzad | -23/+17 |
| 2019-10-28 | Rollup merge of #65643 - varkor:remove-free-regions-from-const-placeholder, r... | Mazdak Farrokhzad | -7/+9 |
| 2019-10-28 | Rollup merge of #65640 - estebank:recover-missing-semi, r=Centril | Mazdak Farrokhzad | -157/+175 |
| 2019-10-28 | Rollup merge of #65563 - GuillaumeGomez:long-err-explanation-E0587, r=Dylan-DPC | Mazdak Farrokhzad | -2/+21 |
| 2019-10-28 | Output previous stable error messaging when using stable build. | Agustin Fernandez | -5/+14 |
| 2019-10-28 | suggest `const_in_array_repeat_expression` flag | David Wood | -14/+83 |
| 2019-10-28 | review comments | Esteban Küber | -44/+41 |
| 2019-10-28 | Tweak unexpected token wording | Esteban Küber | -41/+42 |
| 2019-10-28 | Use heuristics to recover parsing of missing `;` | Esteban Küber | -100/+120 |
| 2019-10-28 | Improve pretty-printing for compound qualified paths. | Patryk Wychowaniec | -3/+13 |
| 2019-10-28 | Fix a previously forgotten pretty-printing test after a change to the pretty-... | Patryk Wychowaniec | -1/+1 |
| 2019-10-28 | Improve the "try using a variant of the expected type" hint. | Patryk Wychowaniec | -44/+47 |
| 2019-10-28 | Fix rebase | Esteban Küber | -5/+5 |
| 2019-10-28 | Auto merge of #65202 - pietroalbini:scriptify-ci-config, r=alexcrichton | bors | -281/+453 |
| 2019-10-28 | add comment | Esteban Küber | -1/+1 |
| 2019-10-28 | Do not display ADT type arguments and fix rebase | Esteban Küber | -73/+106 |
| 2019-10-28 | Account for tuples in explanation | Esteban Küber | -25/+26 |
| 2019-10-28 | Talk about specific types and remove lifetimes from output | Esteban Küber | -43/+100 |
| 2019-10-28 | Further tweak spans for better readability | Esteban Küber | -18/+18 |
| 2019-10-28 | Use more targeted spans for orphan rule errors | Esteban Küber | -199/+312 |
| 2019-10-28 | Call out the types that are non local on E0117 | Esteban Küber | -61/+74 |
| 2019-10-28 | Ignore issue-64153 run-make test on Windows since supporting a Windows versio... | Michael Woerister | -0/+4 |
| 2019-10-28 | ci: fix wrong path for wix being set | Pietro Albini | -2/+2 |
| 2019-10-28 | Auto merge of #65421 - estebank:variants, r=petrochenkov | bors | -331/+600 |
| 2019-10-28 | self-profiling: Record something more useful for crate metadata generation ev... | Michael Woerister | -2/+1 |
| 2019-10-28 | rustc: use IndexVec<DefIndex, T> instead of Vec<T>. | Eduard-Mihai Burtescu | -23/+17 |
| 2019-10-28 | ci: fix execution condition for install-clang | Pietro Albini | -1/+1 |
| 2019-10-28 | Auto merge of #65188 - matthewjasper:stabilize-const-constructor, r=Centril | bors | -109/+45 |
| 2019-10-28 | doc: mention `get(_mut)` in Vec | Lzu Tao | -2/+4 |
| 2019-10-28 | Rollup merge of #65880 - Nadrieril:gather-usefulness-tests, r=varkor | Mazdak Farrokhzad | -3/+6 |
| 2019-10-28 | Rollup merge of #65873 - lzutao:doc-vec-from-raw-parts, r=rkruppe | Mazdak Farrokhzad | -1/+5 |
| 2019-10-28 | Rollup merge of #65849 - popzxc:document-librustc_lexer, r=petrochenkov | Mazdak Farrokhzad | -24/+225 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -120/+130 |