about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2023-06-08Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoeristerbors-1/+3
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-1/+3
2023-06-06Write to stdout if `-` is given as output fileJing Peng-29/+125
2023-06-06Add -Ztrait-solver=next-coherenceMichael Goulet-0/+3
2023-06-01Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-deadbors-2/+0
2023-05-31Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiserbors-1/+29
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-2/+0
2023-05-31Rollup merge of #111975 - jyn514:normalization, r=cjgillotMatthias Krüger-0/+1
2023-05-31Rollup merge of #112053 - nnethercote:rm-Zcpu-partitioning-strategy, r=wesley...Matthias Krüger-2/+0
2023-05-30Remove `-Zcgu-partitioning-strategy`.Nicholas Nethercote-2/+0
2023-05-29rustc_session: Feature gate linker flavors for tier 3 targetsVadim Petrochenkov-1/+14
2023-05-29linker: Report linker flavors incompatible with the current targetVadim Petrochenkov-0/+15
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-2/+2
2023-05-26Add SafeStack support to rustcWesley Wiser-1/+2
2023-05-26Stop normalizing so many different prefixesjyn-0/+1
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-3/+3
2023-05-20Rollup merge of #111606 - jyn514:nightly-diagnostics, r=lcnrDylan DPC-0/+1
2023-05-19Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkovbors-1/+1
2023-05-18Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31bors-0/+5
2023-05-18very minor cleanupsjyn-0/+1
2023-05-18Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkinDylan DPC-58/+42
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-0/+5
2023-05-18fix(resolve): replace bindings to dummy for unresolved importsbohan-1/+1
2023-05-16Remove `MetadataRef` type aliasMaybe Waffle-3/+4
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-44/+42
2023-05-16Remove `Session::span_err_or_warn`.Nicholas Nethercote-14/+0
2023-05-13Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillotbors-2/+2
2023-05-13Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=...Dylan DPC-0/+4
2023-05-12Rollup merge of #111393 - klensy:win-0.48, r=oli-obkMatthias Krüger-2/+2
2023-05-11Add support for `cfg(overflow_checks)`AngelicosPhosphoros-0/+4
2023-05-10Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelixbors-0/+4
2023-05-09bump windows crate 0.46 -> 0.48 in workspaceklensy-2/+2
2023-05-08Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obkYuki Okushi-1/+3
2023-05-06Rename InstCombine to InstSimplifyBen Kimock-1/+1
2023-05-06Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkovbors-1/+17
2023-05-06introduce `DynSend` and `DynSync` auto traitSparrowLii-2/+2
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-2/+2
2023-05-05add "force" option to --externMatt Hammerly-1/+17
2023-05-05Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-108/+125
2023-05-05Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errorsDylan DPC-1/+14
2023-05-05Improve internal representation of check-cfgUrgau-108/+125
2023-05-05Add deployment-target --print flag for Apple targetsBlackHoleFox-1/+3
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-11/+99
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-11/+99
2023-05-02make it semantic errorDeadbeef-1/+14
2023-05-01remove type_ascription_path_suggestions in parseryukang-3/+0
2023-04-29Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillotbors-0/+1
2023-04-28remove unused `mut`sLukas Markeffsky-1/+1
2023-04-26Rollup merge of #110594 - infdahai:cfg_chore, r=jyn514jyn-1/+2
2023-04-26Remove QueryEngine traitJohn Kåre Alsaker-0/+1