]> git.lizzy.rs Git - rust.git/history - src
Add a `const_eval` helper to `InterpCx`
[rust.git] / src /
2019-12-26 Oliver SchererAdd a `const_eval` helper to `InterpCx`
2019-12-26 Oliver SchererEarly abort instead of building up zero sized values
2019-12-26 Oliver SchererExplain why `const_eval` is ok here
2019-12-26 Oliver SchererTypo
2019-12-26 Oliver SchererRemove unintended noisy log statement
2019-12-26 Oliver SchererExplain the currently necessary existance of `Transmute...
2019-12-26 Oliver SchererExplain what we are doing with parameter environments...
2019-12-26 Oliver SchererComments should start capitalized and end in a period
2019-12-26 Oliver SchererExplain ParamEnv::reveal_all usage
2019-12-26 Oliver SchererAdd regression test for ZST statics being allowed to...
2019-12-26 Oliver SchererImmediately evaluate and validate constants when we...
2019-12-26 Oliver SchererInterning even happens when validation of a constant...
2019-12-26 Oliver SchererPrevent an ICE on invalid transmutes
2019-12-26 Oliver SchererComment on a few odd things that we should look at
2019-12-26 Oliver SchererSimplify `force_allocation_maybe_sized`
2019-12-26 Oliver SchererRetire `to_ptr` which should already have no users...
2019-12-26 Oliver SchererDon't ICE on the use of integer addresses for ZST const...
2019-12-26 borsAuto merge of #67592 - matthewjasper:cleanup-match...
2019-12-26 borsAuto merge of #67327 - oli-obk:cleanup, r=RalfJung
2019-12-26 Oliver SchererRebase fallout
2019-12-26 Oliver SchererA cycle error on a diverging function is now a const...
2019-12-26 Oliver SchererBail out before running the query
2019-12-26 Oliver SchererTidy
2019-12-26 Oliver SchererFix imports after rebase
2019-12-26 Oliver SchererRename `query` module
2019-12-26 Oliver SchererMove function definitions before their first use
2019-12-26 Oliver SchererMove all functions used by the queries to query.rs
2019-12-26 Oliver SchererMove a function to make its adjacent impl block easier...
2019-12-26 Oliver SchererMake some functions crate local
2019-12-26 Oliver SchererMove `eval_body_using_ecx` to the only module it is...
2019-12-26 Oliver SchererMove `eval_const_fn_call` to the `const_eval` module
2019-12-26 Oliver SchererMove const eval query components into their own module
2019-12-26 Oliver SchererMove const eval machine into its own module
2019-12-26 borsAuto merge of #66670 - crlf0710:normalize_ident, r...
2019-12-26 Charles LewAdd unicode-normalization to whitelist.
2019-12-26 Charles LewAdd a test and bless existing test case.
2019-12-26 Charles LewNormalize identifiers in librustc_parse.
2019-12-26 borsAuto merge of #67268 - estebank:assoc-types, r=oli-obk
2019-12-26 borsAuto merge of #67580 - RalfJung:miri-unleash-tests...
2019-12-25 borsAuto merge of #66919 - dtolnay:description, r=KodrAus
2019-12-25 Esteban KüberFix rebase and sort assoc type list for deterministic...
2019-12-25 borsAuto merge of #67524 - LukasKalbertodt:improve-into...
2019-12-25 Ralf Junguse error-pattern
2019-12-25 matthewjasperUse link in doc comment
2019-12-25 Matthew JasperFeature gate or patterns in const contexts
2019-12-25 Matthew JasperSplit `match_expr` into smaller functions
2019-12-25 Matthew JasperRemove `-Znll-dont-emit-read-for-match`
2019-12-25 Matthew JasperReduce log level from info to debug
2019-12-25 David TolnayDeprecate Error::description for real
2019-12-25 Esteban KüberFix suggestion span for typo in associated type name
2019-12-25 Esteban KüberCleanup: move code to their own methods and deduplicate...
2019-12-25 Esteban KüberAccount for multiple trait bounds with missing associat...
2019-12-25 Esteban KüberAvoid output dependency on std spans
2019-12-25 Esteban KüberUse structured suggestion for bad `Fn` traits
2019-12-25 Esteban KüberHandle more specific case E0222
2019-12-25 Esteban Küberreview comments: move error reporting to their own...
2019-12-25 Esteban KüberFix case in `associated-type-projection-from-multiple...
2019-12-25 Esteban KüberTweak errors for missing associated types and type...
2019-12-25 borsAuto merge of #67303 - dtolnay:rls, r=Xanewok
2019-12-25 borsAuto merge of #67596 - Mark-Simulacrum:tidy-silence...
2019-12-24 Mark RousskovFormat librustc_feature
2019-12-24 Mark Rousskovx.py fmt after previous deignore
2019-12-24 Mark RousskovSilence line length warnings
2019-12-24 borsAuto merge of #67445 - llogiq:todo, r=dtolnay
2019-12-24 borsAuto merge of #67241 - mark-i-m:simplify-borrow_check...
2019-12-24 Lukas KalbertodtGeneralize `array_into_iter` lint to also lint for...
2019-12-24 borsAuto merge of #66221 - ohadravid:doc-constants, r=Dylan-DPC
2019-12-24 Andre BogusDifferentiate todo! and unimplemented!
2019-12-24 borsAuto merge of #67579 - RalfJung:miri, r=RalfJung
2019-12-24 Ralf Jungthis has sysroot spans to let's ignore it the usual way
2019-12-24 Ralf Jungbetter variable names
2019-12-24 Ralf Jungadd test for dropping in const
2019-12-24 Ralf Jungbootstrap miri: remove no longer used env var
2019-12-24 Ralf Jungupdate miri
2019-12-24 Ohad RavidShow value for consts in the documentation
2019-12-24 borsAuto merge of #67575 - Centril:rollup-feikoir, r=Centril
2019-12-24 Mazdak FarrokhzadRollup merge of #67572 - aidanhs:aphs-choco-direct...
2019-12-24 Mazdak FarrokhzadRollup merge of #67569 - Mark-Simulacrum:opt-char-encod...
2019-12-24 Mazdak FarrokhzadRollup merge of #67561 - euclio:remove-description...
2019-12-24 Mazdak FarrokhzadRollup merge of #67551 - ldm0:E0627, r=Dylan-DPC
2019-12-24 Mazdak FarrokhzadRollup merge of #67547 - GuillaumeGomez:cleanup-err...
2019-12-24 Mazdak FarrokhzadRollup merge of #67543 - JohnTitor:regression-tests...
2019-12-24 Mazdak FarrokhzadRollup merge of #67337 - oli-obk:no_mut_static_ref_from...
2019-12-24 Mark RousskovMinimize unsafety in encode_utf8
2019-12-24 Aidan Hobson SayersUse the chocolatey CDN directly to avoid the flaky API
2019-12-23 borsAuto merge of #66296 - Centril:bindings_after_at-init...
2019-12-23 borsAuto merge of #67560 - Centril:rollup-fzdpu9c, r=Centril
2019-12-23 Oliver SchererBless tests
2019-12-23 Yuki OkushiApply suggestion from Centril
2019-12-23 Yuki OkushiAdd test for issue-67424
2019-12-23 Andy Russellremove `description` from `Error` impls in docs
2019-12-23 Oliver SchererTidy
2019-12-23 Mazdak FarrokhzadRollup merge of #67559 - Mark-Simulacrum:drop-doc,...
2019-12-23 Mazdak FarrokhzadRollup merge of #67546 - oli-obk:slice_pattern_ice...
2019-12-23 Mazdak FarrokhzadRollup merge of #67538 - varkor:lhs-assign-diagnostics...
2019-12-23 Mazdak FarrokhzadRollup merge of #67536 - Centril:move-is_range_literal...
2019-12-23 Mazdak FarrokhzadRollup merge of #67527 - GuillaumeGomez:results-show...
2019-12-23 Mazdak FarrokhzadRollup merge of #67507 - Mark-Simulacrum:purge-uninit...
2019-12-23 Mazdak FarrokhzadRollup merge of #67466 - oli-obk:const_intrinsic, r...
2019-12-23 Mazdak FarrokhzadRollup merge of #67233 - Luro02:cursor_traits, r=sfackler
next