about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-18Remove unnecessary rebinding of def ids.jumbatm-11/+5
2020-08-18Actually introduce a cycle in Reffy test.jumbatm-4/+6
2020-08-18Fix stack overflow for recursive types.jumbatm-102/+187
2020-08-18Add test demonstrating the issue.jumbatm-0/+117
2020-08-17Auto merge of #75592 - RalfJung:miri-int-align, r=oli-obkbors-10/+23
2020-08-17fix typoRalf Jung-1/+1
2020-08-17Auto merge of #75568 - ehuss:cloudabi-tier3, r=Mark-Simulacrumbors-5/+2
2020-08-17Auto merge of #75014 - Amanieu:fix_asm_reg, r=nagisabors-91/+959
2020-08-16Rollup merge of #75569 - tmiasko:emscripten, r=tlivelyTyler Mandry-2/+2
2020-08-16Rollup merge of #75223 - Aaron1011:feature/session-track-caller, r=eddybTyler Mandry-0/+1
2020-08-16Rollup merge of #75177 - JohnTitor:broken-mir-test, r=eddybTyler Mandry-0/+205
2020-08-16Rollup merge of #74399 - mark-i-m:ty-err-4, r=eddybTyler Mandry-15/+12
2020-08-16Rollup merge of #74346 - eddyb:reachable-defs, r=nikomatsakisTyler Mandry-57/+55
2020-08-16Rollup merge of #74314 - eddyb:closure-substs-direct, r=nikomatsakisTyler Mandry-82/+118
2020-08-16Rollup merge of #74204 - ayazhafiz:i/74120, r=eddybTyler Mandry-1/+43
2020-08-16Fix fortanix buildMark Rousskov-1/+1
2020-08-16move DelaySpanBugEmitted to ty::contextmark-15/+12
2020-08-16Auto merge of #73176 - LeSeulArtichaut:tyctxtat-err, r=eddybbors-3/+19
2020-08-16rustc_typeck: construct {Closure,Generator}Substs more directly.Eduard-Mihai Burtescu-82/+118
2020-08-16Use LocalDefId instead of HirId for reachable_set elements.Eduard-Mihai Burtescu-57/+55
2020-08-16Auto merge of #75472 - Mark-Simulacrum:mangling-config, r=eddybbors-0/+7
2020-08-16miri engine: add option to use force_int for alignment checkRalf Jung-10/+23
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-15Bump minor version of emsdk to 1.38.47Tomasz Miąsko-2/+2
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-14Move CloudABI to tier 3.Eric Huss-4/+1
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