about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-08Fix nits and add test for `unnecessary_operation`cocodery-26/+66
2023-12-08cleanup type variable storagelcnr-97/+43
2023-12-08update target feature following LLVM API changeKrasimir Georgiev-3/+7
2023-12-08Auto merge of #15627 - jmintb:sort_imports, r=Veykrilbors-477/+845
2023-12-08CleanupLukas Wirth-550/+516
2023-12-08Auto merge of #16048 - Veykril:concat-bytes-fix, r=Veykrilbors-49/+107
2023-12-08coverage: Regression test for unwrapping `prev` when there are no spansZalathar-0/+67
2023-12-08coverage: Add `#[track_caller]` to the span generator's unwrap methodsZalathar-14/+12
2023-12-08coverage: Simplify the heuristic for ignoring `async fn` return spansZalathar-17/+14
2023-12-08coverage: Use `SpanMarker` to mark the full condition of `if !`Zalathar-12/+17
2023-12-08coverage: Use `SpanMarker` to mark `continue` expressions.Zalathar-16/+8
2023-12-08coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIRZalathar-3/+36
2023-12-08coverage: Add a dedicated test for coverage of `if !`Zalathar-0/+114
2023-12-08Implement function type matchingJessie Chatham Spencer-101/+95
2023-12-08WIP - Sort suggested imports by type for data typesJessie Chatham Spencer-10/+418
2023-12-08Auto merge of #15705 - rmehri01:14485_fix_delegate_self_references, r=Veykrilbors-5/+263
2023-12-08fix: prefer keeping Self if it is in the same impl defRyan Mehri-11/+28
2023-12-08fix: preserve where clause in delegate methodRyan Mehri-1/+48
2023-12-08fix: resolve Self type references in delegate method assistRyan Mehri-3/+197
2023-12-08Auto merge of #15486 - petr-tik:n15134_hide_private_from_autocomplete_2, r=Ve...bors-2/+38
2023-12-08fix: Fix item tree lowering pub(self) to pub()Lukas Wirth-31/+28
2023-12-08Stop offering private functions in completionspetr-tik-14/+53
2023-12-08Auto merge of #15515 - cardoso:flip-binexpr/lhs-binexpr, r=Veykrilbors-1/+30
2023-12-08flip binexpr works for lhs cmpMatheus Cardoso-11/+22
2023-12-08Flip binexpr works for lhs binexprMatheus Cardoso-0/+18
2023-12-08fix: Fix `concat_bytes!` expansionLukas Wirth-7/+61
2023-12-08Extend tidy alphabetical checking to `tests/`.Nicholas Nethercote-0/+1
2023-12-08Auto merge of #15896 - minestarks:run-quickpick, r=Veykrilbors-57/+94
2023-12-08Make TraitEnvironment's constructor privateLukas Wirth-42/+46
2023-12-08Auto merge of #118668 - fmease:resolve-assoc-item-bindings-by-namespace, r=co...bors-416/+598
2023-12-08temporarily revert "ice on ambguity in mir typeck"Ali MJ Al-Nasrawy-12/+28
2023-12-08Auto merge of #118732 - matthiaskrgr:rollup-ub9pgjm, r=matthiaskrgrbors-192/+214
2023-12-08Auto merge of #3215 - rust-lang:rustup-2023-12-08, r=saethlinbors-2536/+6641
2023-12-08Rollup merge of #118722 - notriddle:notriddle/dom-opt-3, r=GuillaumeGomezMatthias Krüger-19/+6
2023-12-08Rollup merge of #118709 - oksbsb:fix-job-server, r=SparrowLiiMatthias Krüger-16/+19
2023-12-08Rollup merge of #118695 - Zalathar:push-refined, r=davidtwcoMatthias Krüger-50/+37
2023-12-08Rollup merge of #118693 - saethlin:alignment-check-symbol-reachable, r=bjorn3Matthias Krüger-0/+3
2023-12-08Rollup merge of #118690 - Zalathar:test-macros, r=cjgillotMatthias Krüger-80/+33
2023-12-08Rollup merge of #118677 - GuillaumeGomez:doc_cfg-display, r=notriddleMatthias Krüger-9/+43
2023-12-08Rollup merge of #118581 - ianrrees:add-drop-note-to-once_lock, r=workingjubileeMatthias Krüger-14/+25
2023-12-08Rollup merge of #118505 - CLEckhardt:update_ip_addr_bits_docs, r=cuviperMatthias Krüger-4/+48
2023-12-08Auto merge of #118301 - weihanglo:rustfix-doc, r=albertlarsan68bors-5/+4
2023-12-08Merge from rustcThe Miri Conjob Bot-2535/+6640
2023-12-08Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-214/+224
2023-12-08Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwUbors-189/+310
2023-12-081. fix jobserver GLOBAL_CLIENT_CHECKED uninitialized before useoksbsb-16/+19
2023-12-07Enable stack probes on aarch64 for LLVM 18Josh Stone-35/+80
2023-12-08update fixmelcnr-4/+3
2023-12-07Add a test to evaluate type intrinsic.Celina G. Val-3/+36