about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-01Rollup merge of #72834 - JOE1994:correct_confusing_term, r=sfacklerDylan DPC-4/+4
2020-06-01Rollup merge of #72823 - matthewjasper:describe-queries, r=eddybDylan DPC-174/+257
2020-06-01Rollup merge of #72818 - GuillaumeGomez:cleanup-e0622, r=Dylan-DPCDylan DPC-3/+11
2020-06-01Rollup merge of #72776 - lcnr:stalled_on-smallvec, r=nnethercoteDylan DPC-3/+4
2020-05-31Auto merge of #72831 - Dylan-DPC:rollup-6rxjwt9, r=Dylan-DPCbors-27/+60
2020-05-31Rephrase term 'non-pointer type'JOE1994-4/+4
2020-05-31Rollup merge of #72829 - JOE1994:clarify_terms, r=jonas-schievinkDylan DPC-2/+2
2020-05-31Rollup merge of #72812 - RalfJung:miri-char-test, r=jonas-schievinkDylan DPC-2/+5
2020-05-31Rollup merge of #72807 - xiaotianrandom:fix-assoc-type-diagnostics, r=estebankDylan DPC-19/+41
2020-05-31Rollup merge of #72691 - GuillaumeGomez:escape-key-handling, r=kinnisonDylan DPC-4/+12
2020-05-31Add descriptions for all queriesMatthew Jasper-174/+257
2020-05-31Clarify terms in doc commentsJOE1994-2/+2
2020-05-31Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=...bors-41/+130
2020-05-31Auto merge of #72813 - RalfJung:rollup-4ko6q8j, r=RalfJungbors-144/+136
2020-05-31Put input timeout clearance inside a functionGuillaume Gomez-13/+11
2020-05-31Clean up E0622 explanationGuillaume Gomez-3/+11
2020-05-31Miri tests: skip parts of test_char_rangeRalf Jung-2/+5
2020-05-31Rollup merge of #72781 - marmeladema:rustdoc-def-id-resolve-str-path-error, r...Ralf Jung-11/+12
2020-05-31Rollup merge of #72749 - vertexclique:vcq/update-stdarch, r=AmanieuRalf Jung-0/+0
2020-05-31Rollup merge of #72745 - lcnr:interned-cleanup, r=petrochenkovRalf Jung-48/+2
2020-05-31Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkovRalf Jung-17/+10
2020-05-31Rollup merge of #72683 - RalfJung:char-debug-check, r=Mark-SimulacrumRalf Jung-68/+112
2020-05-31Auto merge of #72759 - alexcrichton:update-compiler-builtins, r=Mark-Simulacrumbors-1/+1
2020-05-31remove fixme for `stalled_on`Bastian Kauschke-3/+4
2020-05-31Auto merge of #72743 - lcnr:predicate_f, r=nikomatsakisbors-2/+2
2020-05-31Fix associate type diagnosticsXIAO Tian-19/+12
2020-05-31Add a test for wrong assoc type diagnosticsXIAO Tian-0/+29
2020-05-31Auto merge of #72116 - petrhosek:fuchsia-ld-flags, r=tmandrybors-0/+7
2020-05-31Update stdarch submodule to latest headMahmut Bulut-0/+0
2020-05-30Rollup merge of #72777 - marmeladema:rustdoc-remove-local-def-id-from-node-id...Ralf Jung-9/+5
2020-05-30Rollup merge of #72773 - Rantanen:is_char_boundary-docs, r=joshtriplettRalf Jung-4/+3
2020-05-30Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkovRalf Jung-2/+2
2020-05-30Rollup merge of #72757 - petrochenkov:shebang, r=varkorRalf Jung-19/+32
2020-05-30Rollup merge of #72728 - o01eg:fix-72661, r=Mark-SimulacrumRalf Jung-7/+30
2020-05-30Rollup merge of #72669 - petrochenkov:smclean, r=Mark-SimulacrumRalf Jung-55/+35
2020-05-30Rollup merge of #72668 - awoimbee:give-fn-parenthetical-notation-parentheses,...Ralf Jung-2/+77
2020-05-30Rollup merge of #72666 - ivanloz:profile_emit_flag, r=matthewjasperRalf Jung-4/+11
2020-05-30Rollup merge of #72657 - flip1995:impl_lint_pass-ty, r=matthewjasperRalf Jung-5/+31
2020-05-30Rollup merge of #72650 - GuillaumeGomez:sort-sidebar-elements, r=kinnisonRalf Jung-32/+31
2020-05-30Rollup merge of #72637 - euclio:env-hygiene, r=davidtwcoRalf Jung-0/+9
2020-05-30Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkovRalf Jung-57/+367
2020-05-30Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirementsEsteban Küber-156/+91
2020-05-30Consider all possible one letter lifetimes in suggestionEsteban Küber-3/+3
2020-05-30Account for enclosing item when suggesting new lifetime nameEsteban Küber-23/+96
2020-05-30Tweak type parameter errors to reduce verbosityEsteban Küber-374/+78
2020-05-30Update nll testsEsteban Küber-8/+29
2020-05-30review comment: tweak wording and account for span overlapEsteban Küber-25/+38
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-142/+239
2020-05-30Fix NLL outputEsteban Küber-12/+98
2020-05-30Improve output of argument anonymous borrow missing annotation involving opaq...Esteban Küber-76/+37