about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-04-04Add LLVM target and cputype matching for loongarch64zhaixiaojuan-0/+1
2023-04-04rustdoc: Add human-readable cfg string for loongarch64zhaixiaojuan-0/+1
2023-04-04library/unwind: Add definitions for loongarch64zhaixiaojuan-0/+3
2023-04-04library/std: Add support for loongarch64zhaixiaojuan-0/+3
2023-04-04Initial support for loongarch64-unknown-linux-gnuzhaixiaojuan-1/+113
2023-03-28Auto merge of #109561 - raphamorim:master, r=cuviperbors-1/+1
2023-03-27Auto merge of #109440 - WaffleLapkin:make_tidy_slower, r=jyn514bors-67/+87
2023-03-27Auto merge of #109668 - GuillaumeGomez:rollup-j01if4b, r=GuillaumeGomezbors-156/+235
2023-03-27Bless tidyMaybe Waffle-11/+11
2023-03-27Remove useless Clone boundsMaybe Waffle-2/+2
2023-03-27Don't skip all directories when tidy-checkingMaybe Waffle-56/+76
2023-03-27Rollup merge of #109666 - clubby789:ascii-case-comment, r=fee1-deadGuillaume Gomez-1/+1
2023-03-27Rollup merge of #109637 - bjorn3:add_test_annotation, r=tmiaskoGuillaume Gomez-0/+1
2023-03-27Rollup merge of #109512 - fee1-dead-contrib:bump-askama_derive, r=Mark-Simula...Guillaume Gomez-36/+47
2023-03-27Rollup merge of #109445 - Teapot4195:issue-109407-fix, r=ozkanonurGuillaume Gomez-4/+13
2023-03-27Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errorsGuillaume Gomez-64/+56
2023-03-27Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,...Guillaume Gomez-51/+117
2023-03-27Fix ASCII case commentclubby789-1/+1
2023-03-27Auto merge of #109662 - matthiaskrgr:rollup-tk2g3jf, r=matthiaskrgrbors-209/+244
2023-03-27Rollup merge of #109658 - rust-lang:pa-1.68.2-relnotes, r=pietroalbiniMatthias Krüger-0/+23
2023-03-27Rollup merge of #109656 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2023-03-27Rollup merge of #109650 - Nilstrieb:i-will-not-review-your-code, r=albertlars...Matthias Krüger-1/+0
2023-03-27Rollup merge of #109582 - scottmcm:local-ref-pending, r=oli-obkMatthias Krüger-20/+26
2023-03-27Rollup merge of #109580 - compiler-errors:new-solver-fixmes, r=lcnrMatthias Krüger-6/+0
2023-03-27Rollup merge of #109418 - rohaquinlop:108240-rename-native.rs-to-llvm.rs, r=M...Matthias Krüger-101/+101
2023-03-27Rollup merge of #108625 - jyn514:config-toml-cleanups, r=albertlarsan68Matthias Krüger-81/+94
2023-03-27More config.toml.example cleanupsJoshua Nelson-81/+94
2023-03-27backport 1.68.1 and 1.68.2 release notes to masterPietro Albini-0/+23
2023-03-27Auto merge of #109652 - matthiaskrgr:rollup-pbw3hi3, r=matthiaskrgrbors-181/+235
2023-03-27Update cargoWeihang Lo-0/+0
2023-03-27Rollup merge of #109641 - compiler-errors:dont-elaborate-non-obl, r=oli-obkMatthias Krüger-131/+112
2023-03-27Rollup merge of #109635 - Nilstrieb:debrrruginfo, r=compiler=errorsMatthias Krüger-5/+4
2023-03-27Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddleMatthias Krüger-5/+64
2023-03-27Rollup merge of #109613 - lukas-code:match-str-to-char-suggestion, r=compiler...Matthias Krüger-2/+34
2023-03-27Rollup merge of #109587 - cjgillot:no-hashmap-fingerprint, r=NilstriebMatthias Krüger-10/+4
2023-03-27Rollup merge of #102742 - bjorn3:cleanup_rust_start_panic, r=ChrisDentonMatthias Krüger-15/+10
2023-03-27Rollup merge of #98651 - mattfbacon:master, r=ChrisDentonMatthias Krüger-1/+1
2023-03-27Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=...Matthias Krüger-12/+6
2023-03-27Remove Nilstrieb from review rotationnils-1/+0
2023-03-27Auto merge of #109091 - Nilstrieb:match-on-attr, r=cjgillotbors-293/+326
2023-03-26Auto merge of #109643 - nikic:fix-mingw, r=pietroalbinibors-1/+1
2023-03-26Limit to one job on mingw buildersNikita Popov-1/+1
2023-03-26Don't elaborate non-obligations into obligationsMichael Goulet-131/+112
2023-03-26Auto merge of #109357 - saethlin:inline-as-deref, r=thomccbors-0/+4
2023-03-26debuginfo: Get pointer size/align from tcx.data_layout instead of layout_ofNilstrieb-5/+4
2023-03-26Add missing needs-asm-support annotation to ui/simple_global_asm.rsbjorn3-0/+1
2023-03-26Remove unnecessary raw pointer in __rust_start_panic argbjorn3-15/+10
2023-03-26Add GUI test for "Directly go to item in search if there is only one result" ...Guillaume Gomez-0/+63
2023-03-26Fix "Directly go to item in search if there is only one result" settingGuillaume Gomez-5/+1
2023-03-26Allow passing the --nocapture flag to compiletestAlex Huang-4/+13