about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-12-16add a panicking exampleJane Lusby-4/+51
2021-12-16Update report output and fix examplesJane Lusby-82/+245
2021-12-14Update std::error::Report based on feedbackJane Lusby-81/+171
2021-10-27Fix broken doctestSean Chen-2/+2
2021-10-27Format doctestSean Chen-45/+10
2021-10-27Add `rust` annotation to doctestSean Chen-1/+1
2021-10-27Attempt to fix tidy errorsSean Chen-79/+345
2021-10-22Change `source` field to `error`Sean Chen-8/+8
2021-10-22Have `pretty` and `show_backtrace` accept booleansSean Chen-5/+5
2021-10-22Try commiting againSean Chen-1/+244
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