| Age | Commit message (Expand) | Author | Lines |
| 2021-10-28 | Add comments to hygiene tests | Matthew Jasper | -4/+37 |
| 2021-10-28 | Remove `ModData` from rustc_metadata | Matthew Jasper | -13/+5 |
| 2021-10-24 | Add more tests for cross-crate hygiene | Matthew Jasper | -0/+465 |
| 2021-10-21 | Don't suggest importing items with hygienic names | Matthew Jasper | -1/+3 |
| 2021-10-21 | Handle cross-crate module `ExpnId`s consistently | Matthew Jasper | -12/+13 |
| 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 |
| 2021-10-20 | Make `From` impls of NonZero integer const. | woppopo | -8/+13 |
| 2021-10-20 | use array explicitly instead of vec for const content (even if optimizer smar... | klensy | -3/+3 |
| 2021-10-20 | replace format!("") with String::new() | klensy | -1/+1 |
| 2021-10-19 | Don't emit a warning for empty rmeta files. | Eric Huss | -0/+9 |
| 2021-10-19 | Auto merge of #90067 - JohnTitor:rollup-afrjulz, r=JohnTitor | bors | -367/+637 |