summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-12-15temporarily revert "ice on ambguity in mir typeck"Ali MJ Al-Nasrawy-12/+4
2023-11-30Update compiler/rustc_codegen_llvm/src/lib.rsWesley Wiser-1/+1
2023-11-30Dispose llvm::TargetMachines prior to llvm::Context being disposedWesley Wiser-6/+18
2023-11-30ConstProp: Remove const when rvalue check fails.Alona Enraght-Moony-1/+6
2023-11-30Fix coroutine validation for mixed panic strategyTomasz Miąsko-11/+4
2023-11-30Build pre-coroutine-transform coroutine bodyMichael Goulet-11/+1
2023-11-18coverage: Avoid creating malformed macro name spansZalathar-0/+6
2023-11-12Substitute version placeholdersMark Rousskov-5/+5
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-10Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-202...bjorn3-67/+961
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-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-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
2023-11-08Auto merge of #117706 - matthiaskrgr:rollup-lscx7dg, r=matthiaskrgrbors-43/+97
2023-11-08instrument constituent types computationlcnr-0/+3
2023-11-08Rollup merge of #117698 - nnethercote:space_between-2, r=petrochenkovMatthias Krüger-30/+42
2023-11-08Rollup merge of #117650 - saethlin:inline-me-please, r=davidtwcoMatthias Krüger-13/+55
2023-11-08Auto merge of #117542 - compiler-errors:only-normalize-predicate, r=lcnrbors-2/+8
2023-11-08rustc_target: move file for uniformityDavid Wood-0/+0
2023-11-08targets: move target specs to spec/targetsDavid Wood-26/+26
2023-11-08target: move base specs to spec/baseDavid Wood-449/+453
2023-11-08Clarify `space_between`.Nicholas Nethercote-30/+42
2023-11-08Only use normalize_param_env when normalizing predicate in check_item_boundsMichael Goulet-2/+8
2023-11-08Rollup merge of #117655 - compiler-errors:method-tweaks, r=estebankMatthias Krüger-158/+138
2023-11-08Rollup merge of #117625 - nnethercote:clippy-perf, r=cuviperMatthias Krüger-8/+4
2023-11-08Rollup merge of #116399 - WaffleLapkin:erase_small_things, r=cjgillotMatthias Krüger-6/+16
2023-11-08Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebankMatthias Krüger-19/+71
2023-11-07Add -Zcross-crate-inline-threshold=yesBen Kimock-13/+55
2023-11-08rustc: minor changes suggested by clippy perf lints.Nicholas Nethercote-8/+4
2023-11-07Add an explanation for `transmute_unchecked`Maybe Waffle-0/+9