about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-27add projection_ty_from_predicates querycsmoe-32/+31
2020-08-26suggest await on unexpected typescsmoe-32/+126
2020-08-25suggest await before methodcsmoe-17/+97
2020-08-25suggest await on field accesscsmoe-41/+106
2020-08-25append more test cases for issue 61076csmoe-4/+58
2020-08-25Auto merge of #75764 - workingjubilee:tidy-up-cargo-metadata, r=Mark-Simulacrumbors-1/+1
2020-08-25Auto merge of #75666 - davidtwco:tidy-lang-items, r=varkorbors-299/+277
2020-08-24Auto merge of #75625 - mati865:mingw-cross-compile, r=Mark-Simulacrumbors-1/+10
2020-08-24Auto merge of #75876 - matklad:rust-analyzer-2020-08-24, r=matkladbors-42/+22
2020-08-24:arrow_up: rust-analyzerAleksey Kladov-42/+22
2020-08-24Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrumbors-186/+216
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-299/+277
2020-08-24Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomezbors-59/+203
2020-08-23Fix bad rebaseJoshua Nelson-164/+164
2020-08-23Use underscores instead of spacesJoshua Nelson-7/+7
2020-08-23Time how long it takes to render HTMLJoshua Nelson-8/+11
2020-08-23xpy fmtJoshua Nelson-12/+25
2020-08-23Time running the global contextJoshua Nelson-1/+1
2020-08-23Separate `run_global_ctxt` into a separate functionJoshua Nelson-8/+14
2020-08-23Remove redundant timing for queryJoshua Nelson-3/+1
2020-08-23Time loading all crates, not each individual crateJoshua Nelson-2/+2
2020-08-23Add some timing info to rustdocJoshua Nelson-5/+15
2020-08-24Rollup merge of #75856 - matthiaskrgr:more_clippy, r=Dylan-DPCYuki Okushi-27/+23
2020-08-24Rollup merge of #75844 - ehuss:publish-toolstate-httperror, r=Mark-SimulacrumYuki Okushi-1/+9
2020-08-24Rollup merge of #75831 - lzutao:https, r=Dylan-DPCYuki Okushi-4/+4
2020-08-23xpy fmtJoshua Nelson-7/+2
2020-08-23Document prim@ and primitive@Joshua Nelson-1/+1
2020-08-23Update primitive test to match the new behaviorJoshua Nelson-8/+8
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-24unstable-book-gen: fix clippy::single_char_pattern and clippy::iter_skip_nextMatthias Krüger-4/+4
2020-08-24unicode_table_generator: fix clippy::writeln_empty_string, clippy::useless_fo...Matthias Krüger-6/+6
2020-08-24tidy: remove redundant variable from check_if_error_code_is_test_in_explanationMatthias Krüger-5/+3
2020-08-23linkcheckr: fix clippy::redundant_static_lifetimes and clippy::single_char_pa...Matthias Krüger-7/+7
2020-08-23expand-yaml-anchors: fix clippy::match_ref_pats and clippy::redundant_closureMatthias Krüger-5/+3
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-23publish-toolstate: show more context on HTTP errorEric Huss-1/+9
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-23Prefer https link for wikipedia URLsLzu Tao-4/+4
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