summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-62/+62
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-3/+3
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-3/+3
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/+16
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-12/+108
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-12/+108
2023-05-02make it semantic errorDeadbeef-1/+16
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
2023-04-26add cfg SPEC declaration.clundro-1/+2
2023-04-25Revert "Rename -Zoom=panic to -Zoom=unwind"Matthias Krüger-4/+4
2023-04-25Rollup merge of #110681 - klensy:cut-dep, r=lcnrYuki Okushi-1/+0
2023-04-23Auto merge of #110281 - ozkanonur:multiarch-compatible-sysroot-finding, r=jac...bors-17/+18
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-4/+4
2023-04-22drop unused deps, gate libc under unix for one crateklensy-1/+0
2023-04-21Actually keep `PlaceMention` if requested.Camille GILLOT-0/+3
2023-04-20Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obkbors-2/+2
2023-04-19Add unstable feature flagsbjorn3-0/+4
2023-04-19Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwcobors-1/+2
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+2
2023-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-2/+2
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-1/+1
2023-04-16Rename -Zoom=panic to -Zoom=unwindAmanieu d'Antras-4/+4