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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_session
/
src
/
config
Age
Commit message (
Expand
)
Author
Lines
2025-07-07
compiler: Parse `p-` specs in datalayout string, allow definition of custom d...
Edoardo Marangoni
-1
/
+1
2025-04-27
Implement the internal feature `cfg_target_has_reliable_f16_f128`
Trevor Gross
-0
/
+4
2025-04-15
Add unstable foo::bar extern command line arguments
Eric Holk
-0
/
+171
2025-02-16
Rollup merge of #137072 - Urgau:check-cfg-load-builtins-at-once, r=Noratrieb
Matthias Krüger
-6
/
+2
2025-02-15
Load all builtin targets at once instead of one by one
Urgau
-6
/
+2
2025-02-11
Rollup merge of #135285 - tbu-:pr_fix_typo4, r=GuillaumeGomez
Matthias Krüger
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-24
/
+16
2025-02-06
Rollup merge of #136152 - Urgau:stabilize-map_many_mut, r=joshtriplett
Matthias Krüger
-1
/
+1
2025-02-03
Contracts core intrinsics.
Felix S. Klock II
-0
/
+7
2025-01-31
it-self → itself, build-system → build system, type-alias → type alias
Tobias Bucher
-1
/
+1
2025-01-27
Adjust compiler for `HashMap::get_many_mut` stabilization
Urgau
-1
/
+1
2025-01-06
Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee
Jacob Pratt
-0
/
+5
2025-01-06
Add support for wasm exception handling to Emscripten target
Hood Chatham
-0
/
+5
2025-01-02
Make the `test` cfg a "userspace" check-cfg
Urgau
-2
/
+5
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-11
generalize 'forbidden feature' concept so that even (un)stable feature can be...
Ralf Jung
-1
/
+1
2024-11-18
Overhaul the `-l` option parser (for linking to native libs)
Zalathar
-116
/
+218
2024-11-18
Move `-l` option parsing into its own submodule
Zalathar
-0
/
+140
2024-11-05
Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee
bors
-2
/
+3
2024-11-04
mark some target features as 'forbidden' so they cannot be (un)set
Ralf Jung
-2
/
+3
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-2
/
+2
2024-10-27
compiler: Add rustc_abi dependence to the compiler
Jubilee Young
-1
/
+1
2024-10-02
Adjust check-cfg get_many_mut usage following API change
Urgau
-12
/
+12
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-08-28
fmt-debug option
Kornel
-1
/
+18
2024-08-07
Disallow setting built-in cfgs via set the command-line
Urgau
-0
/
+65
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+4
2024-05-05
Add `rustfmt` cfg to well known cfgs list
Urgau
-3
/
+5
2024-05-02
Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`
Martin Nordholts
-1
/
+1
2024-04-15
Move --check-cfg documentation to stable books
Urgau
-1
/
+1
2024-04-06
Put checks that detect UB under their own flag below debug_assertions
Ben Kimock
-0
/
+6
2024-04-05
Move cfg and check-cfg configuration in it's own module and add docs
Urgau
-0
/
+373
2024-01-12
update paths in comments
joboet
-2
/
+2
2022-10-20
Change process spawning to inherit the parent's signal mask by default
Rain
-5
/
+8
2022-08-31
unix_sigpipe: Inline compiler sigpipe constants in std
Martin Nordholts
-0
/
+2
2022-08-28
Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`
Martin Nordholts
-0
/
+20