about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-11Remove legacy bitcode from all Apple specsBlackHoleFox-94/+0
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-7/+4
2023-11-11Reject defaultness on free constsLeón Orell Valerian Liehr-5/+7
2023-11-11Make rustc_parse_format compile on stable againLeón Orell Valerian Liehr-5/+2
2023-11-11rustc_log: provide a way to init logging based on the values, not names, of t...Ralf Jung-16/+39
2023-11-11Remove incorrect transformation from RemoveZstsTomasz Miąsko-6/+5
2023-11-10Ignore FieldIdx and VariantIdx examples in docsKirby Linvill-2/+2
2023-11-10Auto merge of #115229 - iSwapna:issue-115222-fix, r=estebankbors-2/+34
2023-11-10Recurse over the method chain and maintain a stack to peek at previous receiv...Swapna Iyer-2/+34
2023-11-10Correctly handle while-let-chainssjwang05-2/+2
2023-11-10Add SMIR visitor for Places and projectionsKirby Linvill-2/+33
2023-11-10add CoroutineWitness to covered typesOğuz Ağcayazı-1/+14
2023-11-10Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-202...bjorn3-67/+961
2023-11-09Catch an edge casesjwang05-1/+5
2023-11-09Defer Place ty implementation in Stable Mir to later PRKirby Linvill-2/+4
2023-11-09Remove rich UserTypeProjection projections in SMIRKirby Linvill-48/+15
2023-11-09Add stable MIR Projections support based on MIR structureKirby Linvill-6/+180
2023-11-10Remove `-Zkeep-hygiene-data`.Nicholas Nethercote-12/+0
2023-11-09Catch stray { in let-chainssjwang05-1/+33
2023-11-10Rollup merge of #117743 - sjwang05:issue-117720, r=estebankMatthias Krüger-4/+20
2023-11-10Rollup merge of #117741 - eltociear:patch-23, r=compiler-errorsMatthias Krüger-1/+1
2023-11-10Factor out some duplicated code.Nicholas Nethercote-42/+31
2023-11-10Update instructions in a comment.Nicholas Nethercote-10/+3
2023-11-10Minor cleanups.Nicholas Nethercote-11/+14
2023-11-10Simplify the `current_rustc_version` macro.Nicholas Nethercote-30/+12
2023-11-09Auto merge of #117727 - saethlin:inline-derived-fmt, r=nnethercotebors-1/+1
2023-11-09Emit #[inline] on derive(Debug)Ben Kimock-1/+1
2023-11-09Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726bors-70/+85
2023-11-09Auto merge of #117734 - nnethercote:rm-Zstrip, r=davidtwcobors-12/+2
2023-11-09remove stability assert in `evaluate_goal`lcnr-98/+8
2023-11-09update overflow handling for norm, add testlcnr-2/+2
2023-11-09rework alias-relate to `norm(lhs) == norm(rhs)`lcnr-165/+162
2023-11-09only instantiate opaques with rigid typeslcnr-17/+22
2023-11-09`try_normalize_ty` end with rigid alias on failurelcnr-30/+146
2023-11-09Auto merge of #117632 - Nilstrieb:icup, r=davidtwcobors-874/+200
2023-11-09Suggest fix for ; within let-chainssjwang05-4/+20
2023-11-09Fix typo in internal.rsIkko Eltociear Ashimine-1/+1
2023-11-09Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-seTakayuki Maeda-0/+1
2023-11-09Rollup merge of #117645 - compiler-errors:auto-trait-subst, r=petrochenkovTakayuki Maeda-6/+15
2023-11-09Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkovbors-14/+30
2023-11-09Remove `-Z strip`.Nicholas Nethercote-12/+2
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-0/+1
2023-11-08rename `BorrowKind::Shallow` to `Fake`lcnr-68/+75
2023-11-08generator layout: ignore fake borrowslcnr-3/+8
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-44/+63
2023-11-08avoid unnecessary nested conditionalsRalf Jung-11/+9
2023-11-08Auto merge of #117716 - GuillaumeGomez:rollup-83gnhll, r=GuillaumeGomezbors-478/+516
2023-11-08Rollup merge of #117702 - davidtwco:target-tier-refactors, r=petrochenkovGuillaume Gomez-475/+479
2023-11-08Rollup merge of #117282 - clubby789:recover-wrong-function-header, r=TaKO8KiGuillaume Gomez-3/+37
2023-11-08Auto merge of #117560 - lqd:issue-117146, r=matthewjasperbors-13/+14