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_sanitizers
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-09-11
Also fix if in else
Michael Goulet
-7
/
+5
2024-09-03
Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
bors
-6
/
+7
2024-09-03
Add `warn(unreachable_pub)` to `rustc_sanitizers`.
Nicholas Nethercote
-6
/
+7
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-3
/
+3
2024-08-21
Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu
Matthias Krüger
-1
/
+1
2024-08-21
Simplify some redundant field names
Michael Goulet
-1
/
+1
2024-08-16
CFI: Erase regions when projecting ADT to its transparent non-1zst field
Michael Goulet
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-2
/
+7
2024-08-02
Use ParamEnv::reveal_all in CFI
Michael Goulet
-2
/
+3
2024-07-29
Rollup merge of #127882 - compiler-errors:cfi-sized-self-gat, r=oli-obk
Matthias Krüger
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+9
2024-07-20
Rollup merge of #127980 - nyurik:compiler-refs, r=oli-obk
Matthias Krüger
-14
/
+14
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-14
/
+14
2024-07-17
Don't elaborate associated types with Sized bounds in trait_object_ty in cfi
Michael Goulet
-0
/
+1
2024-07-17
CFI: Support provided methods on traits
Matthew Maurer
-37
/
+58
2024-06-24
Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...
Michael Goulet
-3
/
+4
2024-06-21
Rename a bunch of things
Michael Goulet
-1
/
+1
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+5
2024-06-18
Make async drop code more consistent with regular drop code
Daria Sukhonina
-0
/
+1
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-8
/
+8
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-1
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-1
/
+5
2024-06-05
Misc fixes (pattern type lowering, cfi, pretty printing)
Boxy
-10
/
+24
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-3
/
+1
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-4
/
+7
2024-06-03
check_is_object_safe -> is_object_safe
Michael Goulet
-1
/
+1
2024-05-18
Fix typos (taking into account review comments)
blyxyas
-1
/
+1
2024-05-11
Apply nits, uplift ExistentialPredicate too
Michael Goulet
-1
/
+2
2024-04-22
Stabilize the size of incr comp object file names
Ben Kimock
-3
/
+5
2024-04-14
Update encode.rs
Tobias Decking
-2
/
+2
2024-04-08
sanitizers: Create the rustc_sanitizers crate
Ramon de C Valle
-0
/
+1455