about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-28Add comments to hygiene testsMatthew Jasper-4/+37
2021-10-28Remove `ModData` from rustc_metadataMatthew Jasper-13/+5
2021-10-24Add more tests for cross-crate hygieneMatthew Jasper-0/+465
2021-10-21Don't suggest importing items with hygienic namesMatthew Jasper-1/+3
2021-10-21Handle cross-crate module `ExpnId`s consistentlyMatthew Jasper-12/+13
2021-10-21Auto merge of #90130 - Mark-Simulacrum:revert-namebinding, r=oli-obkbors-145/+213
2021-10-21Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot"Mark Rousskov-145/+213
2021-10-21Auto merge of #90119 - JohnTitor:rollup-e5t6khz, r=JohnTitorbors-342/+227
2021-10-21Rollup merge of #90099 - SkiFire13:fix-vec-swap-remove, r=dtolnayYuki Okushi-3/+4
2021-10-21Rollup merge of #90098 - GuillaumeGomez:add-test-foreign-impl-missing-doc-cod...Yuki Okushi-1/+10
2021-10-21Rollup merge of #90097 - GuillaumeGomez:duplicated-sidebar-entry-reexported-m...Yuki Okushi-6/+19
2021-10-21Rollup merge of #90077 - woppopo:const_nonzero_from, r=oli-obkYuki Okushi-8/+13
2021-10-21Rollup merge of #90074 - klensy:upvar-all, r=wesleywiserYuki Okushi-4/+4
2021-10-21Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obkYuki Okushi-260/+47
2021-10-21Rollup merge of #90048 - GuillaumeGomez:line-number-setting, r=jshaYuki Okushi-1/+24
2021-10-21Rollup merge of #90031 - durin42:allow-llvm-tests, r=Mark-SimulacrumYuki Okushi-1/+13
2021-10-21Rollup merge of #90029 - tgnottingham:incr-debug-logging-test, r=Mark-SimulacrumYuki Okushi-4/+25
2021-10-21Rollup merge of #90010 - rusticstuff:vecdeque_with_capacity_in_overflow, r=m-...Yuki Okushi-1/+1
2021-10-21Rollup merge of #89292 - CleanCut:stabilize-cstring_from_vec_with_nul, r=John...Yuki Okushi-13/+9
2021-10-21Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnrYuki Okushi-29/+25
2021-10-21Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahcYuki Okushi-1/+1
2021-10-21Rollup merge of #86984 - Smittyvb:ipv4-octal-zero, r=m-ou-seYuki Okushi-10/+32
2021-10-21Auto merge of #90072 - ehuss:empty-rmeta-no-warn, r=Mark-Simulacrumbors-0/+9
2021-10-21Auto merge of #89998 - camelid:box-default, r=jyn514bors-13/+17
2021-10-20fix 'since' version numberNathan Stocks-1/+1
2021-10-20stabilize CString::from_vec_with_nul[_unchecked]Nathan Stocks-13/+9
2021-10-20Auto merge of #89978 - cjgillot:qarray, r=Mark-Simulacrumbors-538/+420
2021-10-20Address review.Camille GILLOT-8/+1
2021-10-20Inline DepNodeParams methods.Camille GILLOT-1/+18
2021-10-20Compute query vtable manually.Camille GILLOT-27/+29
2021-10-20Store node_intern_event_id in CurrentDepGraph.Camille GILLOT-22/+24
2021-10-20Build jump table at runtime.Camille GILLOT-130/+111
2021-10-20Invoke callbacks from rustc_middle.Camille GILLOT-47/+42
2021-10-20Merge two query callbacks arrays.Camille GILLOT-247/+180
2021-10-20Drop has_params.Camille GILLOT-40/+4
2021-10-20Make hash_result an Option.Camille GILLOT-41/+39
2021-10-20Move def_path_hash_to_def_id to rustc_middle.Camille GILLOT-28/+23
2021-10-20Avoid trivial lambdas.Camille GILLOT-4/+6
2021-10-20Add test to ensure that the missing_doc_code_examples is not triggered on for...Guillaume Gomez-1/+10
2021-10-20Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=...bors-7/+14
2021-10-20Add test for duplicated sidebar entries for reexported macroGuillaume Gomez-6/+19
2021-10-20Prevent invalid values from existing in Vec::swap_removeGiacomo Stevanato-3/+4
2021-10-20Add test for line-number settingGuillaume Gomez-0/+23
2021-10-20remove duplicate substEthan Brierley-1/+0
2021-10-20Auto merge of #89100 - petrochenkov:localbind, r=cjgillotbors-213/+145
2021-10-20Make `From` impls of NonZero integer const.woppopo-8/+13
2021-10-20use array explicitly instead of vec for const content (even if optimizer smar...klensy-3/+3
2021-10-20replace format!("") with String::new()klensy-1/+1
2021-10-19Don't emit a warning for empty rmeta files.Eric Huss-0/+9
2021-10-19Auto merge of #90067 - JohnTitor:rollup-afrjulz, r=JohnTitorbors-367/+637