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
/
src
/
test
/
ui
/
cast
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1172
/
+0
2022-11-20
Auto merge of #103390 - compiler-errors:metadata-mod-regions, r=eholk
bors
-0
/
+17
2022-10-22
Check fat pointer metadata compatibility modulo regions
Michael Goulet
-0
/
+17
2022-10-22
Bless tests
Deadbeef
-1
/
+1
2022-10-22
Stabilize arbitrary_enum_discriminant, take 2
Deadbeef
-2
/
+0
2022-10-07
make const_err a hard error
Ralf Jung
-5
/
+1
2022-07-01
Only label place where type is needed if span is meaningful
Michael Goulet
-2
/
+0
2022-06-21
Move some tests to more reasonable directories
Caio
-0
/
+13
2022-06-16
diagnostics: fix trailing space
klensy
-1
/
+1
2022-06-05
restore a test
Ralf Jung
-1
/
+2
2022-05-13
Extend ptr::null and null_mut to all thin (including extern) types
Simon Sapin
-1
/
+1
2022-04-16
Implementation for 65853
Jack Huey
-5
/
+41
2022-04-10
use find_ancestor_inside to get right span in CastCheck
Michael Goulet
-0
/
+23
2022-03-09
better suggestion for int to wide ptr cast
Michael Goulet
-9
/
+38
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-13
/
+5
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-5
/
+13
2021-12-08
Rollup merge of #91245 - cameron1024:suggest-i32-u32-char-cast, r=nagisa
Matthias Krüger
-0
/
+62
2021-12-01
Disallow non-c-like but "fieldless" ADTs from being casted to integer...
Gary Guo
-0
/
+22
2021-11-28
suggest cast char -> int
cameron
-0
/
+62
2021-11-20
Fixup test outputs
Michael Goulet
-1
/
+1
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+6
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+206
2021-10-04
Fix suggestion to borrow when casting from pointer to reference
Fabian Wolff
-0
/
+35
2021-08-11
Modify structured suggestion output
Esteban Küber
-2
/
+2
2021-07-30
Auto merge of #85971 - FabianWolff:issue-85586, r=davidtwco
bors
-0
/
+21
2021-07-10
remove const_raw_ptr_to_usize_cast feature
Ralf Jung
-100
/
+0
2021-07-03
Remove the deprecated `core::raw` and `std::raw` module.
Charles Lew
-13
/
+4
2021-06-10
Use more precise span for E0282 in cast expressions
Fabian Wolff
-0
/
+21
2021-05-28
Auto merge of #84968 - FabianWolff:master, r=estebank
bors
-2
/
+2
2021-05-24
Remove stray .stderr files
LeSeulArtichaut
-58
/
+0
2021-05-21
Check for ptr-to-int casts in const functions in THIR unsafeck
LeSeulArtichaut
-13
/
+88
2021-05-15
Warn about unused pub fields in non-pub structs
Fabian Wolff
-2
/
+4
2021-05-06
Fix incorrect suggestions for E0605
Fabian Wolff
-2
/
+2
2021-04-25
make sure raw ptr casts in 'const' context are unsafe
Ralf Jung
-25
/
+76
2021-04-18
Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnay
bors
-1
/
+3
2021-04-15
Add regression test
Giacomo Stevanato
-0
/
+55
2021-04-15
Allow use of deprecated std::raw in a test for that feature
Simon Sapin
-1
/
+3
2021-01-28
move a bunch of tests
Bastian Kauschke
-0
/
+164
2020-12-31
Move cast-related tests
Yuki Okushi
-0
/
+361
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-2
/
+2
2020-06-15
Tweak "non-primitive cast" error
Esteban Küber
-13
/
+5
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-2
/
+2
2019-12-18
Start generating AddressOf rvalues in MIR
Matthew Jasper
-4
/
+5
2019-07-09
normalize use of backticks in compiler messages for libsyntax/feature_gate
Samy Kacimi
-2
/
+2
2019-05-29
Update ui test suite to use dyn
memoryruins
-8
/
+8
2019-04-11
Reword tracking issue note
Esteban Küber
-2
/
+2
2019-04-10
Tweak unstable diagnostic output
Esteban Küber
-2
/
+4
2019-03-11
Update tests
Vadim Petrochenkov
-8
/
+8
2019-01-21
Declare some unconst operations as unsafe in const fn
Oliver Scherer
-8
/
+12
2019-01-09
provide suggestion for invalid boolean cast
Andy Russell
-9
/
+22
[next]