about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-08-16Rollup merge of #129161 - dtolnay:spawnunck, r=NoratriebMatthias Krüger-1/+0
2024-08-16Rollup merge of #129154 - wafarm:fix-95463, r=estebankMatthias Krüger-6/+13
2024-08-16Rollup merge of #129086 - slanterns:is_none_or, r=dtolnayMatthias Krüger-2/+0
2024-08-16Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwUMatthias Krüger-0/+4
2024-08-16Stabilize std::thread::Builder::spawn_uncheckedDavid Tolnay-1/+0
2024-08-16Fix wrong source location for some incorrect macro definitionsWafarm-6/+13
2024-08-16Auto merge of #129143 - workingjubilee:rollup-h0hzumu, r=workingjubileebors-147/+67
2024-08-15Rollup merge of #129110 - nnethercote:Ty-kind-ret-ty-comment, r=jieyouxuJubilee-0/+4
2024-08-15Rollup merge of #129078 - lcnr:scrape_region_constraints-use-ocx, r=compiler-...Jubilee-35/+3
2024-08-15Rollup merge of #128965 - Zalathar:no-pat, r=NadrierilJubilee-112/+60
2024-08-16Special-case alias ty in `try_from_lit`Jaic1-0/+4
2024-08-16Overhaul token collection.Nicholas Nethercote-275/+363
2024-08-16Add an assertion to `NodeRange::new`.Nicholas Nethercote-0/+1
2024-08-16Convert a bool to `Trailing`.Nicholas Nethercote-40/+52
2024-08-16Make visibilities minimal and consistent in `attr_wrapper.rs`.Nicholas Nethercote-6/+6
2024-08-16Remove size assertion on `AttrWrapper`.Nicholas Nethercote-1/+0
2024-08-15Rollup merge of #129106 - compiler-errors:unused-type-ops, r=jieyouxuMatthias Krüger-113/+3
2024-08-15Rollup merge of #129101 - compiler-errors:deref-on-parent-by-ref, r=lcnrMatthias Krüger-14/+40
2024-08-15Rollup merge of #129072 - compiler-errors:more-powerful-async-closure-inferen...Matthias Krüger-11/+34
2024-08-15Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorinoMatthias Krüger-122/+117
2024-08-15Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,...Matthias Krüger-1/+6
2024-08-15Auto merge of #128936 - bjorn3:fix_thin_archive_reading, r=jieyouxubors-38/+19
2024-08-15Auto merge of #128861 - khuey:mir-inlining-parameters-debuginfo, r=wesleywiserbors-15/+27
2024-08-15Auto merge of #128037 - beetrees:repr128-c-style-use-natvis, r=michaelwoeristerbors-67/+86
2024-08-15Add a comment explaining the return type of `Ty::kind`.Nicholas Nethercote-0/+4
2024-08-15Rollup merge of #129067 - cuviper:append, r=wesleywiserMatthias Krüger-5/+10
2024-08-15Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-...Matthias Krüger-6/+0
2024-08-15Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiserMatthias Krüger-0/+29
2024-08-14Fix null pointer dereference when a file is not an object filebjorn3-0/+3
2024-08-14Infer async closure args from Fn bound even if there is no corresponding Futu...Michael Goulet-11/+34
2024-08-14Use toString instead of raw_svector_ostream for error messagesbjorn3-9/+2
2024-08-14Remove redundant type opsMichael Goulet-113/+3
2024-08-14Fix projections when parent capture is by-refMichael Goulet-14/+40
2024-08-14Unconditionally use the LLVM symbol readerbjorn3-22/+0
2024-08-14Rollup merge of #129088 - Jaic1:fix-doc, r=GuillaumeGomez许杰友 Jieyou Xu (Joe)-16/+16
2024-08-14Rollup merge of #129059 - compiler-errors:subtyping-correct-type, r=lcnr许杰友 Jieyou Xu (Joe)-5/+5
2024-08-14Rollup merge of #128828 - lcnr:search-graph-11, r=compiler-errors许杰友 Jieyou Xu (Joe)-631/+892
2024-08-14Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu许杰友 Jieyou Xu (Joe)-27/+11
2024-08-14stabilize `is_none_or`Slanterns-2/+0
2024-08-14if we have an `ocx`, use itlcnr-35/+3
2024-08-14Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgrbors-9/+33
2024-08-14Use `impl PartialEq<TokenKind> for Token` more.Nicholas Nethercote-121/+116
2024-08-14Add `|` to make the html doc of `Level` rendered correctlyJaic1-16/+16
2024-08-14Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgrbors-37/+54
2024-08-14Convert a `&mut self` to `&self`.Nicholas Nethercote-1/+1
2024-08-14Rollup merge of #129062 - Nadrieril:fix-129009, r=compiler-errorsMatthias Krüger-4/+6
2024-08-14Rollup merge of #129061 - compiler-errors:lang-item, r=UrgauMatthias Krüger-24/+26
2024-08-14Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile...Matthias Krüger-9/+22
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-216/+300
2024-08-13Update `indexmap` and use `IndexMap::append`Josh Stone-3/+3