]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #69325 - Centril:rollup-vce2ko2, r=Centril
[rust.git] / src /
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 borsAuto merge of #68988 - Zoxc:query-caches, r=eddyb
2020-02-19 Peter ToddChange FromStr for String to use Infallible directly
2020-02-19 Ralf Jungfix 32bit-only test
2020-02-19 borsAuto merge of #69293 - Dylan-DPC:rollup-imcbvgo, r...
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 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 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...
2020-02-18 Mazdak FarrokhzadRollup merge of #69236 - Centril:mut-parens-at-recovery...
2020-02-18 Mazdak FarrokhzadRollup merge of #69217 - LeSeulArtichaut:remove-lint...
2020-02-18 Mazdak FarrokhzadRollup merge of #69211 - petrochenkov:prevtok, r=Centril
2020-02-18 Mazdak FarrokhzadRollup merge of #69194 - Centril:assoc-extern-fuse...
2020-02-18 Mazdak FarrokhzadRollup merge of #69159 - estebank:use-appropriate-lt...
2020-02-18 Mazdak FarrokhzadRollup merge of #69146 - matthewjasper:literal-qualif...
2020-02-18 borsAuto merge of #69262 - Dylan-DPC:rollup-m6dt9cn, r...
2020-02-18 Eric HussUpdate cargo
2020-02-18 Dylan DPCRollup merge of #69233 - GuillaumeGomez:cleanup-e0310...
2020-02-18 Dylan DPCRollup merge of #69205 - JohnTitor:allow-whitespaces...
2020-02-18 Dylan DPCRollup merge of #69200 - jonas-schievink:yield-print...
2020-02-18 Dylan DPCRollup merge of #69192 - JohnTitor:add-tests, r=Centril
2020-02-18 Dylan DPCRollup merge of #69181 - skinny121:const-eval-return...
2020-02-18 borsAuto merge of #69234 - JohnTitor:clippy-up, r=JohnTitor
2020-02-18 Guillaume GomezClean up E0310 explanation
2020-02-18 borsAuto merge of #69258 - JohnTitor:rollup-n2hljai, r...
2020-02-18 Yuki OkushiRollup merge of #69252 - Mark-Simulacrum:disk-try,...
2020-02-18 Yuki OkushiRollup merge of #69249 - LeSeulArtichaut:stabilize...
2020-02-18 Yuki OkushiRollup merge of #69244 - cuviper:llvm-flags, r=Mark...
2020-02-18 Yuki OkushiRollup merge of #69223 - spunit262:empty-string-gdb...
2020-02-18 Yuki OkushiRollup merge of #69175 - estebank:shall-not-ice, r...
2020-02-18 Yuki OkushiRollup merge of #68767 - kubo39:patch-macos, r=shepmaster
2020-02-18 Yuki OkushiRollup merge of #68597 - ollie27:skip_nth_last, r=Amanieu
2020-02-18 Yuki OkushiRollup merge of #67272 - fisherdarling:master, r=varkor...
2020-02-18 Mark RousskovClean out some default-installed directories
2020-02-18 Nicholas NethercoteInline various simple `emit_*` and `read_*` methods...
2020-02-18 Nicholas NethercoteInline `Symbol::decode` and `Interner::intern`.
2020-02-18 Nicholas NethercoteAlways inline `run_utf8_validation`.
next