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_transmute
Age
Commit message (
Expand
)
Author
Lines
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-3
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-2
/
+3
2023-01-18
Also remove `#![feature(control_flow_enum)]` where possible
Scott McMurray
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-12-19
Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb
Dylan DPC
-5
/
+1
2022-12-19
clippy::complexity fixes
Matthias Krüger
-5
/
+1
2022-12-18
don't clone Copy types
Matthias Krüger
-2
/
+2
2022-11-05
Auto merge of #103831 - chenyukang:yukang/fix-103751-ice, r=nagisa
bors
-2
/
+2
2022-11-04
Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr
Matthias Krüger
-1
/
+1
2022-11-03
change error_reported to use Result instead of an option
yukang
-1
/
+1
2022-11-01
fix #103751: Fix capacity overflow issue during transmutability check
yukang
-2
/
+2
2022-10-30
fix #103783, fix ICE checking transmutability of NaughtyLenArray
yukang
-1
/
+2
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-2
/
+2
2022-10-03
check if const is ADT or not
Takayuki Maeda
-5
/
+10
2022-09-20
rustc_transmute: fix big-endian discriminants
Josh Stone
-6
/
+16
2022-09-04
Auto merge of #100726 - jswrenn:transmute, r=oli-obk
bors
-18
/
+62
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-11
/
+11
2022-08-31
safe transmute: use `to_valtree` to destructure const `Assume`
Jack Wrenn
-7
/
+4
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-26
Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se
Yuki Okushi
-16
/
+11
2022-08-23
safe transmute: use `FxIndex{Map,Set}` instead of `FxHash{Map,Set}`
Jack Wrenn
-14
/
+2
2022-08-22
safe transmute: use `Assume` struct to provide analysis options
Jack Wrenn
-4
/
+63
2022-08-21
ADD - diagnostic lints to rustc_transmute
Jhonny Bill Mena
-0
/
+2
2022-08-17
Replace a try_fold in rustc_transmute to use ControlFlow instead of Result
David Tolnay
-3
/
+4
2022-08-17
Remove unstable Result::into_ok_or_err
David Tolnay
-14
/
+8
2022-08-02
safe transmute: fix broken intradoc link
Jack Wrenn
-2
/
+2
2022-07-28
safe transmute: use `AtomicU32` `State` ids to appease mips
Jack Wrenn
-6
/
+6
2022-07-27
safe transmute: lowercase tracing levels
Jack Wrenn
-6
/
+6
2022-07-27
safe transmute: tweak `Nfa::union` to consume params by value
Jack Wrenn
-2
/
+2
2022-07-27
safe transmute: tweak tracing
Jack Wrenn
-21
/
+16
2022-07-27
Initial (incomplete) implementation of transmutability trait.
Jack Wrenn
-0
/
+1663