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