about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-21Rollup merge of #95074 - TaKO8Ki:use-format-args-capture-and-remove-unnecessa...Matthias Krüger-78/+61
2022-03-21Deduplicate ui-fulldeps.Camille GILLOT-6/+1
2022-03-21Add needs-asm-support directive to tests where necessarybjorn3-68/+80
2022-03-21add/update testsb-naber-137/+50
2022-03-21dont try to unify unevaluated constants that contain infer varsb-naber-1/+15
2022-03-21stall on on constants that contain infer vars in const_eval_resolveb-naber-0/+8
2022-03-21try to evaluate in try_unifyb-naber-35/+66
2022-03-21Return err instead of ICEouz-a-3/+73
2022-03-21move `adt_const_params` to its own tracking issuelcnr-42/+4
2022-03-21Auto merge of #95169 - Smittyvb:union-test-ub, r=bjorn3bors-54/+107
2022-03-22use `format-args-capture` and remove unnecessary nested if blocks in some par...Takayuki Maeda-78/+61
2022-03-21Move pthread locks to own module.Mara Bos-60/+69
2022-03-21Don't run UB in test suiteSmitty-54/+107
2022-03-21Update unstable book with the new `values()` form for check-cfgLoïc BRANSTETT-3/+5
2022-03-21add tests for 🔒Maximilian Köhl-0/+31
2022-03-21fix: add a space only in front of 🔒Maximilian Köhl-2/+2
2022-03-21move the 🔒 after the nameMaximilian Köhl-1/+1
2022-03-21allowing [`map_flatten`] to split long suggestionsJ-ZhengLi-124/+395
2022-03-21Tidy upDeadbeef-5/+13
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-192/+296
2022-03-21Add `Destructible` for replacing `~const Drop`Deadbeef-0/+9
2022-03-20Disable early otherwise branch MIR optJakob Degen-1/+32
2022-03-20Search for struct body span after any generic argumentsYacin Tmimi-1/+10
2022-03-21Auto merge of #95104 - compiler-errors:remove-ascription, r=davidtwcobors-6/+115
2022-03-21Auto merge of #95156 - audunhalland:fix-rustc_const_eval_transform-comments, ...bors-2/+2
2022-03-21Move items into `TtParser` as `Vec`s.Nicholas Nethercote-58/+43
2022-03-21Remove `MatcherPosHandle`.Nicholas Nethercote-88/+23
2022-03-21refactor: remove need for MethodCall matchingMax Baumann-8/+1
2022-03-20Add a testcase.Dan Gohman-0/+6
2022-03-20refactor: use is_lang_ctor()Max Baumann-19/+12
2022-03-20feat: change error messageMax Baumann-5/+5
2022-03-20Preserve the Windows `GetLastError` error in `HandleOrInvalid`.Dan Gohman-2/+18
2022-03-20Auto merge of #8559 - pickfire:patch-1, r=xFrednetbors-1/+1
2022-03-20fix two comments referring to moved code (rustc_mir_transform::generator)Audun Halland-2/+2
2022-03-20Auto merge of #95148 - matthiaskrgr:rollup-jsb1ld9, r=matthiaskrgrbors-5/+29
2022-03-20Don't declare test_variadic_fnptr with two conflicting signaturesbjorn3-26/+9
2022-03-20Rollup merge of #95145 - ChayimFriedman2:patch-1, r=Dylan-DPCMatthias Krüger-1/+1
2022-03-20Rollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatched-angle-bracket-erro...Matthias Krüger-1/+18
2022-03-20Rollup merge of #95131 - ehuss:fix-metadata-filename, r=bjorn3Matthias Krüger-1/+1
2022-03-20Rollup merge of #95114 - ChrisDenton:symlink-test, r=the8472Matthias Krüger-2/+9
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-282/+183
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+4
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-41/+43
2022-03-20Auto merge of #95144 - RalfJung:miri, r=RalfJungbors-8/+8
2022-03-20Fix typo interator->iteratorChayim Refael Friedman-1/+1
2022-03-20update MiriRalf Jung-8/+8
2022-03-20Auto merge of #95142 - bjorn3:sync_cg_clif-2022-03-20, r=bjorn3bors-506/+454
2022-03-20Add once_cell as allowed cg_clif dependencybjorn3-0/+1
2022-03-20Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...bjorn3-506/+453
2022-03-20Auto merge of #95071 - RalfJung:arbitrary-self-dyn, r=oli-obkbors-15/+40