about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-24Store 'since' attribute as parsed VersionDavid Tolnay-53/+50
2023-10-24Use IndexMap for handling stable TyCelina G. Val-29/+23
2023-10-24Merge pull request #364 from rust-lang/doc/target-specantoyo-9/+43
2023-10-24Remove fold code and add Const::internal()Celina G. Val-404/+144
2023-10-24Auto merge of #115796 - cjgillot:const-prop-rvalue, r=oli-obkbors-158/+785
2023-10-24Fix to be able to use a target specification JSON file and document the processAntoni Boucher-9/+43
2023-10-24mv testsEsteban Küber-0/+0
2023-10-25tidy: skip lines starting with `#` in alphabetical check.Nicholas Nethercote-3/+8
2023-10-25Fix a bug in tidy's alphabetical checking.Nicholas Nethercote-17/+14
2023-10-24Require target features to match exactly during inliningTomasz Miąsko-5/+3
2023-10-24Precommit target features compatibility testTomasz Miąsko-0/+8
2023-10-24Mark .rmeta files as /SAFESEH on x86 Windows.Daniel Cheng-33/+55
2023-10-24Migrate inline_compatibility.rs test to FileCheckTomasz Miąsko-226/+34
2023-10-24Get rid of 'tcx on ConstVid, EffectVidMichael Goulet-130/+150
2023-10-24Auto merge of #117135 - matthiaskrgr:rollup-zdh18i6, r=matthiaskrgrbors-435/+1035
2023-10-24Intern LocalDefId list from opaque queryMichael Goulet-3/+16
2023-10-24Rollup merge of #117127 - compiler-errors:incomplete, r=lqdMatthias Krüger-74/+29
2023-10-24Rollup merge of #117010 - celinval:smir-internal, r=oli-obkMatthias Krüger-141/+281
2023-10-24Rollup merge of #116943 - heiher:target-features, r=wesleywiserMatthias Krüger-1/+21
2023-10-24Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naberMatthias Krüger-1/+327
2023-10-24Rollup merge of #116792 - JonasAlaif:renumber-fix, r=b-naberMatthias Krüger-0/+4
2023-10-24Rollup merge of #116714 - WaffleLapkin:order-the-order, r=joshtriplettMatthias Krüger-49/+13
2023-10-24Rollup merge of #116396 - obeis:hir-analysis-migrate-diagnostics-7, r=oli-obkMatthias Krüger-163/+341
2023-10-24Rollup merge of #116094 - Swatinem:coverage-branch-gate, r=wesleywiserMatthias Krüger-6/+19
2023-10-24Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgrbors-93/+198
2023-10-24Merge impl_wf_inference into coherence checkingMichael Goulet-15/+87
2023-10-25suggest unwrap/expect for let binding type mismatchyukang-1/+327
2023-10-24Test match underscore on void from union.Camille GILLOT-0/+18
2023-10-24Add miri test matching on `!`.Camille GILLOT-0/+25
2023-10-24Add diverging match guard test.Camille GILLOT-2/+12
2023-10-24Update documentation.Camille GILLOT-3/+3
2023-10-24Add miri tests.Camille GILLOT-0/+46
2023-10-24Use `PlaceMention` for match scrutinees.Camille GILLOT-501/+290
2023-10-24Remove incomplete features from RPITIT/AFIT testsMichael Goulet-74/+29
2023-10-24Tweak test to avoid platform dependency.Camille GILLOT-15/+15
2023-10-24Add basics for `test` command in build systemGuillaume Gomez-0/+20
2023-10-24Rollup merge of #117105 - onur-ozkan:remove-change-id-assertion, r=albertlars...Matthias Krüger-1/+0
2023-10-24Rollup merge of #117093 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-10-24Rollup merge of #117092 - matthewjasper:attribute-validation, r=compiler-errorsMatthias Krüger-0/+95
2023-10-24Rollup merge of #117091 - compiler-errors:debug, r=lcnrMatthias Krüger-89/+100
2023-10-24Rollup merge of #117081 - GoodDaisy:master, r=wesleywiserMatthias Krüger-3/+3
2023-10-24Auto merge of #116773 - dtolnay:validatestable, r=compiler-errorsbors-2/+2
2023-10-24Auto merge of #116773 - dtolnay:validatestable, r=compiler-errorsbors-110/+138
2023-10-24Auto merge of #117124 - bjorn3:sync_cg_clif-2023-10-24, r=bjorn3bors-138/+260
2023-10-24Merge branch 'sync_from_rust'bjorn3-0/+0
2023-10-24Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202...bjorn3-138/+260
2023-10-24Merge commit '93a5433f17ab5ed48cc88f1e69b0713b16183373' into sync_cg_clif-202...bjorn3-138/+260
2023-10-24Auto merge of #11685 - Alexendoo:clippy_config, r=flip1995bors-555/+579
2023-10-24Hide config implementation details from public docsAlex Macleod-159/+174
2023-10-24Migrate diagnostics in `rustc_hir_analysis/src/coherence/orphan.rs`Obei Sideg-163/+341