about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
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-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-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-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
2023-04-04Use new iteration helpers instead of manually rolling themOli Scherer-4/+1
2023-04-04Replace another lock with an append-only vecOli Scherer-2/+2
2023-04-04Remove a lock in favor of an AppendOnlyVecOli Scherer-7/+10
2023-04-04Add a usize-indexed append-only-vecOli Scherer-2/+2
2023-04-04Replace a lock with an atomicOli Scherer-3/+3
2023-04-03implement --print=all-target-specs-jsonPietro Albini-3/+16
2023-04-01use and_then/flat_map for map().flatten()Matthias Krüger-1/+1
2023-03-31Preserve, clarify, and extend debug informationJulia Tatz-27/+21
2023-03-30Rollup merge of #109522 - bzEq:aix-current-dll-path, r=NilstriebMichael Goulet-0/+44
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-03-28Check data segment rangeKai Luo-6/+5
2023-03-28Address commentKai Luo-5/+11
2023-03-24Avoid misalignKai Luo-3/+8
2023-03-23Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholkMatthias Krüger-3/+5
2023-03-23Rollup merge of #107718 - Zoxc:z-time, r=nnethercoteMatthias Krüger-1/+23
2023-03-23Implement current_dll_path for AIXKai Luo-0/+34
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-37/+3