about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-07Change item collection to be on demandCelina G. Val-33/+38
2023-03-06Create new rustc_smir struct to map future cratesCelina G. Val-27/+271
2023-03-03Delete old re-exports from rustc_smirCelina G. Val-41/+0
2023-03-03Auto merge of #108677 - matthiaskrgr:rollup-i91cxuf, r=matthiaskrgrbors-145/+884
2023-03-02Rollup merge of #108672 - spastorino:new-rpitit-impl-side, r=compiler-errorsMatthias Krüger-5/+76
2023-03-02Rollup merge of #108644 - KittyBorgX:hashmap-toml, r=albertlarsan68Matthias Krüger-0/+2
2023-03-02Rollup merge of #108624 - Nilstrieb:move-it-up, r=WaffleLapkinMatthias Krüger-12/+12
2023-03-02Rollup merge of #108584 - GuillaumeGomez:rustdoc-search-background, r=notriddleMatthias Krüger-43/+153
2023-03-02Rollup merge of #108573 - kornelski:runtimeenvs, r=WaffleLapkinMatthias Krüger-20/+43
2023-03-02Rollup merge of #108557 - Nathan-Fenner:nathanf/adjust-error-span-fix-Some, r...Matthias Krüger-8/+463
2023-03-02Rollup merge of #108367 - compiler-errors:xl-builders-again, r=pietroalbiniMatthias Krüger-7/+7
2023-03-02Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obkMatthias Krüger-50/+128
2023-03-02Feed queries on impl side for RPITITs when using lower_impl_trait_in_trait_to...Santiago Pastorino-5/+65
2023-03-02Add simple trait testSantiago Pastorino-0/+11
2023-03-02Make `ExprKind` the first field in `thir::Expr`Nilstrieb-12/+12
2023-03-02Auto merge of #108654 - LeSeulArtichaut:revert-99767, r=compiler-errorsbors-78/+151
2023-03-02Auto merge of #108640 - matthiaskrgr:rollup-rii4t5t, r=matthiaskrgrbors-64/+252
2023-03-02Allow setting hashmap toml values in `./configure`KittyBorgX-0/+2
2023-03-02Revert "Stabilize `#![feature(target_feature_11)]`"Léo Lanteri Thauvin-78/+151
2023-03-02Add GUI test for rustdoc search errors backgroundGuillaume Gomez-2/+41
2023-03-02Update rustdoc-js test toolGuillaume Gomez-1/+13
2023-03-02Put backtick content from rustdoc search errors into a <code> elementsGuillaume Gomez-40/+99
2023-03-02Rollup merge of #108609 - clubby789:e0599-highlight, r=estebankMatthias Krüger-15/+31
2023-03-02Rollup merge of #108606 - chenyukang:yukang/fix-104367, r=compiler-errorsMatthias Krüger-0/+57
2023-03-02Rollup merge of #108585 - djkoloski:parallel_fuchsia_test_runner, r=tmandryMatthias Krüger-18/+28
2023-03-02Rollup merge of #108575 - compiler-errors:erase, r=estebankMatthias Krüger-2/+21
2023-03-02Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errorsMatthias Krüger-29/+115
2023-03-02Auto merge of #107879 - icedrocket:update-llvm, r=cuviperbors-9/+34
2023-03-02Restrict `#[rustc_box]` to `Box::new` callsclubby789-29/+115
2023-03-02Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubileebors-81/+603
2023-03-01FormatRune Tynan-8/+2
2023-03-01Auto merge of #108483 - scottmcm:unify-bytewise-eq-traits, r=the8472bors-94/+182
2023-03-01Merge two different equality specialization traits in `core`Scott McMurray-94/+182
2023-03-01Run compiler test suite in parallel on FuchsiaDavid Koloski-18/+28
2023-03-01Auto merge of #108620 - Dylan-DPC:rollup-o5c4evy, r=Dylan-DPCbors-72/+642
2023-03-01Rollup merge of #108605 - JohnTitor:issue-105821, r=compiler-errorsDylan DPC-0/+23
2023-03-01Rollup merge of #108604 - JohnTitor:issue-107280, r=compiler-errorsDylan DPC-0/+97
2023-03-01Rollup merge of #108568 - spastorino:new-rpitit-flag, r=compiler-errorsDylan DPC-9/+132
2023-03-01Rollup merge of #108462 - pommicket:fix-vecdeque-zst-overflow, r=AmanieuDylan DPC-1/+15
2023-03-01Rollup merge of #108427 - y21:for-else-diagnostic, r=compiler-errorsDylan DPC-22/+218
2023-03-01Rollup merge of #108394 - ferrocene:pa-open, r=ozkanonurDylan DPC-15/+20
2023-03-01Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui...Dylan DPC-25/+137
2023-03-01Properly implement should_encode_fn_impl_trait_in_trait using new unstable op...Santiago Pastorino-3/+12
2023-03-01Highlight whole expression for E0599clubby789-15/+31
2023-03-01Make associated_item_def_ids for traits use an unstable option to also return...Santiago Pastorino-5/+100
2023-03-01Fix typo in docsSantiago Pastorino-1/+1
2023-03-01Add unstable option new_rpitit to be used for new RPITIT lowering systemSantiago Pastorino-0/+4
2023-03-01Add opt_rpitit_info querySantiago Pastorino-0/+15
2023-03-01Auto merge of #108446 - Zoxc:named-allocs, r=oli-obkbors-5/+11
2023-03-01Add testcase for issue 105209yukang-0/+25