| Age | Commit message (Expand) | Author | Lines |
| 2021-12-16 | add a panicking example | Jane Lusby | -4/+51 |
| 2021-12-16 | Update report output and fix examples | Jane Lusby | -82/+245 |
| 2021-12-14 | Update std::error::Report based on feedback | Jane Lusby | -81/+171 |
| 2021-10-27 | Fix broken doctest | Sean Chen | -2/+2 |
| 2021-10-27 | Format doctest | Sean Chen | -45/+10 |
| 2021-10-27 | Add `rust` annotation to doctest | Sean Chen | -1/+1 |
| 2021-10-27 | Attempt to fix tidy errors | Sean Chen | -79/+345 |
| 2021-10-22 | Change `source` field to `error` | Sean Chen | -8/+8 |
| 2021-10-22 | Have `pretty` and `show_backtrace` accept booleans | Sean Chen | -5/+5 |
| 2021-10-22 | Try commiting again | Sean Chen | -1/+244 |
| 2021-10-21 | Auto merge of #90130 - Mark-Simulacrum:revert-namebinding, r=oli-obk | bors | -145/+213 |
| 2021-10-21 | Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot" | Mark Rousskov | -145/+213 |
| 2021-10-21 | Auto merge of #90119 - JohnTitor:rollup-e5t6khz, r=JohnTitor | bors | -342/+227 |
| 2021-10-21 | Rollup merge of #90099 - SkiFire13:fix-vec-swap-remove, r=dtolnay | Yuki Okushi | -3/+4 |
| 2021-10-21 | Rollup merge of #90098 - GuillaumeGomez:add-test-foreign-impl-missing-doc-cod... | Yuki Okushi | -1/+10 |
| 2021-10-21 | Rollup merge of #90097 - GuillaumeGomez:duplicated-sidebar-entry-reexported-m... | Yuki Okushi | -6/+19 |
| 2021-10-21 | Rollup merge of #90077 - woppopo:const_nonzero_from, r=oli-obk | Yuki Okushi | -8/+13 |
| 2021-10-21 | Rollup merge of #90074 - klensy:upvar-all, r=wesleywiser | Yuki Okushi | -4/+4 |
| 2021-10-21 | Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk | Yuki Okushi | -260/+47 |
| 2021-10-21 | Rollup merge of #90048 - GuillaumeGomez:line-number-setting, r=jsha | Yuki Okushi | -1/+24 |
| 2021-10-21 | Rollup merge of #90031 - durin42:allow-llvm-tests, r=Mark-Simulacrum | Yuki Okushi | -1/+13 |
| 2021-10-21 | Rollup merge of #90029 - tgnottingham:incr-debug-logging-test, r=Mark-Simulacrum | Yuki Okushi | -4/+25 |
| 2021-10-21 | Rollup merge of #90010 - rusticstuff:vecdeque_with_capacity_in_overflow, r=m-... | Yuki Okushi | -1/+1 |
| 2021-10-21 | Rollup merge of #89292 - CleanCut:stabilize-cstring_from_vec_with_nul, r=John... | Yuki Okushi | -13/+9 |
| 2021-10-21 | Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnr | Yuki Okushi | -29/+25 |
| 2021-10-21 | Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahc | Yuki Okushi | -1/+1 |
| 2021-10-21 | Rollup merge of #86984 - Smittyvb:ipv4-octal-zero, r=m-ou-se | Yuki Okushi | -10/+32 |
| 2021-10-21 | Auto merge of #90072 - ehuss:empty-rmeta-no-warn, r=Mark-Simulacrum | bors | -0/+9 |
| 2021-10-21 | Auto merge of #89998 - camelid:box-default, r=jyn514 | bors | -13/+17 |
| 2021-10-20 | fix 'since' version number | Nathan Stocks | -1/+1 |
| 2021-10-20 | stabilize CString::from_vec_with_nul[_unchecked] | Nathan Stocks | -13/+9 |
| 2021-10-20 | Auto merge of #89978 - cjgillot:qarray, r=Mark-Simulacrum | bors | -538/+420 |
| 2021-10-20 | Address review. | Camille GILLOT | -8/+1 |
| 2021-10-20 | Inline DepNodeParams methods. | Camille GILLOT | -1/+18 |
| 2021-10-20 | Compute query vtable manually. | Camille GILLOT | -27/+29 |
| 2021-10-20 | Store node_intern_event_id in CurrentDepGraph. | Camille GILLOT | -22/+24 |
| 2021-10-20 | Build jump table at runtime. | Camille GILLOT | -130/+111 |
| 2021-10-20 | Invoke callbacks from rustc_middle. | Camille GILLOT | -47/+42 |
| 2021-10-20 | Merge two query callbacks arrays. | Camille GILLOT | -247/+180 |
| 2021-10-20 | Drop has_params. | Camille GILLOT | -40/+4 |
| 2021-10-20 | Make hash_result an Option. | Camille GILLOT | -41/+39 |
| 2021-10-20 | Move def_path_hash_to_def_id to rustc_middle. | Camille GILLOT | -28/+23 |
| 2021-10-20 | Avoid trivial lambdas. | Camille GILLOT | -4/+6 |
| 2021-10-20 | Add test to ensure that the missing_doc_code_examples is not triggered on for... | Guillaume Gomez | -1/+10 |
| 2021-10-20 | Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=... | bors | -7/+14 |
| 2021-10-20 | Add test for duplicated sidebar entries for reexported macro | Guillaume Gomez | -6/+19 |
| 2021-10-20 | Prevent invalid values from existing in Vec::swap_remove | Giacomo Stevanato | -3/+4 |
| 2021-10-20 | Add test for line-number setting | Guillaume Gomez | -0/+23 |
| 2021-10-20 | remove duplicate subst | Ethan Brierley | -1/+0 |
| 2021-10-20 | Auto merge of #89100 - petrochenkov:localbind, r=cjgillot | bors | -213/+145 |