about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
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
2023-04-14make sysroot finding compatible with multiarch systemsozkanonur-17/+18
2023-04-13Implement `Copy` for `LocationDetail`Maybe Waffle-1/+1
2023-04-13Enable flatten-format-args by default.Mara Bos-2/+2
2023-04-10Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errorsDylan DPC-10/+11
2023-04-09Fix some clippy::complexityNilstrieb-10/+11
2023-04-09Migrate `sess.opts.tests` uses to `sess.is_test_crate()`blyxyas-1/+1
2023-04-09Add little `is_test_crate` functionblyxyas-0/+5
2023-04-05Auto merge of #108905 - ferrocene:pa-compiletest-ignore, r=ehussbors-3/+16
2023-04-05Auto merge of #109117 - oli-obk:locks, r=michaelwoeristerbors-13/+13
2023-04-04Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoeristerbors-27/+21