about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-16Auto merge of #75536 - estebank:e0255-suggestion, r=varkorbors-139/+295
2020-08-15Auto merge of #75575 - marmeladema:only-measure-drop-ast, r=eddybbors-2/+4
2020-08-16Only measure time spent dropping the ASTmarmeladema-2/+4
2020-08-15Auto merge of #75514 - gdhuper:gdhuper/replace_log_with_tracing, r=davidtwcobors-104/+109
2020-08-15replaced log with tracingGurpreet Singh-104/+109
2020-08-15Auto merge of #75560 - Mark-Simulacrum:rustc-docs, r=matthiaskrgrbors-0/+2
2020-08-15Auto merge of #75483 - mati865:mingw-lld-flags, r=petrochenkovbors-67/+71
2020-08-15Auto merge of #75537 - tmiasko:match-branch-simplify, r=oli-obkbors-63/+649
2020-08-15Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obkbors-7/+19
2020-08-15Add rustc-docs as a componentMark Rousskov-0/+2
2020-08-15Auto merge of #75518 - davidtwco:issue-75326-polymorphization-symbol-mangling...bors-31/+189
2020-08-15Auto merge of #75539 - ehuss:fix-crate-version-rustdoc-bootstrap, r=Mark-Simu...bors-11/+7
2020-08-14Deal with spaces in the rust version.Eric Huss-3/+7
2020-08-14Rollup merge of #75513 - estebank:confused-parser, r=davidtwcoTyler Mandry-18/+4
2020-08-14Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwcoTyler Mandry-237/+241
2020-08-14Rollup merge of #75376 - tmiasko:cmake-system-name, r=Mark-SimulacrumTyler Mandry-8/+16
2020-08-15Auto merge of #73851 - matthewjasper:serialize-not-special, r=oli-obkbors-2343/+2139
2020-08-15MatchBranchSimplification: avoid intermediate vec allocationTomasz Miąsko-38/+46
2020-08-15MatchBranchSimplification: fix equal const bool assignmentsTomasz Miąsko-59/+447
2020-08-14polymorphize: `I` used if `T` used in `I: Foo<T>`David Wood-31/+189
2020-08-14Fix crate-version with rustdoc in bootstrap.Eric Huss-9/+1
2020-08-14Rollup merge of #75517 - RalfJung:promo-intern-comments, r=oli-obkTyler Mandry-2/+9
2020-08-14Rollup merge of #75511 - estebank:elide-trait-object-lt-error, r=lcnrTyler Mandry-67/+37
2020-08-14Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnrTyler Mandry-35/+148
2020-08-14Rollup merge of #75482 - GuillaumeGomez:cleanup-e0752, r=pickfireTyler Mandry-5/+13
2020-08-14MatchBranchSimplification: copy discriminant instead of moving itTomasz Miąsko-3/+3
2020-08-14MatchBranchSimplification: optimize when switching on copy operandTomasz Miąsko-1/+1
2020-08-14Tweak output of E0225Esteban Küber-139/+295
2020-08-14review comment: suggestion message wordingEsteban Küber-3/+4
2020-08-14Fix rustc_serialize unit testsMatthew Jasper-23/+33
2020-08-14Fix rustc_ast unit testMatthew Jasper-1/+4
2020-08-14Fix run-make testMatthew Jasper-56/+60
2020-08-14Fix ui fulldeps testsMatthew Jasper-88/+75
2020-08-14Fix tests and address review commentsMatthew Jasper-202/+47
2020-08-14Add some documentation for (De|En)codableMatthew Jasper-0/+33
2020-08-14Simplify arena_types macrosMatthew Jasper-112/+65
2020-08-14Rework `rustc_serialize`Matthew Jasper-1937/+1898
2020-08-14Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadelbors-39/+161
2020-08-14add a FIXME concerning interning of promotedsRalf Jung-0/+6
2020-08-14LLVM IR coverage encoding aligns closer to Clang'sRich Kadel-39/+161
2020-08-14Auto merge of #75503 - JulianKnodt:opt_opt, r=oli-obkbors-93/+72
2020-08-14answer an old question re: intern kindsRalf Jung-1/+2
2020-08-14mention 'lifetime extension' in promotion doc commentsRalf Jung-1/+1
2020-08-14Rm allocation in uninhabited_enum_branchingkadmin-53/+33
2020-08-14Auto merge of #73383 - ecstatic-morse:test-unoptimized-std, r=Mark-Simulacrumbors-2/+12
2020-08-13Recover gracefully from `struct ` parse errorsEsteban Küber-18/+4
2020-08-13Do not emit E0228 when it is implied by E0106Esteban Küber-67/+37
2020-08-14Add fixkadmin-10/+179
2020-08-13Suggest adding `&self` when accessing `self` in static assoc `fn`Esteban Küber-41/+98
2020-08-13Rollup merge of #75500 - glandium:arm64-mac-zlib, r=Mark-SimulacrumTyler Mandry-1/+1