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.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-07
Dogfood 'str_split_once() with `compiler/`
Eric Arellano
-59
/
+50
2020-11-28
Derive `Debug` for `DebugInfo`
J. Ryan Stinnett
-1
/
+1
2020-11-15
Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis
Jonas Schievink
-8
/
+14
2020-11-10
Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum
Jonas Schievink
-7
/
+7
2020-11-09
Add `#[cfg(panic = "...")]`
David Hewitt
-0
/
+3
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-5
/
+5
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-3
/
+3
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-8
/
+14
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+1
2020-10-15
Remove rustc_session::config::Config
est31
-9
/
+2
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-12
/
+12
2020-10-15
Rename target_pointer_width to pointer_width and turn it into an u32
est31
-11
/
+10
2020-10-05
Updates to experimental coverage counter injection
Rich Kadel
-4
/
+0
2020-09-21
Don't unwrap but report a fatal error for TargetDataLayout::parse.
Mara Bos
-1
/
+3
2020-09-21
Add cfg(target_has_atomic_equal_alignment).
Mara Bos
-4
/
+15
2020-09-17
Let backends define custom targets
khyperia
-4
/
+5
2020-09-16
Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse
Tyler Mandry
-0
/
+4
2020-09-16
Added RUSTC_GRAPHVIZ_FONT environment variable
Rich Kadel
-0
/
+4
2020-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-2
/
+2
2020-09-04
Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry
bors
-0
/
+4
2020-09-03
Tools, tests, and experimenting with MIR-derived coverage counters
Rich Kadel
-0
/
+4
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-1
/
+21
2020-08-31
Add new `-Z dump-mir-spanview` option
Rich Kadel
-0
/
+15
2020-08-31
Fix `-Z instrument-coverage` on MSVC
Rich Kadel
-13
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+2186
[prev]