about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-23Report an ambiguity if both modules and primitives are in scopeJoshua Nelson-43/+192
2020-08-23Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkovbors-174/+480
2020-08-23resolve: Add comments to `traits_in_scope`Joshua Nelson-0/+3
2020-08-23Auto merge of #75656 - tirr-c:match-suggest-semi, r=estebankbors-22/+154
2020-08-23Auto merge of #72449 - ecstatic-morse:const-float-bitcast, r=RalfJungbors-0/+170
2020-08-23Fix `compile-flags` directiveecstatic-morse-2/+2
2020-08-23Auto merge of #74238 - RalfJung:offset_from, r=oli-obkbors-16/+10
2020-08-23Auto merge of #75789 - matthiaskrgr:clippy_compiletest, r=Dylan-DPCbors-72/+59
2020-08-23Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebankbors-576/+345
2020-08-23Auto merge of #75813 - petrochenkov:feature/incr-def-path-table, r=Aaron1011bors-99/+130
2020-08-23Auto merge of #73526 - cuviper:rust-llvm11, r=nikicbors-36/+30
2020-08-23Auto merge of #73084 - Aaron1011:feature/new-recursive-expand, r=petrochenkovbors-83/+255
2020-08-22Use smaller def span for functionsAaron Hill-576/+345
2020-08-22Add backwards-compat hack for certain '$name' tokensAaron Hill-8/+103
2020-08-22Recursively expand `TokenKind::Interpolated` (take 2)Aaron Hill-75/+152
2020-08-22Write coverage filenames in Version3 formatJosh Stone-8/+10
2020-08-22Match scalar-pair-bool more flexibly for LLVM 11Josh Stone-2/+3
2020-08-22Apply suggestions from code review Josh Stone-2/+1
2020-08-22Expand RISCV pseudo-instructions to match LLVM 11Josh Stone-15/+16
2020-08-22Upgrade to LLVM 11 (rc2)Josh Stone-0/+0
2020-08-22Don't make clang use gcc's include-fixedJosh Stone-9/+0
2020-08-22Test new floating point bit castsDylan MacKenzie-0/+170
2020-08-22rustc_metadata: Move some code around to merge impls of `CrateMetadataRef`Vadim Petrochenkov-53/+51
2020-08-22Do not forget capacity when collecting def path hashesVadim Petrochenkov-7/+6
2020-08-22Lazy decoding of DefPathTable from crate metadata (non-incremental case)Aaron Hill-70/+104
2020-08-22Auto merge of #74566 - lzutao:guard, r=petrochenkovbors-3/+453
2020-08-22remove feature gate from testsRalf Jung-15/+10
2020-08-22stabilize ptr_offset_fromRalf Jung-1/+0
2020-08-22Auto merge of #75795 - matthiaskrgr:cargotest_clippy, r=Dylan-DPCbors-7/+7
2020-08-22compiletest: fix a couple clippy lint findingsMatthias Krüger-72/+59
2020-08-22Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,...bors-27/+74
2020-08-22rustdoc: Only resolve traits in scopeJoshua Nelson-17/+59
2020-08-22rustdoc: Cache traits implemented by a typeJoshua Nelson-45/+65
2020-08-22rustdoc: Add support for associated items even outside the impl itselfJoshua Nelson-89/+284
2020-08-22rustdoc: Rename misleading functionJoshua Nelson-2/+2
2020-08-22resolve: Add public entrypoint `traits_in_module`Joshua Nelson-0/+25
2020-08-22resolve: Split `ensure_traits` into a separate functionJoshua Nelson-16/+25
2020-08-22resolve: Move `get_traits_in_module_containing_item` to ResolverJoshua Nelson-81/+93
2020-08-22Auto merge of #75792 - matthiaskrgr:bootstrap_clippy, r=Dylan-DPCbors-14/+8
2020-08-22Rollup merge of #75788 - nagisa:mir-call-doccomment, r=wesleywiserDylan DPC-1/+1
2020-08-22Rollup merge of #75781 - Amanieu:asm-fix, r=nagisaDylan DPC-2/+10
2020-08-22Rollup merge of #75771 - tmiasko:const-eval-query-stack-normalize, r=jonas-sc...Dylan DPC-2/+3
2020-08-22Rollup merge of #75769 - matklad:flatten, r=petrochenkovDylan DPC-136/+121
2020-08-22Rollup merge of #75753 - koutheir:patch-1, r=steveklabnikDylan DPC-2/+3
2020-08-22Rollup merge of #75745 - jyn514:refactor-resolve, r=ManishearthDylan DPC-23/+1
2020-08-22Rollup merge of #75718 - GuillaumeGomez:coverage-ui-doc-examples-count, r=jyn514Dylan DPC-94/+196
2020-08-22Rollup merge of #75711 - CohenArthur:split-up-astconv, r=oli-obkDylan DPC-1059/+1096
2020-08-22cargotest: fix clippy warningsMatthias Krüger-7/+7
2020-08-22bootstrap: fix a couple of clippy lint warningsMatthias Krüger-14/+8
2020-08-22MIR call terminator represents diverging calls tooSimonas Kazlauskas-1/+1