| Age | Commit message (Expand) | Author | Lines |
| 2023-03-09 | Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum... | Matthias Krüger | -59/+106 |
| 2023-03-09 | fix broken collect-license-metadata | Pietro Albini | -2/+2 |
| 2023-03-09 | exhaustive match on implied bounds regions | Ali MJ Al-Nasrawy | -15/+8 |
| 2023-03-09 | feat/refactor: improve errors in case of ident with number at start | Ezra Shaw | -45/+68 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -461/+284 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -4/+0 |
| 2023-03-09 | add test | Ali MJ Al-Nasrawy | -0/+58 |
| 2023-03-09 | resolve regions before implied bounds | Ali MJ Al-Nasrawy | -5/+7 |
| 2023-03-09 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -144/+26 |
| 2023-03-09 | Remove `dep_node_index_of_opt` and `dep_node_index_of` | John Kåre Alsaker | -12/+2 |
| 2023-03-09 | Address comments | John Kåre Alsaker | -16/+14 |
| 2023-03-09 | Fix typo in span_map.rs | Ikko Eltociear Ashimine | -3/+3 |
| 2023-03-09 | Move dep graph methods to DepGraphData to avoid branches and `unwrap`s | John Kåre Alsaker | -164/+224 |
| 2023-03-09 | Auto merge of #108178 - cjgillot:ssa-deref, r=oli-obk | bors | -16/+294 |
| 2023-03-09 | Don't print all modified files if there's more than 10 | Joshua Nelson | -1/+7 |
| 2023-03-08 | Auto merge of #108919 - matthiaskrgr:rollup-g271pm2, r=matthiaskrgr | bors | -165/+465 |
| 2023-03-08 | panic_immediate_abort requires abort as a panic strategy | Tomasz Miąsko | -0/+3 |
| 2023-03-08 | lintcheck: use multithreading unless --fix or --recursive is used | Samuel Tardieu | -5/+14 |
| 2023-03-09 | fix multiple definition binding in match to let-else | hkalbasi | -22/+63 |
| 2023-03-08 | Add auto notification for changes to stable mir | Celina G. Val | -0/+4 |
| 2023-03-08 | Rollup merge of #108916 - fmease:rm-unused-ret-val, r=compiler-errors | Matthias Krüger | -8/+4 |
| 2023-03-08 | Rollup merge of #108911 - GuillaumeGomez:improve-rustdoc-gui-tester-code, r=n... | Matthias Krüger | -23/+25 |
| 2023-03-08 | Rollup merge of #108898 - ferrocene:pa-libc-check-cfg, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2023-03-08 | Rollup merge of #108882 - compiler-errors:E0740, r=eholk | Matthias Krüger | -67/+101 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -3/+1 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -4/+0 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -344/+33 |
| 2023-03-08 | Rollup merge of #108839 - compiler-errors:canonicalize-the-root-var, r=lcnr | Matthias Krüger | -15/+104 |
| 2023-03-08 | Rollup merge of #108759 - workingjubilee:pedantically-correct-release-notes-f... | Matthias Krüger | -1/+3 |
| 2023-03-08 | Rollup merge of #108754 - compiler-errors:retry, r=oli-obk | Matthias Krüger | -3/+5 |
| 2023-03-08 | Rollup merge of #108903 - rust-lang:pa-fix-clippy-tests, r=flip1995 | Matthias Krüger | -0/+0 |
| 2023-03-08 | Rollup merge of #108901 - LYF1999:yf/108897, r=lcnr | Matthias Krüger | -2/+47 |
| 2023-03-08 | Rollup merge of #108887 - nnethercote:rename-MapInPlace, r=lqd | Matthias Krüger | -15/+8 |
| 2023-03-08 | Rollup merge of #108884 - compiler-errors:tweak-illegal-copy-impl-message, r=... | Matthias Krüger | -62/+62 |
| 2023-03-08 | Rollup merge of #108883 - compiler-errors:post-norm-copy-err, r=BoxyUwU | Matthias Krüger | -1/+49 |
| 2023-03-08 | Rollup merge of #108873 - WaffleLapkin:cmp, r=cjgillot | Matthias Krüger | -16/+10 |
| 2023-03-08 | Rollup merge of #108846 - celinval:smir-poc, r=oli-obk | Matthias Krüger | -66/+274 |
| 2023-03-08 | Rollup merge of #108686 - notriddle:notriddle/jank-all, r=jsha | Matthias Krüger | -3/+15 |
| 2023-03-08 | Auto merge of #108665 - weihanglo:update-cargo, r=weihanglo | bors | -59/+730 |
| 2023-03-08 | Update Cranelift to 0.93.1 | bjorn3 | -12/+12 |
| 2023-03-08 | Update src/librustdoc/html/static/js/storage.js | Michael Howell | -1/+1 |
| 2023-03-08 | Update browser-ui-test version | Michael Howell | -5/+5 |
| 2023-03-08 | rustdoc: fix test case for custom themes | Michael Howell | -1/+1 |
| 2023-03-08 | Fix eslint errors | Guillaume Gomez | -0/+1 |
| 2023-03-08 | Only load one CSS theme by default | Michael Howell | -53/+99 |
| 2023-03-09 | Consider target_family as pal | Ayush Singh | -0/+3 |
| 2023-03-08 | Improve rustdoc-gui/tester.js code a bit | Guillaume Gomez | -23/+25 |
| 2023-03-08 | Update cargo | Weihang Lo | -0/+0 |
| 2023-03-08 | clean-up: remove unused return value in typeck | León Orell Valerian Liehr | -8/+4 |
| 2023-03-08 | Remove useless parameter to operand_from_scalar. | Camille GILLOT | -14/+5 |