]> git.lizzy.rs Git - rust.git/history - src
move const_eval.rs into the module folder
[rust.git] / src /
2020-02-22 Ralf Jungmove const_eval.rs into the module folder
2020-02-22 borsAuto merge of #67330 - golddranks:split_inclusive,...
2020-02-22 borsAuto merge of #69302 - jonas-schievink:yield-needs...
2020-02-21 borsAuto merge of #69242 - cjgillot:object_violations,...
2020-02-21 borsAuto merge of #69347 - matthiaskrgr:submodule_upd,...
2020-02-21 borsAuto merge of #69342 - flip1995:clippyup, r=Dylan-DPC
2020-02-21 Matthias Krügersubmodules: update rls from 0100ac8 to 10bf331
2020-02-21 borsAuto merge of #69330 - Centril:literally-melting-ice...
2020-02-21 flip1995Update Clippy
2020-02-21 borsAuto merge of #69290 - wesleywiser:speed_up_ctfe_stress...
2020-02-21 borsAuto merge of #69281 - nnethercote:inline-some-encoding...
2020-02-20 borsAuto merge of #69072 - ecstatic-morse:associated-items...
2020-02-20 Mazdak Farrokhzadlit_to_const: gracefully bubble up type errors.
2020-02-20 borsAuto merge of #69325 - Centril:rollup-vce2ko2, r=Centril
2020-02-20 Mazdak FarrokhzadRollup merge of #69317 - LeSeulArtichaut:patch-1, r...
2020-02-20 Mazdak FarrokhzadRollup merge of #69311 - GuillaumeGomez:clean-up-e0321...
2020-02-20 Mazdak FarrokhzadRollup merge of #69305 - estebank:consider-lt, r=Dylan-DPC
2020-02-20 Mazdak FarrokhzadRollup merge of #69185 - RalfJung:const-prop-lints...
2020-02-20 Mazdak FarrokhzadRollup merge of #68877 - estebank:point-at-params,...
2020-02-20 LeSeulArtichautFix broken link to the rustc guide
2020-02-20 borsAuto merge of #69145 - matthewjasper:mir-typeck-static...
2020-02-20 Guillaume GomezGreatly improve E0322 explanation
2020-02-20 Guillaume Gomezclean up E0321 explanation
2020-02-20 borsAuto merge of #69309 - Dylan-DPC:rollup-gjdqx7l, r...
2020-02-20 Dylan DPCRollup merge of #69287 - GuillaumeGomez:clean-e0317...
2020-02-20 Dylan DPCRollup merge of #69266 - Zoxc:fix-source-map-race,...
2020-02-20 Dylan DPCRollup merge of #68978 - ecstatic-morse:const-int-pow...
2020-02-20 Dylan DPCRollup merge of #68945 - mjbshaw:once_is_completed...
2020-02-20 Dylan DPCRollup merge of #68705 - BijanT:ll_remove, r=Mark-Simul...
2020-02-20 borsAuto merge of #68847 - ecstatic-morse:const-impl, r...
2020-02-20 borsAuto merge of #67925 - petertodd:2020-fromstr-infallibl...
2020-02-20 Esteban KüberTweak binding lifetime suggestion text
2020-02-20 borsAuto merge of #69256 - nnethercote:misc-inlining, r...
2020-02-19 Wesley WiserCheck `RUSTC_CTFE_BACKTRACE` much less by generating...
2020-02-19 Jonas SchievinkAdd regression test
2020-02-19 Jonas SchievinkAdd more comments to `SuspensionPoint`
2020-02-19 Jonas SchievinkRemap the resume place if necessary
2020-02-19 borsAuto merge of #68988 - Zoxc:query-caches, r=eddyb
2020-02-19 Jonas SchievinkReorder yield visitation order to match call
2020-02-19 Jonas SchievinkHandle resume args in `RequiresStorage` analysis
2020-02-19 Jonas SchievinkUse match ergonomics to simplify match
2020-02-19 Jonas SchievinkMatch MIR statements exhaustively
2020-02-19 Peter ToddChange FromStr for String to use Infallible directly
2020-02-19 Dylan MacKenzieConstruct `AssociatedItems` from an iterator instead...
2020-02-19 Ralf Jungfix 32bit-only test
2020-02-19 borsAuto merge of #69293 - Dylan-DPC:rollup-imcbvgo, r...
2020-02-19 Dylan MacKenzieReplace FIXME with explanation
2020-02-19 Dylan MacKenzieMake lookup of associated item by name O(log n)
2020-02-19 Dylan MacKenzieReplace `rustc_typeck::Namespace` with `rustc_hir:...
2020-02-19 Dylan MacKenzieImplement an insertion-order preserving, efficient...
2020-02-19 Dylan MacKenzieUpdate tests
2020-02-19 Dylan DPCRollup merge of #69284 - jumbatm:openoptions-create...
2020-02-19 Dylan DPCRollup merge of #69280 - ecstatic-morse:promote-shuffle...
2020-02-19 Dylan DPCRollup merge of #69248 - jonas-schievink:thumb-fp,...
2020-02-19 Dylan DPCRollup merge of #69142 - ehuss:linkcheck-script, r...
2020-02-19 Dylan DPCRollup merge of #68863 - pietroalbini:azure-macos-10...
2020-02-19 Camille GILLOTMake is_object_safe a method.
2020-02-19 Bijan TabatabaiAdd LinkedList::remove()
2020-02-19 borsAuto merge of #69198 - ollie27:rustbuild_rustdoc-js...
2020-02-19 Guillaume GomezClean up E0317 explanation
2020-02-19 John Kåre AlsakerUse a constructor function per dep node instead of...
2020-02-19 John Kåre AlsakerRemove support for dep node structs
2020-02-19 John Kåre AlsakerTune inlining
2020-02-19 John Kåre AlsakerFix cache hit stats
2020-02-19 John Kåre AlsakerAdd a stat for local DefId density
2020-02-19 John Kåre AlsakerSplit query stats into its own file
2020-02-19 John Kåre AlsakerAdd a `storage` query modifier to override the query...
2020-02-19 John Kåre AlsakerAdd an abstraction for custom query caches
2020-02-19 John Kåre AlsakerMake `try_get_cached` take closures
2020-02-19 John Kåre AlsakerSplit query execution into hot and cold paths
2020-02-19 borsAuto merge of #69278 - matthiaskrgr:submodule_upd,...
2020-02-19 Ralf Jungavoid excessive number of revisions
2020-02-19 jumbatmReword OpenOptions::{create, create_new} doc.
2020-02-19 borsAuto merge of #69265 - ehuss:update-cargo, r=Dylan-DPC
2020-02-19 Dylan MacKenzieAdd `#[rustc_args_required_const]` to `simd_shuffle...
2020-02-19 Nicholas NethercoteInline some encoding and decoding methods.
2020-02-19 Dylan MacKenzieRemove mention of `simd_shuffle` promotion from comments
2020-02-19 Dylan MacKenzieRemove special case for `simd_shuffle` arg promotion
2020-02-19 Dylan MacKenziePrevent const trait methods from being marked stable
2020-02-19 Dylan MacKenzieMake `fn_queries` helpers module-private
2020-02-19 Dylan MacKenzieAdd passing test for `Add` on generic struct
2020-02-19 Dylan MacKenzieRemove outdated FIXME
2020-02-19 Dylan MacKenzieAdd ignored test for associated types in const impl
2020-02-19 Dylan MacKenzieTest `rustc_const_unstable` on trait fns
2020-02-19 Dylan MacKenziePropagate `rustc_const_unstable` to children
2020-02-19 Dylan MacKenzieUse early return when forbidding unstable attrs
2020-02-19 Dylan MacKenzieEnsure const impl cannot coexist with non-const impl
2020-02-19 Dylan MacKenzieSplit const trait method test and impl `ops::Add`
2020-02-19 Dylan MacKenzieAdd tests for calling trait methods on concrete types
2020-02-19 Dylan MacKenzieCheck for trait methods on concrete types in const...
2020-02-19 Dylan MacKenzieRemove "not yet implemented" warning
2020-02-19 borsAuto merge of #69113 - ecstatic-morse:unified-dataflow...
2020-02-19 Dylan MacKenzieConst-check functions in a `const` impl
2020-02-19 Dylan MacKenzieAdd `is_const_impl_raw` query
2020-02-19 Matthias Krügersubmodules: update clippy from b91ae16e to 2855b214
2020-02-19 borsAuto merge of #69241 - shahn:checked_add_revert, r...
2020-02-18 Sebastian HahnRevert "Remove `checked_add` in `Layout::repeat`"
2020-02-18 borsAuto merge of #69271 - Centril:rollup-iupsol6, r=Centril
2020-02-18 Ralf Jungbetter lint names
2020-02-18 John Kåre AlsakerFix race condition when allocating source files in...
next