index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_session
/
src
/
session.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-19
Extract Translator struct
Cameron Steffen
-24
/
+20
2025-06-16
Add infrastructure for emitting timing sections
Jakub Beránek
-0
/
+7
2025-06-15
Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...
León Orell Valerian Liehr
-7
/
+0
2025-06-05
Replace all uses of sysroot_candidates with get_or_default_sysroot
bjorn3
-5
/
+1
2025-06-03
Move metadata object generation for dylibs to the linker code
bjorn3
-7
/
+0
2025-05-27
coverage: Revert "unused local file IDs" due to empty function names
Zalathar
-5
/
+0
2025-05-10
coverage: Detect unused local file IDs to avoid an LLVM assertion
Zalathar
-0
/
+5
2025-04-14
Stabilize `-Zdwarf-version` as `-Cdwarf-version`
Wesley Wiser
-2
/
+8
2025-04-07
Prepend temp files with a string per invocation of rustc
Michael Goulet
-0
/
+17
2025-04-06
Auto merge of #138947 - madsmtm:refactor-apple-versions, r=Noratrieb
bors
-1
/
+40
2025-04-05
KCFI: Add KCFI arity indicator support
Ramon de C Valle
-0
/
+9
2025-04-04
refactor: Move env parsing of deployment target to rustc_session
Mads Marquart
-1
/
+40
2025-03-25
rustc_session: Add a helper function for obtaining staticlib prefix and suffix
Vadim Petrochenkov
-0
/
+8
2025-03-12
Remove unused host_tlib_path field
bjorn3
-2
/
+1
2025-03-07
Remove highlighting of spans on `-Zteach`
Esteban Küber
-1
/
+0
2025-03-03
Use default field values for `ErrorOutputType`
Esteban Küber
-2
/
+2
2025-02-25
Teach structured errors to display short `Ty`
Esteban Küber
-2
/
+2
2025-02-22
Fix binding mode problems
Michael Goulet
-2
/
+1
2025-02-17
Add `pattern_complexity_limit` to `Limits`.
Nicholas Nethercote
-0
/
+7
2025-02-09
Emit an error if `-Zdwarf-version=1` is requested
Wesley Wiser
-1
/
+2
2025-02-06
Construct DiagCtxt a bit earlier in build_session
bjorn3
-12
/
+6
2025-02-06
Auto merge of #136471 - safinaskar:parallel, r=SparrowLii
bors
-14
/
+12
2025-02-03
Contracts core intrinsics.
Felix S. Klock II
-0
/
+4
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-14
/
+12
2025-02-02
Some cleanups around EarlyDiagCtxt
bjorn3
-11
/
+4
2025-01-29
Clean up uses of the unstable `dwarf_version` option
Wesley Wiser
-2
/
+6
2025-01-25
Auto merge of #119286 - jyn514:linker-output, r=bjorn3
bors
-3
/
+6
2025-01-23
Remove the need to manually call set_using_internal_features
bjorn3
-2
/
+2
2025-01-20
don't ICE when emitting linker errors during `-Z link-only`
jyn
-3
/
+6
2024-12-29
make -Csoft-float have an effect on all ARM targets
Ralf Jung
-1
/
+1
2024-12-19
coverage: Add a synthetic test for when all spans are discarded
Zalathar
-0
/
+5
2024-12-13
Remove registered_lints field from Session
bjorn3
-4
/
+0
2024-12-13
Remove jobserver from Session
bjorn3
-6
/
+0
2024-12-06
Store a single copy of the error registry in DiagCtxt
bjorn3
-9
/
+6
2024-12-06
Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee
Matthias Krüger
-0
/
+5
2024-12-02
`impl Default for EarlyDiagCtxt`
jyn
-0
/
+6
2024-12-02
rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)
Andrew Zhogin
-0
/
+5
2024-11-26
Remove -Zfuel.
Camille GILLOT
-58
/
+1
2024-11-15
rustc_metadata: Preprocess search paths for better performance
Piotr Osiewicz
-6
/
+14
2024-11-11
Auto merge of #126597 - estebank:unicode-output, r=fmease
bors
-1
/
+13
2024-11-10
Add Unicode block-drawing compiler output support
Esteban Küber
-1
/
+13
2024-11-09
give a hint which feature is missing
Ralf Jung
-0
/
+1
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-6
/
+6
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-2
/
+3
2024-10-18
rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)
Andrew Zhogin
-0
/
+9
2024-10-10
Avoid redundant additions to PATH when linking
Mads Marquart
-0
/
+2
2024-10-01
Replace -Z default-hidden-visibility with -Z default-visibility
David Lattimore
-5
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-15
Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau
Matthias Krüger
-0
/
+10
2024-09-10
Add -Z small-data-threshold
Paul Menage
-2
/
+10
[next]