about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-04-12Add `libLLVM.so` to the target libdir when download-rustc is enabledjyn-4/+24
2023-04-12Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgrbors-555/+635
2023-04-12Rollup merge of #110241 - clubby789:tidy-reduce-limit, r=albertlarsan68Matthias Krüger-6/+22
2023-04-12Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726Matthias Krüger-148/+217
2023-04-12Rollup merge of #110222 - lovelymono:rustc-expand-mbe-diagnostic, r=davidtwcoMatthias Krüger-2/+9
2023-04-12Rollup merge of #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomezMatthias Krüger-8/+75
2023-04-12Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholkMatthias Krüger-109/+126
2023-04-12Rollup merge of #110175 - nnethercote:symbol-cleanups, r=jackh726Matthias Krüger-49/+28
2023-04-12Rollup merge of #110165 - notriddle:notriddle/overscroll-behavior, r=Guillaum...Matthias Krüger-97/+20
2023-04-12Rollup merge of #110153 - DaniPopes:compiler-typos, r=NilstriebMatthias Krüger-136/+138
2023-04-12Auto merge of #110239 - matthiaskrgr:rollup-o90hx4s, r=matthiaskrgrbors-1128/+208
2023-04-12rustdoc: use CSS `overscroll-behavior` instead of JavaScriptMichael Howell-97/+20
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-148/+217
2023-04-12rustdoc: make settings radio and checks thicker, less contrastMichael Howell-8/+75
2023-04-12tidy: Issue an error when ui test limits are too highclubby789-6/+22
2023-04-12Rollup merge of #110217 - rust-loongarch:fix-typos, r=GuillaumeGomezMatthias Krüger-5/+5
2023-04-12Rollup merge of #110210 - nnethercote:DescriptionCtx-cleanups, r=davidtwcoMatthias Krüger-119/+79
2023-04-12Rollup merge of #110209 - JohnTitor:issue-59003, r=compiler-errorsMatthias Krüger-0/+18
2023-04-12Rollup merge of #110190 - cbeuw:mir-offset, r=oli-obkMatthias Krüger-0/+28
2023-04-12Rollup merge of #110188 - Nilstrieb:remove-remove-dir-all, r=jyn514Matthias Krüger-866/+0
2023-04-12Rollup merge of #110182 - WaffleLapkin:neither, r=NilstriebMatthias Krüger-109/+37
2023-04-12Rollup merge of #110176 - nnethercote:renumber-cleanups, r=lqdMatthias Krüger-27/+14
2023-04-12Rollup merge of #109959 - JakobDegen:transmute-validate, r=compiler-errorsMatthias Krüger-2/+27
2023-04-12compiler: print the suggestion only for local macrosLena Milizé-3/+6
2023-04-12Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillotbors-13/+49
2023-04-12compiler: improve captured metavariables diagnosticLena Milizé-2/+6
2023-04-12Auto merge of #107614 - compiler-errors:allow-elaborator-to-filter-only-super...bors-150/+308
2023-04-12doc: loongarch: Fix typosWANG Rui-5/+5
2023-04-12Auto merge of #110214 - compiler-errors:rollup-mkig4t6, r=compiler-errorsbors-243/+1460
2023-04-11Rollup merge of #110173 - solid-rs:patch/kmc-solid/socket-read-buf, r=cuviperMichael Goulet-6/+17
2023-04-11Rollup merge of #110162 - notriddle:notriddle/main-js-expand, r=GuillaumeGomezMichael Goulet-14/+5
2023-04-11Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514Michael Goulet-73/+74
2023-04-11Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obkMichael Goulet-121/+1184
2023-04-11Rollup merge of #110113 - jyn514:download-rustc-cross, r=albertlarsan68Michael Goulet-3/+3
2023-04-11Rollup merge of #110104 - kormosi:todo_typo, r=cuviperMichael Goulet-2/+2
2023-04-11Rollup merge of #110018 - jfgoog:host-and-target-linker, r=wesleywiserMichael Goulet-8/+20
2023-04-11Rollup merge of #110000 - reez12g:issue-109878, r=jackh726Michael Goulet-0/+0
2023-04-11Rollup merge of #109894 - fleetingbytes:109893-var_os-never-returns-an-error,...Michael Goulet-12/+5
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-4/+150
2023-04-12Auto merge of #109895 - nikic:llvm-16-tests, r=cuviperbors-0/+118
2023-04-11Auto merge of #110194 - GuillaumeGomez:update-browser-ui-test, r=notriddlebors-309/+309
2023-04-12Inline and remove `msg_span_from_early_bound_and_free_regions`.Nicholas Nethercote-42/+32
2023-04-12Inline and remove `DescriptionCtx::from_early_bound_and_free_regions`.Nicholas Nethercote-67/+44
2023-04-12Inline and remove `DescriptionCtx::add_to`.Nicholas Nethercote-8/+4
2023-04-12Rename `NllVisitor` as `RegionRenumberer`.Nicholas Nethercote-6/+6
2023-04-11Auto merge of #110198 - weihanglo:update-cargo, r=weihanglobors-8/+8
2023-04-12Add regression test for #59003Yuki Okushi-0/+18
2023-04-11Update cargoWeihang Lo-8/+8
2023-04-11Allow the elaborator to only filter to real supertraitsMichael Goulet-48/+107
2023-04-11Broken testsMichael Goulet-0/+72