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
/
consts
/
miri_unleashed
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1284
/
+0
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-13
/
+2
2022-12-06
Change CTFE backtraces to use `note` instead of `label` to preserve their order
Oli Scherer
-17
/
+32
2022-12-06
Remove now-redundant file/line info from const backtraces
Oli Scherer
-7
/
+7
2022-12-01
rustc_ast_lowering: Stop lowering imports into multiple items
Vadim Petrochenkov
-2
/
+2
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-8
/
+32
2022-10-08
Split slice part of feature(half_open_range_patterns) to [...]_in_slices
Urgau
-1
/
+1
2022-10-07
make const_err a hard error
Ralf Jung
-494
/
+305
2022-10-01
bless ui tests
Maybe Waffle
-26
/
+26
2022-09-24
Note the type when unable to drop values in compile time
Deadbeef
-3
/
+3
2022-09-09
The `<*const T>::guaranteed_*` methods now return an option for the unknown case
Oli Scherer
-8
/
+4
2022-08-30
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
Dylan DPC
-0
/
+3
2022-08-29
Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obk
Matthias Krüger
-2
/
+5
2022-08-28
entirely get rid of NeedsRfc CTFE errors
Ralf Jung
-0
/
+3
2022-08-28
CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just...
Ralf Jung
-2
/
+2
2022-08-27
adjust tests
Ralf Jung
-0
/
+3
2022-08-23
extra sanity check against consts pointing to mutable memory
Ralf Jung
-8
/
+8
2022-07-26
bless tests, remove nonexistent E0395
Deadbeef
-23
/
+6
2022-07-20
make use of symbolic vtables in interpreter
Ralf Jung
-4
/
+4
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-140
/
+70
2022-06-29
interpret: adjust error from constructing an invalid value
Ralf Jung
-14
/
+14
2022-06-25
bless remaining tests
Ralf Jung
-0
/
+42
2022-06-25
make const_err show up in future breakage reports
Ralf Jung
-0
/
+139
2022-06-05
interpret: better control over whether we read data with provenance, and impl...
Ralf Jung
-1
/
+1
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-2
/
+2
2022-03-07
Update tests after feature stabilization
Eric Holk
-10
/
+0
2022-01-21
Override rustc version in ui and mir-opt tests to get stable hashes
The 8472
-2
/
+2
2022-01-12
Remove ui tests for LLVM-style inline assembly
Tomasz Miąsko
-29
/
+4
2021-12-20
compare calling convention instead of call ABI
Ralf Jung
-2
/
+2
2021-12-16
Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiser
bors
-2
/
+2
2021-12-13
Include rustc version in `rustc_span::StableCrateId`
pierwill
-2
/
+2
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-5
/
+7
2021-11-06
Stabilize `const_raw_ptr_deref` for `*const T`
Jacob Pratt
-15
/
+0
2021-10-15
Bless tests
Cameron Steffen
-4
/
+4
2021-10-04
Stabilize `const_panic`
Jacob Pratt
-12
/
+0
2021-09-25
Bless tests
Gary Guo
-2
/
+2
2021-08-25
Fix debugger stepping behavior around `match` expressions
Wesley Wiser
-4
/
+4
2021-08-15
Fix ui tests for llvm_asm! deprecation
Amanieu d'Antras
-4
/
+5
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-14
test dynamic check for ptr-int-casts (unleashed)
Ralf Jung
-3
/
+21
2021-07-14
adjust tests
Ralf Jung
-17
/
+17
2021-07-06
Revert "Revert "Update tests""
bjorn3
-2
/
+2
2021-06-28
Bless the test suite.
Charles Lew
-2
/
+2
2021-06-13
update tests involving CTFE validation
Rémy Rakic
-4
/
+4
2021-06-07
Revert "Update tests"
bjorn3
-2
/
+2
2021-05-30
Update tests
bjorn3
-2
/
+2
2021-05-15
32bit bless
Ralf Jung
-38
/
+28
2021-05-15
get rid of a bunch of unnecessary NOTE in const tests
Ralf Jung
-59
/
+38
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-4
/
+4
2021-03-31
Add 32bit.stderr files.
Hameer Abbasi
-0
/
+295
[next]