about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-05-30Correct comments about untracked accesses.Camille GILLOT-24/+31
2021-05-30Make is_private_dep a query.Camille GILLOT-15/+10
2021-05-30Make allocator_kind a query.Camille GILLOT-10/+10
2021-05-30Avoid a clone of output_filenames.Camille GILLOT-3/+3
2021-05-30Remove StableVec.Camille GILLOT-41/+9
2021-05-30Restrict access to crate_name.Camille GILLOT-30/+23
2021-05-30Make resolutions a query.Camille GILLOT-101/+120
2021-05-30Only compute the trait_map once.Camille GILLOT-27/+19
2021-05-30Auto merge of #85804 - bjorn3:merge_crate_disambiguator, r=cjgillotbors-307/+222
2021-05-30Auto merge of #84586 - GuillaumeGomez:enforce-rustdoc-gui-test-suite-run, r=M...bors-77/+135
2021-05-30Update mir opt testsbjorn3-24/+24
2021-05-30Update testsbjorn3-68/+68
2021-05-30Fix testbjorn3-8/+5
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-207/+125
2021-05-30Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrumbors-171/+167
2021-05-30Auto merge of #85786 - GuillaumeGomez:error-code-checker-improvement, r=Mark-...bors-9/+18
2021-05-30Auto merge of #85754 - the8472:revert-83770, r=Mark-Simulacrumbors-63/+25
2021-05-30Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrumbors-122/+423
2021-05-29Auto merge of #85390 - Mark-Simulacrum:fast-bridge, r=petrochenkovbors-16/+42
2021-05-29Move reconstruct test inwards.Camille GILLOT-5/+4
2021-05-29Auto merge of #85698 - ehuss:incremental-session-panic, r=estebankbors-27/+77
2021-05-29Write primitive types via array buffersMark Rousskov-2/+17
2021-05-29Switch to reserve over extend_from_sliceMark Rousskov-25/+21
2021-05-29Specialize single-element writes to bufferMark Rousskov-1/+16
2021-05-29Auto merge of #85540 - GuillaumeGomez:better-result-dom-generation, r=jshabors-22/+70
2021-05-29Fix incremental-session-fail to work when run as root.Eric Huss-2/+1
2021-05-29Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obkbors-21/+33
2021-05-29Auto merge of #85798 - hyd-dev:miri, r=RalfJungbors-8/+8
2021-05-29Auto merge of #85703 - clarfonthey:unchecked_shift, r=scottmcmbors-12/+154
2021-05-28Add inherent unchecked_shl, unchecked_shr to integersltdk-12/+154
2021-05-29Auto merge of #85790 - ehuss:nvptx-no-std, r=nagisabors-1/+1
2021-05-29Update Mirihyd-dev-8/+8
2021-05-28Add specific help for *how* to fix an incremental lock error.Eric Huss-0/+13
2021-05-28Auto merge of #85607 - LeSeulArtichaut:thir-unsafeck-closures, r=nikomatsakisbors-17/+173
2021-05-28Auto merge of #85789 - ptrojahn:generator_typo, r=nagisabors-1/+1
2021-05-28Fix typo on nvptx supportEric Huss-1/+1
2021-05-28Clean up error codes from being ignoredGuillaume Gomez-6/+5
2021-05-28Add checks to ensure the error_codes checker is "clean"Guillaume Gomez-3/+13
2021-05-28Auto merge of #85700 - Bobo1239:dso_local_ppc64, r=nagisabors-46/+46
2021-05-28Auto merge of #85546 - hyd-dev:unwind, r=RalfJungbors-94/+168
2021-05-28Auto merge of #85745 - veber-alex:panic_any, r=m-ou-sebors-0/+1
2021-05-28Auto merge of #84968 - FabianWolff:master, r=estebankbors-17/+74
2021-05-28Fix static relocation model for PowerPC64Boris-Chengbiao Zhou-46/+46
2021-05-28Rewrite to a `match`hyd-dev-5/+4
2021-05-28"a frame" -> "a stack frame"hyd-dev-1/+1
2021-05-28Auto merge of #85743 - bjorn3:sync_cg_clif-2021-05-27, r=bjorn3bors-306/+218
2021-05-28const eval errors: display the current item instance if there are generics in...Rémy Rakic-15/+28
2021-05-27Auto merge of #84568 - andoriyu:libtest/junit_formatter, r=yaahcbors-5/+190
2021-05-27don't trim paths in collector PME messageRémy Rakic-6/+5
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-15/+143