about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-04-29Rollup merge of #96523 - nbdd0121:windows, r=petrochenkovDylan DPC-0/+23
2022-04-29Rollup merge of #96516 - oli-obk:impl_trait_inference_accidental_permitted, r...Dylan DPC-0/+6
2022-04-29Rollup merge of #96477 - alexcrichton:update-wasm64-data-layout, r=wesleywiserDylan DPC-1/+1
2022-04-29Auto merge of #96444 - nbdd0121:used2, r=petrochenkovbors-2/+77
2022-04-28Add `@feat.00` symbol to symbols.o for COFFGary Guo-0/+23
2022-04-28Rollup merge of #96433 - petrochenkov:delim, r=nnethercoteDylan DPC-366/+373
2022-04-28Rollup merge of #96409 - marmeladema:fix-nll-introduce-named-lifetime-suggest...Dylan DPC-76/+111
2022-04-28Rollup merge of #96405 - pvdrz:ambiguous-plus-diagnostic, r=davidtwcoDylan DPC-15/+43
2022-04-28Revert diagnostic duplication and accidental stabilizationOli Scherer-0/+6
2022-04-28Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obkbors-162/+667
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-366/+373
2022-04-28Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errorsbors-17/+72
2022-04-28Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPCbors-184/+198
2022-04-28Rollup merge of #96483 - Urgau:check-cfg-target_feature, r=petrochenkovDylan DPC-0/+5
2022-04-28Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnrDylan DPC-28/+15
2022-04-28Rollup merge of #96466 - compiler-errors:error-collect-array, r=davidtwcoDylan DPC-11/+31
2022-04-28Rollup merge of #96432 - SparrowLii:dbg_scope, r=davidtwcoDylan DPC-28/+17
2022-04-28Rollup merge of #96421 - nnethercote:less-NoDelim, r=petrochenkovDylan DPC-82/+84
2022-04-28Rollup merge of #96377 - compiler-errors:infer-rustfix, r=petrochenkovDylan DPC-35/+46
2022-04-27Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkovbors-980/+743
2022-04-27Recover suggestions to introduce named lifetime under NLLmarmeladema-76/+111
2022-04-27Collect extra lifetime parameters during late resolution.Camille GILLOT-222/+138
2022-04-27Refactor generic collection.Camille GILLOT-56/+37
2022-04-27Create a specific struct for lifetime capture.Camille GILLOT-139/+172
2022-04-27Handle TAIT.Camille GILLOT-96/+21
2022-04-27Use LifetimeRes during lowering.Camille GILLOT-798/+708
2022-04-27Do not resolve elided lifetimes in path twice.Camille GILLOT-1/+1
2022-04-27Update comment.Camille GILLOT-2/+0
2022-04-27Add missing `target_feature` to the list of well known cfg namesLoïc BRANSTETT-0/+5
2022-04-27Add --json unused-externs-silent with original behaviourJeremy Fitzhardinge-11/+50
2022-04-27Plumb through rustc_lint_defs::Level as enum rather than string.Jeremy Fitzhardinge-9/+19
2022-04-27Make --json unused-extern deny/forbid level messages cause exit with error st...Jeremy Fitzhardinge-1/+7
2022-04-27combine all unsized types and add another recursive call to process nested un...b-naber-97/+79
2022-04-27Update data layout string for wasm64-unknown-unknownAlex Crichton-1/+1
2022-04-27Use decorated names for linked_symbols on WindowsGary Guo-2/+77
2022-04-27rename `sum_with_parens`Christian Poveda-6/+3
2022-04-27tut tut tutEllen-28/+15
2022-04-26Better error messages when collecting into `[T; n]`Michael Goulet-11/+31
2022-04-26TAITs are suggestableMichael Goulet-19/+29
2022-04-26make `fn() -> _ {}` suggestion MachineApplicableMichael Goulet-18/+19
2022-04-27Auto merge of #96459 - Dylan-DPC:rollup-de6ud9d, r=Dylan-DPCbors-403/+468
2022-04-27Rollup merge of #96385 - marmeladema:nll-fix-trait-lifetime-bound-suggestions...Dylan DPC-142/+116
2022-04-27Rollup merge of #96383 - compiler-errors:issue-96381, r=estebankDylan DPC-4/+4
2022-04-27Rollup merge of #96370 - compiler-errors:cleanup-report_method_error, r=estebankDylan DPC-244/+254
2022-04-27Avoid producing `NoDelim` values in `FrameData`.Nicholas Nethercote-12/+15
2022-04-26Auto merge of #96425 - oli-obk:fix_incremental_regression_unsafety_checking, ...bors-54/+23
2022-04-27Avoid producing `NoDelim` values in `Frame`.Nicholas Nethercote-11/+11
2022-04-27Avoid producing `NoDelim` values in `MacArgs::delim()`.Nicholas Nethercote-37/+43
2022-04-27Avoid producing `NoDelim` values in `TokenCursorFrame`.Nicholas Nethercote-22/+15
2022-04-26Add new diagnosticGeorge-13/+94