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
/
intrinsics
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1650
/
+0
2022-12-24
ignore some targets
Ralf Jung
-0
/
+2
2022-12-22
abort immediately on bad mem::zeroed/uninit
Ralf Jung
-16
/
+34
2022-12-13
Avoid rendering empty annotations
Oli Scherer
-16
/
+0
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-12
/
+16
2022-10-22
Stabilize arbitrary_enum_discriminant, take 2
Deadbeef
-1
/
+1
2022-10-07
make const_err a hard error
Ralf Jung
-3
/
+1
2022-10-05
change might_permit_raw_init to fully detect LLVM UB, but not more than that
Ralf Jung
-82
/
+168
2022-09-28
rustc_safe_intrinsic: Add UI test
Arthur Cohen
-0
/
+25
2022-09-27
core: Mark all safe intrinsics with #[rustc_safe_intrinsic]
Arthur Cohen
-0
/
+1
2022-09-27
attributes: Add #[rustc_safe_intrinsic] builtin
Arthur Cohen
-0
/
+6
2022-09-23
Rollup merge of #102134 - flba-eb:master, r=bjorn3
Matthias Krüger
-1
/
+0
2022-09-23
Restore ignore tag
Florian Bartels
-1
/
+0
2022-09-21
Set 'exec-env:RUST_BACKTRACE=0' in const-eval-select tests
Aaron Hill
-2
/
+4
2022-09-04
Make `const_eval_select` a real intrinsic
Deadbeef
-30
/
+89
2022-08-29
Make the trait bound is not satisfied specify kind
Obei Sideg
-1
/
+1
2022-08-14
Point to argument if it's self type of unsatisfied projection predicate
Michael Goulet
-2
/
+4
2022-08-08
Adjust wording
Michael Goulet
-2
/
+2
2022-08-07
Implement special-cased projection error message for some common traits
Michael Goulet
-2
/
+2
2022-07-30
Rollup merge of #99862 - WaffleLapkin:type_mismatch_fix, r=compiler-errors
Dylan DPC
-2
/
+4
2022-07-28
--bless tests
Maybe Waffle
-2
/
+4
2022-07-26
bless tests, remove nonexistent E0395
Deadbeef
-2
/
+2
2022-07-14
Use constant eval to do strict validity checks
5225225
-22
/
+44
2022-07-08
fix stderr output file after rebase
Jane Losare-Lusby
-23
/
+5
2022-07-08
Support unstable moves via stable in unstable items
Jane Lusby
-5
/
+27
2022-07-08
Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank
bors
-5
/
+5
2022-07-07
Shorten span for closures.
Camille GILLOT
-5
/
+5
2022-07-06
interpret: use AllocRange in UninitByteAccess
Ralf Jung
-1
/
+1
2022-06-28
Rename/restructure memory ordering intrinsics.
Mara Bos
-119
/
+119
2022-05-24
Add flag for stricter checks on uninit/zeroed
5225225
-6
/
+38
2022-04-26
Revert "add `DefId` to unsafety violations and display function path in E0133"
Oli Scherer
-3
/
+3
2022-04-24
only show a simple description in E0133 span label
Emil Gardström
-6
/
+6
2022-04-24
add `DefId` to unsafety violations and display function path in E0133
Emil Gardström
-12
/
+12
2022-04-09
Rollup merge of #95374 - RalfJung:assert_uninit_valid, r=Mark-Simulacrum
Dylan DPC
-0
/
+28
2022-04-06
bless tests
Pietro Albini
-2
/
+2
2022-03-27
assert_uninit_valid: ensure we detect at least arrays of uninhabited types
Ralf Jung
-0
/
+28
2022-03-21
Rename `~const Drop` to `~const Destruct`
Deadbeef
-2
/
+2
2022-01-26
add note suggesting that predicate is satisfied but is not const
Michael Goulet
-0
/
+5
2022-01-26
Improve selection errors for `~const` trait bounds
Deadbeef
-6
/
+6
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+1
2021-11-04
treat illumos like solaris in failing ui tests which need it
Richard Lowe
-0
/
+1
2021-10-25
fix(rustc_typeck): report function argument errors on matching type
Michael Howell
-8
/
+25
2021-10-14
Revert "Stabilize `arbitrary_enum_discriminant`"
Mark Rousskov
-1
/
+1
2021-10-14
Fix const stability
Deadbeef
-0
/
+30
2021-10-14
Avoid tupling at the callee
Deadbeef
-30
/
+32
2021-10-12
Add const_eval_select intrinsic
Deadbeef
-0
/
+164
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-2
/
+1
2021-09-21
Disable visible path calculation for PrettyPrinter in Ok path of compiler
Alik Aslanyan
-5
/
+6
2021-07-28
Stabilize `arbitrary_enum_discriminant`
Deadbeef
-1
/
+1
2021-07-14
adjust tests
Ralf Jung
-1
/
+1
[next]