about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-49/+51
2019-01-28Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxcbors-0/+25
2019-01-28Unused variable suggestions on all patterns.David Wood-34/+50
2019-01-27Mark non-static generators as always UnpinWim Looman-3/+15
2019-01-27Update generator transform and generated function signatureWim Looman-0/+6
2019-01-27Mark static generators as !UnpinWim Looman-0/+7
2019-01-27`ConstValue::ScalarPair` only needs to represent slicesOliver Scherer-35/+27
2019-01-27Add some size assertions for const eval typesOliver Scherer-0/+14
2019-01-27Fix indentationOliver Scherer-1/+1
2019-01-27Create `nvptx64-nvidia-cuda` target specificationDenys Zariaiev-0/+6
2019-01-27Fix stray typoRémy Rakic-1/+1
2019-01-27Extract the notes explaining the placeholder region errors to a helper fnRémy Rakic-8/+43
2019-01-27When mentioning lifetimes, put either the trait ref or the self type closer t...Rémy Rakic-26/+63
2019-01-27comment the patternNiko Matsakis-0/+15
2019-01-27identify when implemented for "some specific lifetime"Niko Matsakis-127/+120
2019-01-27add a lot more `debug!` to `try_report_placeholders_trait`Niko Matsakis-0/+15
2019-01-27Try to reword placeholder error messages to make them clearerlqd-31/+45
2019-01-27Try to resolve type vars in the placeholder errors trait refslqd-8/+12
2019-01-27Handle higher-ranked lifetime conflict errors where the subtype is the `sup` ...lqd-0/+24
2019-01-27Make NiceRegionError use the `InferCtxt` instead of its `TyCtxt`lqd-43/+47
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-42/+41
2019-01-26Auto merge of #57726 - Zoxc:combine-early-lints, r=estebankbors-172/+348
2019-01-26Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelixbors-2/+27
2019-01-25Auto merge of #57898 - Centril:rollup, r=Centrilbors-10/+0
2019-01-25Rollup merge of #57734 - oli-obk:fixes_and_cleanups, r=pnkfelixMazdak Farrokhzad-10/+0
2019-01-25Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelixbors-47/+75
2019-01-25Rollup merge of #57802 - davidtwco:issue-56943, r=estebankMazdak Farrokhzad-14/+14
2019-01-25Rollup merge of #57652 - mark-i-m:remove-old, r=nikomatsakisMazdak Farrokhzad-777/+13
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-2/+27
2019-01-24Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearthbors-1/+0
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-1/+0
2019-01-23Fix race condition when emitting stored diagnosticsJohn Kåre Alsaker-21/+63
2019-01-22Rollup merge of #57798 - hellow554:master, r=davidtwcoMazdak Farrokhzad-2/+2
2019-01-22Corrected spelling inconsistencyMarcel Hellwig-2/+2
2019-01-22Auto merge of #57475 - SimonSapin:signed, r=estebankbors-3/+7
2019-01-21Auto merge of #55009 - oli-obk:const_safety, r=RalfJungbors-4/+25
2019-01-21Fix some non-determinism in help messages for E0277 errors.Simon Sapin-3/+7
2019-01-21Print visible name for types as well as modules.David Wood-14/+14
2019-01-21Differentiate between closure and function bodiesOliver Scherer-4/+25
2019-01-21Rollup merge of #57783 - davidtwco:issue-57741, r=estebankMazdak Farrokhzad-2/+19
2019-01-21Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavisMazdak Farrokhzad-5/+21
2019-01-20Add "dereference boxed value" suggestion.David Wood-2/+19
2019-01-20Auto merge of #57697 - dotdash:fast_lex_reg_resol_item_bodies, r=nagisabors-6/+8
2019-01-20Do not suggest angle brackets when there are no type argumentsEsteban Küber-8/+11
2019-01-20Auto merge of #57651 - JohnTitor:give-char-type, r=estebankbors-0/+2
2019-01-20Mark incorrect recovered `char` literals as `TyErr` to avoid type errorsYuki Okushi-0/+1
2019-01-19Suggest usage of angle bracketsEsteban Küber-3/+12
2019-01-19Accept parenthesized type args for error recoveryEsteban Küber-1/+5
2019-01-19Continune parsing after encountering Trait with paren argsEsteban Küber-1/+1
2019-01-19Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkovMazdak Farrokhzad-251/+155