]> git.lizzy.rs Git - rust.git/history - src
Remove the QueryGetter trait.
[rust.git] / src /
2020-03-27 Camille GILLOTRemove the QueryGetter trait.
2020-03-26 Camille GILLOTDon't allow access to the Session.
2020-03-26 Camille GILLOTRename read_query_job -> current_query_job and simplify it.
2020-03-26 Camille GILLOTAdd comment.
2020-03-26 Camille GILLOTSimplify generics on try_start.
2020-03-26 Camille GILLOTMove generics on QueryCache.
2020-03-26 Camille GILLOTPrune dependencies.
2020-03-26 Camille GILLOTRetire DepGraphSafe and HashStableContext.
2020-03-26 Camille GILLOTAccess QueryStateShard directly.
2020-03-26 Camille GILLOTUnify key types in get_lookup.
2020-03-26 Camille GILLOTRustfmt.
2020-03-26 Camille GILLOTMake librustc compile.
2020-03-26 Camille GILLOTMake librustc_query_system compile.
2020-03-26 Camille GILLOTMove query system to librustc_query_system.
2020-03-26 Camille GILLOTMake get_query into an extension trait.
2020-03-26 Camille GILLOTGeneralise Query starting.
2020-03-26 Camille GILLOTGeneralise JobOwner::try_start.
2020-03-26 Camille GILLOTGeneralise try_get_cached.
2020-03-26 Camille GILLOTMove HashStable bound to the trait definition.
2020-03-26 Camille GILLOTParametrise by try_collect_active_jobs.
2020-03-26 Camille GILLOTGeneralise QueryLatch.
2020-03-26 Camille GILLOTDecouple from DepKind.
2020-03-26 Camille GILLOTGeneralise QueryJobId.
2020-03-26 Camille GILLOTMake QueryContext a subtrait of DepContext.
2020-03-26 Camille GILLOTMake QueryCache generic on the context.
2020-03-26 Camille GILLOTMake QueryDescription parameter a type.
2020-03-26 Camille GILLOTMake QueryAccessor argument a type.
2020-03-26 Camille GILLOTMake QueryConfig argument a type.
2020-03-26 borsAuto merge of #70415 - Centril:rollup-1zttfvl, r=Centril
2020-03-26 Mazdak FarrokhzadRollup merge of #70395 - ehuss:update-cargo, r=ehuss
2020-03-26 Mazdak FarrokhzadRollup merge of #70389 - Centril:borrowck-no-underscore...
2020-03-26 Mazdak FarrokhzadRollup merge of #70386 - Centril:patty, r=estebank
2020-03-26 Mazdak FarrokhzadRollup merge of #70375 - RalfJung:check-defined-err...
2020-03-26 Mazdak FarrokhzadRollup merge of #69878 - estebank:chained-ops, r=Centril
2020-03-26 Mazdak FarrokhzadRollup merge of #69866 - estebank:guess_head_span,...
2020-03-26 Mazdak Farrokhzadtypeck/pat: address review comments
2020-03-26 Mazdak Farrokhzadborrowck diagnostics: address review comments.
2020-03-26 Esteban Küberreview comments
2020-03-26 Esteban KüberTweak chained operators diagnostic
2020-03-25 Esteban KüberRename `def_span` to `guess_head_span`
2020-03-25 Ralf Jungavoid catching InterpError
2020-03-25 borsAuto merge of #70412 - Dylan-DPC:rollup-yuq2mfy, r...
2020-03-25 Dylan DPCRollup merge of #70409 - mathstuf:gitignore-target...
2020-03-25 Dylan DPCRollup merge of #70407 - spastorino:avoid-nomination...
2020-03-25 Dylan DPCRollup merge of #70406 - GuillaumeGomez:cleanup-e0458...
2020-03-25 Dylan DPCRollup merge of #70392 - brain0:fixxpy, r=Mark-Simulacrum
2020-03-25 Dylan DPCRollup merge of #69700 - anyska:layout-details-rename...
2020-03-25 Santiago PastorinoRevert "Automatically tag as nominated for T-compiler"
2020-03-25 Guillaume GomezClean up E0458 explanation
2020-03-25 borsAuto merge of #70404 - Dylan-DPC:rollup-iikcm6r, r...
2020-03-25 Dylan DPCRollup merge of #70379 - JOE1994:patch-2, r=petrochenkov
2020-03-25 Dylan DPCRollup merge of #70366 - cuviper:option-fuse, r=dtolnay
2020-03-25 Dylan DPCRollup merge of #70352 - bishtpawan:doc/61137-add-long...
2020-03-25 Dylan DPCRollup merge of #70319 - lcnr:issue63695, r=eddyb
2020-03-25 Dylan DPCRollup merge of #70226 - RalfJung:checked, r=oli-obk
2020-03-25 Josh Stoneimpl TrustedRandomAccess for Fuse without FusedIterator
2020-03-25 Eric HussUpdate cargo.
2020-03-25 Thomas BächlerMake x.py compatible with python 3.8.
2020-03-25 Bastian Kauschkerun test only on 64bit
2020-03-25 Ana-Maria MihalacheRename LayoutDetails to just Layout.
2020-03-25 Ralf Jungadd usize methods for Size getters
2020-03-25 Ralf Junggo back to infix ops for Size
2020-03-25 Ralf Jungadd helper method for ptr ops on Scalar; reduce unneces...
2020-03-25 Ralf Junguse Size addition instead of checked int addition
2020-03-25 Ralf Jungmake Size::from* methods generic in the integer type...
2020-03-25 Ralf Jungremove unnecessary cast
2020-03-25 Ralf Jungmiri: avoid a bunch of casts by offering usized-based...
2020-03-25 Ralf Jungavoid double-cast in mplace_field
2020-03-25 Ralf Jungmake bit_width return u64, consistently with other...
2020-03-25 Ralf Junguse checked casts and arithmetic in Miri engine
2020-03-25 Ralf Jungmiri: simplify shift operator overflow checking
2020-03-25 borsAuto merge of #70297 - nnethercote:clean-up-debugging...
2020-03-25 Mazdak Farrokhzadborrowck: prefer "value" over "`_`".
2020-03-25 Mazdak Farrokhzadsimplify check_pat_tuple_struct
2020-03-25 Mazdak Farrokhzadimprove non-exhaustive struct pat error
2020-03-25 Mazdak Farrokhzadis_union() instead of string comparsion
2020-03-25 bishtpawanupdate tool_lints
2020-03-25 borsAuto merge of #70383 - Centril:rollup-hmfft3y, r=Centril
2020-03-25 Mazdak FarrokhzadRollup merge of #70376 - tmandry:issue-66312, r=Centril
2020-03-25 Mazdak FarrokhzadRollup merge of #70373 - Centril:canon-imports, r=Mark...
2020-03-25 Mazdak FarrokhzadRollup merge of #70369 - estebank:bad-placeholder-in...
2020-03-25 Mazdak FarrokhzadRollup merge of #70364 - petrochenkov:nofrustc, r=Centril
2020-03-25 Mazdak FarrokhzadRollup merge of #70361 - tmiasko:backtrace, r=Mark...
2020-03-25 Mazdak FarrokhzadRollup merge of #70349 - Centril:hir-outa-rustc, r...
2020-03-25 Mazdak FarrokhzadRollup merge of #70331 - jeremystucki:privacy, r=estebank
2020-03-25 Youngsuk Kimfix type name typo in doc comments
2020-03-25 Esteban KüberReduce error duplication for invalid placeholder types...
2020-03-24 Tyler MandryAdd test for #66312
2020-03-24 Mazdak Farrokhzadnormalize some imports, prefer direct ones.
2020-03-24 borsAuto merge of #70371 - Centril:rollup-ywi1vo3, r=Centril
2020-03-24 Mazdak FarrokhzadRollup merge of #70368 - bjorn3:patch-2, r=jonas-schievink
2020-03-24 Mazdak FarrokhzadRollup merge of #70359 - kornelski:mustsplit, r=Dylan-DPC
2020-03-24 Mazdak FarrokhzadRollup merge of #70355 - GuillaumeGomez:cleanup-e0454...
2020-03-24 Mazdak FarrokhzadRollup merge of #70350 - workingjubilee:patch-1, r...
2020-03-24 Mazdak FarrokhzadRollup merge of #70342 - withoutboats:io-slice-send...
2020-03-24 Mazdak FarrokhzadRollup merge of #70241 - RalfJung:global-mem, r=oli-obk
2020-03-24 Mazdak FarrokhzadRollup merge of #70234 - anp:tracked-std-traits, r...
2020-03-24 Mazdak FarrokhzadRollup merge of #70023 - GuillaumeGomez:cleanup-e0436...
2020-03-24 bjorn3Mark hotplug_codegen_backend as ignore-stage1
2020-03-24 Josh StoneImplement Fuse with Option
next