about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2025-04-13Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]Sky-0/+13
2025-04-12store the kind of pattern adjustments in `pat_adjustments`dianne-3/+35
2025-04-12Move FlagComputation, PatternKind, and TypeWalker to rustc_type_irjackh726-596/+93
2025-04-12don't store opaque info during encodingbohan-4/+3
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-3/+3
2025-04-11Auto merge of #139453 - compiler-errors:incr, r=jieyouxubors-2/+2
2025-04-11Introduce `DefPathData::AnonAssocTy`.Nicholas Nethercote-3/+3
2025-04-11Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obkbors-6/+6
2025-04-11Rollup merge of #139654 - nnethercote:AssocKind-descr, r=compiler-errorsStuart Cook-2/+4
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-6/+6
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-2/+4
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-6/+6
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-18/+21
2025-04-10Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3Matthias Krüger-0/+5
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-6/+6
2025-04-10Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakisbors-0/+2
2025-04-10Auto merge of #139000 - compiler-errors:rigid-missing-item, r=lcnrbors-0/+11
2025-04-10Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxubors-5/+5
2025-04-10Address review comments.Nicholas Nethercote-5/+8
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-18/+18
2025-04-09Use a query rather than recomputing the tail repeatedlyMichael Goulet-37/+11
2025-04-09Rigidly project missing item due to guaranteed impossible sized predicateMichael Goulet-0/+37
2025-04-09Rollup merge of #139364 - Kohei316:feat/doc-hidden-suggestion, r=nnethercoteMatthias Krüger-0/+7
2025-04-09update cfgsBoxy-5/+5
2025-04-09re-use sized fast pathDavid Wood-7/+7
2025-04-08Auto merge of #139536 - matthiaskrgr:rollup-j6goald, r=matthiaskrgrbors-37/+26
2025-04-08fix "still mutable" ice while metrics are enabledJane Losare-Lusby-0/+5
2025-04-08Auto merge of #138499 - lcnr:borrowck-typeck_root, r=oli-obkbors-157/+12
2025-04-08clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`xizheyin-37/+26
2025-04-08move `ClosureRegionRequirements` to `rustc_borrowck`lcnr-140/+2
2025-04-08borrowck typeck children together with their parentlcnr-17/+10
2025-04-07Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkovbors-1/+1
2025-04-07Simplify temp path creation a bitMichael Goulet-2/+2
2025-04-07Make use generated TerminatorKind::Call have call_source UseSantiago Pastorino-0/+2
2025-04-07Rollup merge of #139461 - compiler-errors:significant-drop-span, r=oli-obkStuart Cook-18/+4
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-9/+4
2025-04-07Rollup merge of #139108 - Nadrieril:simplify-expandedconstant, r=oli-obkStuart Cook-14/+8
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-1/+5
2025-04-06Stop calling source_span query in significant drop order codeMichael Goulet-18/+4
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-9/+4
2025-04-06Rollup merge of #139414 - Adamkob12:fix_typo_raw_list, r=NadrierilGuillaume Gomez-3/+3
2025-04-06Remove the `is_inline` field from `PatKind::ExpandedConstant`Nadrieril-14/+8
2025-04-05formatAdam Kobzan-3/+3
2025-04-05Fix TypoAdam Kobzan-2/+2
2025-04-05Auto merge of #139292 - compiler-errors:folder-experiment-7, r=lqdbors-1/+23
2025-04-05Auto merge of #139281 - petrochenkov:ctxtdecod6, r=wesleywiserbors-2/+3
2025-04-05Rollup merge of #138950 - yaahc:svh-metrics-name, r=bjorn3Stuart Cook-0/+5
2025-04-04Auto merge of #139390 - matthiaskrgr:rollup-l64euwx, r=matthiaskrgrbors-70/+10
2025-04-04Rollup merge of #139353 - nnethercote:LateAnon, r=compiler-errorsMatthias Krüger-4/+4
2025-04-04Rollup merge of #139348 - meithecatte:async-destructor-minify, r=petrochenkovMatthias Krüger-17/+6