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
/
run-pass
/
ctfe
Age
Commit message (
Expand
)
Author
Lines
2019-01-12
Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis
Mazdak Farrokhzad
-9
/
+8
2019-01-09
const fn feature gate is not needed anymore in a lot of tests
Oliver Scherer
-4
/
+7
2019-01-09
Stabilize `let` bindings and destructuring in constants and const fn
Oliver Scherer
-6
/
+2
2018-12-31
const-stabilize const_int_ops + reverse_bits
Mazdak Farrokhzad
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-200
/
+0
2018-12-18
Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis
bors
-26
/
+0
2018-12-13
Update tests to show diagnostics
Oliver Scherer
-1
/
+1
2018-12-11
Diagnostics improvement!
Oliver Scherer
-1
/
+2
2018-11-30
Improve the diagnostic message
Oliver Scherer
-1
/
+1
2018-11-30
Reenable `const_let` feature gate
Oliver Scherer
-1
/
+5
2018-11-30
Allow `let` bindings everywhere
Oliver Scherer
-5
/
+1
2018-11-30
Remove a bunch of now-unnecessary `const_let` feature gates
Oliver Scherer
-27
/
+1
2018-10-05
Stabilize `min_const_fn`
Oliver Schneider
-5
/
+0
2018-09-26
Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...
Felix S. Klock II
-0
/
+10
2018-09-26
Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.
Felix S. Klock II
-0
/
+898
2018-09-06
Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...
Felix S. Klock II
-855
/
+0
2018-08-31
Restrict most uses of `const_fn` to `min_const_fn`
Oliver Schneider
-3
/
+3
2018-08-30
Made std::intrinsics::transmute() const fn.
thedarkula
-0
/
+22
2018-08-28
restructure unary_op to also dispatch on type first; fix promotion with unary...
Ralf Jung
-0
/
+8
2018-06-03
Deduplicate and fix a test
Oliver Schneider
-45
/
+0
2018-05-31
Add test for intrinsics::bswap
Linus Färnstrand
-0
/
+23
2018-05-22
Fix a typo in a comment
Oliver Schneider
-1
/
+1
2018-05-22
Report let bindings and statements as unstable
Oliver Schneider
-1
/
+1
2018-05-22
Allow let bindings in const fn and constants
Oliver Schneider
-0
/
+118
2018-05-16
Stabilize num::NonZeroU*
Simon Sapin
-1
/
+0
2018-05-16
Make core::nonzero private
Simon Sapin
-4
/
+3
2018-03-22
Fix the conversion between bit representations and i128 representations
Oliver Schneider
-0
/
+27
2018-03-08
Fix mozjs crater failure
Oliver Schneider
-0
/
+37
2018-03-08
Add regression test
Oliver Schneider
-0
/
+34
2018-03-08
Add regression tests
Oliver Schneider
-0
/
+45
2018-03-08
Reduce noise in error reporting
Oliver Schneider
-0
/
+17
2018-03-08
Add test for #45044
Oliver Schneider
-0
/
+20
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-0
/
+34
2018-03-08
Add tests for fixed issues
Oliver Schneider
-0
/
+489
2017-10-25
Add a regression test for the const eval type resolution
Oliver Schneider
-0
/
+28