summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-16Rename render::Type to improve namingGuillaume Gomez-8/+8
2020-03-16formattingGuillaume Gomez-27/+24
2020-03-16Add tests for new of variablesGuillaume Gomez-2/+12
2020-03-16Update JS results testerGuillaume Gomez-2/+5
2020-03-16Support type search for arguments and returned typesGuillaume Gomez-103/+222
2020-03-16Make macro metavars respect (non-)hygieneMatthew Jasper-24/+111
2020-03-16allowing getting &mut OsStr from OsStringTyPR124-0/+31
2020-03-16Fix wrong dereflzutao-2/+2
2020-03-16Use sublice patterns to avoid computing the lenlzutao-12/+4
2020-03-16make mem::{zeroed,uninitialized} inline(always)Ralf Jung-2/+2
2020-03-16Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddybbors-189/+379
2020-03-16rather than removing const_forget_box, stick an attribute on it and explain i...DutchGhost-0/+12
2020-03-16init-large-type test needs optimizationsRalf Jung-0/+1
2020-03-16The const_forget_box was unused, and doesns't add anything to test by itself.DutchGhost-8/+0
2020-03-16Lint for `pub(crate)` items that are not crate visible due to the visibility ...Tim Robinson-1/+8
2020-03-16Rollup merge of #70036 - mark-i-m:describe-it-4, r=eddybDylan DPC-14/+15
2020-03-16Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasperDylan DPC-211/+260
2020-03-16Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628,...Dylan DPC-1/+32
2020-03-16Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddybDylan DPC-111/+107
2020-03-16Rollup merge of #69520 - kornelski:e69492, r=cramertjDylan DPC-33/+18
2020-03-16Rollup merge of #69122 - dtolnay:backtrace, r=cramertjDylan DPC-7/+84
2020-03-16Rollup merge of #67335 - ecstatic-morse:qualif-refactor, r=eddybDylan DPC-202/+178
2020-03-16Remove QueryState type alias.Camille GILLOT-21/+22
2020-03-16Make QueryCache parameters associated types.Camille GILLOT-94/+101
2020-03-16Remove the call that makes miri failDutchGhost-4/+0
2020-03-16Simplify type aliases.Camille GILLOT-36/+21
2020-03-16Offload try_collect_active_jobs.Camille GILLOT-26/+37
2020-03-16Remove Q parameter from try_get_cached.Camille GILLOT-11/+13
2020-03-16Remove Q parameter from JobOwner.Camille GILLOT-18/+43
2020-03-16Remove Q parameter from query stats.Camille GILLOT-9/+14
2020-03-16Remove Q parameter from alloc_self_profile_query_strings_for_query_cache.Camille GILLOT-6/+7
2020-03-16Remove Q parameter from QueryCache::lookup.Camille GILLOT-13/+14
2020-03-16Unpack type arguments for QueryState.Camille GILLOT-15/+23
2020-03-16Unpack type arguments for QueryLookup.Camille GILLOT-3/+4
2020-03-16Unpack type arguments for QueryStateShard.Camille GILLOT-14/+21
2020-03-16Move impl of Queries with its definition.Camille GILLOT-49/+49
2020-03-16Inline QueryAccessor::query.Camille GILLOT-9/+2
2020-03-16Make QueryAccessor::dep_kind an associated const.Camille GILLOT-11/+6
2020-03-16Auto merge of #70010 - Amanieu:fix-opt-catch, r=Mark-Simulacrumbors-26/+28
2020-03-16Remove __query_compute module.Camille GILLOT-20/+8
2020-03-15make article_and_description primarily use def_kindmark-14/+15
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-334/+307
2020-03-16remove unnecessary hir::map importsMazdak Farrokhzad-51/+52
2020-03-15MethodData -> AssocFnDataMark Mansi-4/+4
2020-03-15update commentMark Mansi-6/+2
2020-03-16Rollup merge of #70014 - TimotheeGerber:small-fix-rustdoc-book, r=Dylan-DPCDylan DPC-7/+7
2020-03-16Rollup merge of #69998 - ayushmishra2005:doc/61137-add-long-error-code-e0634,...Dylan DPC-2/+22
2020-03-16Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-...Dylan DPC-11/+107
2020-03-16Rollup merge of #69992 - kornelski:robots, r=steveklabnikDylan DPC-17/+2
2020-03-16Rollup merge of #69964 - ollie27:ci_nodejs, r=Mark-Simulacrum,GuillaumeGomezDylan DPC-22/+23