about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-26move feature-gate-negative-impls test to traits/negative-implsNiko Matsakis-0/+0
2020-03-26convert to doc commentsNiko Matsakis-4/+4
2020-03-26bump negative impls version to 1.44.0Niko Matsakis-1/+1
2020-03-26create a tracking issue and link to itNiko Matsakis-8/+8
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-111/+330
2020-03-26make a custom error for overlap with negative implsNiko Matsakis-187/+271
2020-03-26permit negative impls for non-auto traitsNiko Matsakis-101/+328
2020-03-26simplify match stmtBastian Kauschke-5/+1
2020-03-26trait_bound_spans -> sized_trait_bound_spansMazdak Farrokhzad-3/+3
2020-03-26parse: recover on `const fn()` / `async fn()`.Mazdak Farrokhzad-23/+215
2020-03-26Don't allow access to the Session.Camille GILLOT-9/+9
2020-03-26Rename read_query_job -> current_query_job and simplify it.Camille GILLOT-22/+18
2020-03-26Add comment.Camille GILLOT-0/+2
2020-03-26Simplify generics on try_start.Camille GILLOT-5/+4
2020-03-26Move generics on QueryCache.Camille GILLOT-23/+23
2020-03-26Prune dependencies.Camille GILLOT-3/+1
2020-03-26Retire DepGraphSafe and HashStableContext.Camille GILLOT-151/+29
2020-03-26Access QueryStateShard directly.Camille GILLOT-19/+5
2020-03-26Unify key types in get_lookup.Camille GILLOT-4/+4
2020-03-26Rustfmt.Camille GILLOT-251/+246
2020-03-26Make librustc compile.Camille GILLOT-7/+773
2020-03-26Make librustc_query_system compile.Camille GILLOT-785/+54
2020-03-26Move query system to librustc_query_system.Camille GILLOT-0/+0
2020-03-26Make get_query into an extension trait.Camille GILLOT-29/+55
2020-03-26Generalise Query starting.Camille GILLOT-76/+122
2020-03-26Generalise JobOwner::try_start.Camille GILLOT-18/+13
2020-03-26Generalise try_get_cached.Camille GILLOT-11/+17
2020-03-26Move HashStable bound to the trait definition.Camille GILLOT-10/+4
2020-03-26Parametrise by try_collect_active_jobs.Camille GILLOT-69/+78
2020-03-26Generalise QueryLatch.Camille GILLOT-10/+20
2020-03-26Decouple from DepKind.Camille GILLOT-12/+22
2020-03-26Generalise QueryJobId.Camille GILLOT-30/+30
2020-03-26Make QueryContext a subtrait of DepContext.Camille GILLOT-7/+9
2020-03-26Make QueryCache generic on the context.Camille GILLOT-46/+50
2020-03-26Make QueryDescription parameter a type.Camille GILLOT-27/+40
2020-03-26Make QueryAccessor argument a type.Camille GILLOT-89/+127
2020-03-26Make QueryConfig argument a type.Camille GILLOT-8/+6
2020-03-26Throw error when encountering `...` instead of `..` while destructing a patternRakshith Ravi-0/+57
2020-03-26Refactor codePankajChaudhary5-1/+1
2020-03-26Auto merge of #70391 - RalfJung:miri, r=RalfJungbors-7/+7
2020-03-26update miriRalf Jung-7/+7
2020-03-26Add long error explanation for E0703PankajChaudhary5-1/+21
2020-03-26Convert a chained if-else to a match.Nicholas Nethercote-33/+42
2020-03-26Introduce `EmitObj`.Nicholas Nethercote-49/+64
2020-03-26Rollup merge of #70395 - ehuss:update-cargo, r=ehussMazdak Farrokhzad-0/+0
2020-03-26Rollup merge of #70389 - Centril:borrowck-no-underscores, r=mark-i-mMazdak Farrokhzad-135/+119
2020-03-26Rollup merge of #70386 - Centril:patty, r=estebankMazdak Farrokhzad-12/+52
2020-03-26Rollup merge of #70375 - RalfJung:check-defined-err, r=oli-obkMazdak Farrokhzad-5/+11
2020-03-26Rollup merge of #69878 - estebank:chained-ops, r=CentrilMazdak Farrokhzad-166/+202
2020-03-26Rollup merge of #69866 - estebank:guess_head_span, r=eddybMazdak Farrokhzad-71/+89