about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-05-08Only assert for unstable expectation ids after conversion (RFC 2383)xFrednet-0/+36
2022-05-08Enforce no trailing spaces with eslintGuillaume Gomez-0/+1
2022-05-08Enforce linebreak style in js source codeGuillaume Gomez-0/+4
2022-05-08Auto merge of #96689 - gimbles:campfire, r=Mark-Simulacrumbors-4/+4
2022-05-08Auto merge of #96659 - thatzopoulos:issue-90679-fix, r=Mark-Simulacrumbors-1/+12
2022-05-08Auto merge of #96457 - yungkneez:fix-bootstrap, r=Mark-Simulacrumbors-2/+11
2022-05-08Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebankbors-225/+192
2022-05-08Correct the issue number of a testYuki Okushi-1/+1
2022-05-08Add regression test for #96654Yuki Okushi-0/+15
2022-05-08Fix the `x.py clippy` commandYuki Okushi-2/+2
2022-05-08Auto merge of #94206 - PrestonFrom:significant_drop, r=flip1995bors-0/+1201
2022-05-08Fix incorrect syntax suggestion with `pub async fn`Ken Matsui-0/+85
2022-05-07Auto merge of #96824 - matthiaskrgr:rollup-silw3ki, r=matthiaskrgrbors-55/+217
2022-05-07updated error message for missing cmakeThomas Hatzopoulos-1/+12
2022-05-07Rollup merge of #96822 - GuillaumeGomez:js-quote-rule, r=notriddleMatthias Krüger-52/+56
2022-05-07Rollup merge of #96777 - JohnTitor:do-not-run-pass-save-analysis, r=Mark-Simu...Matthias Krüger-1/+1
2022-05-07Rollup merge of #96757 - jyn514:fewer-clippy-rebuilds, r=Mark-SimulacrumMatthias Krüger-2/+4
2022-05-07Rollup merge of #96756 - jyn514:compiler-docs-default, r=Mark-SimulacrumMatthias Krüger-0/+10
2022-05-07Rollup merge of #96726 - oli-obk:no_cross_inference, r=Mark-SimulacrumMatthias Krüger-0/+103
2022-05-07Rollup merge of #96667 - oli-obk:collect_hidden_types, r=Mark-SimulacrumMatthias Krüger-0/+43
2022-05-07Auto merge of #96670 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrumbors-5/+14
2022-05-07Enforce quote rule for JS source codeGuillaume Gomez-52/+56
2022-05-07Track if a where bound comes from a impl Trait desugarflip1995-5/+10
2022-05-07Rollup merge of #96807 - RalfJung:miri, r=RalfJungGuillaume Gomez-9/+7
2022-05-07Rollup merge of #96805 - Folyd:eslint, r=GuillaumeGomezGuillaume Gomez-31/+5
2022-05-07Rollup merge of #96760 - davidtwco:diagnostic-translation-vec, r=oli-obkGuillaume Gomez-0/+8
2022-05-07Rollup merge of #96636 - GuillaumeGomez:fix-jump-to-def-regression, r=notriddleGuillaume Gomez-3/+26
2022-05-07Rollup merge of #96581 - RalfJung:debug-size-align, r=oli-obkGuillaume Gomez-551/+220
2022-05-07Add test.Camille GILLOT-0/+48
2022-05-07Auto merge of #96780 - Kobzol:ci-llvm-upgrade-osx-windows, r=Mark-Simulacrumbors-1/+1
2022-05-07update MiriRalf Jung-9/+7
2022-05-07Auto merge of #96804 - compiler-errors:rollup-1mc6aw3, r=compiler-errorsbors-4/+75
2022-05-06Rollup merge of #96801 - Aaron1011:coinductive-cycle-test, r=compiler-errorsMichael Goulet-0/+34
2022-05-06Rollup merge of #96783 - aliemjay:typo-issue-95034, r=compiler-errorsMichael Goulet-0/+2
2022-05-06Rollup merge of #96781 - koic:fix_an_incorrect_link_in_the_unstable_book, r=e...Michael Goulet-1/+1
2022-05-06Rollup merge of #96758 - davidtwco:split-debuginfo-bootstrap-bsd, r=Mark-Simu...Michael Goulet-2/+6
2022-05-06Rollup merge of #96746 - JohnTitor:issue-96738, r=petrochenkovMichael Goulet-0/+19
2022-05-06Rollup merge of #96660 - jyn514:better-missing-path-error, r=Mark-SimulacrumMichael Goulet-1/+13
2022-05-06Lint for significant drops who may have surprising lifetimes #1Preston From-0/+1201
2022-05-07Change eslint rules from configuration comments to configuration filesFolyd-31/+5
2022-05-07Move check-bootstrap from a makefile rule to test::Bootstrapgimbles-4/+4
2022-05-06Resolve vars before emitting coerce suggestions tooJack Huey-0/+16
2022-05-06Resolve vars in note_type_errJack Huey-129/+134
2022-05-06Add regression test for #96319Aaron Hill-0/+34
2022-05-07Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=...bors-8/+8
2022-05-06Point at closure args tooJack Huey-3/+42
2022-05-06Remove previously deleted test filesJack Huey-93/+0
2022-05-06Add rustdoc documentation about unstable feature "jump to def"Guillaume Gomez-0/+7
2022-05-06Add regression test for jump-to-defGuillaume Gomez-0/+18
2022-05-06Remove unneeded SpanMapVisitor::visit_generics functionGuillaume Gomez-13/+1