rust/src/test
bors 2539b5f157 Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk
Add memoization for const function evaluations

When a const function is being evaluated, as long as all its arguments are zero-sized-types (or it has no arguments) then we can trivially memoize the evaluation result using the existing query mechanism.

With thanks to @oli-obk for mentoring me through this at RustFest Barcelona.

r? @oli-obk
2019-11-28 07:06:40 +00:00
..
assembly
auxiliary
codegen Add support for tracking origins of uninitialized memory 2019-11-22 19:32:45 +01:00
codegen-units Update test output. 2019-10-25 14:52:39 +02:00
compile-fail A Downcast is now reached when const-checking a for loop 2019-11-15 10:33:52 -08:00
debuginfo debuginfo: Support for std::collections::Hash* in windows debuggers. 2019-11-20 19:27:42 -08:00
incremental rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02:00
mir-opt rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02:00
pretty Merge branch 'master' into format-temporaries 2019-11-02 11:12:42 -04:00
run-fail
run-make
run-make-fulldeps Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichton 2019-11-26 12:35:39 +00:00
run-pass-valgrind
rustdoc Rollup merge of #66798 - bwignall:typo, r=varkor 2019-11-27 15:28:53 -06:00
rustdoc-js
rustdoc-js-std
rustdoc-ui Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinnison 2019-11-27 04:51:31 +00:00
rustfix
ui Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk 2019-11-28 07:06:40 +00:00
ui-fulldeps Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
COMPILER_TESTS.md