about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-09Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum...Matthias Krüger-59/+106
2023-03-09fix broken collect-license-metadataPietro Albini-2/+2
2023-03-09exhaustive match on implied bounds regionsAli MJ Al-Nasrawy-15/+8
2023-03-09feat/refactor: improve errors in case of ident with number at startEzra Shaw-45/+68
2023-03-09Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgrbors-461/+284
2023-03-09Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgrbors-4/+0
2023-03-09add testAli MJ Al-Nasrawy-0/+58
2023-03-09resolve regions before implied boundsAli MJ Al-Nasrawy-5/+7
2023-03-09remove obsolete `givens` from regionckAli MJ Al-Nasrawy-144/+26
2023-03-09Remove `dep_node_index_of_opt` and `dep_node_index_of`John Kåre Alsaker-12/+2
2023-03-09Address commentsJohn Kåre Alsaker-16/+14
2023-03-09Fix typo in span_map.rsIkko Eltociear Ashimine-3/+3
2023-03-09Move dep graph methods to DepGraphData to avoid branches and `unwrap`sJohn Kåre Alsaker-164/+224
2023-03-09Auto merge of #108178 - cjgillot:ssa-deref, r=oli-obkbors-16/+294
2023-03-09Don't print all modified files if there's more than 10Joshua Nelson-1/+7
2023-03-08Auto merge of #108919 - matthiaskrgr:rollup-g271pm2, r=matthiaskrgrbors-165/+465
2023-03-08panic_immediate_abort requires abort as a panic strategyTomasz Miąsko-0/+3
2023-03-08lintcheck: use multithreading unless --fix or --recursive is usedSamuel Tardieu-5/+14
2023-03-09fix multiple definition binding in match to let-elsehkalbasi-22/+63
2023-03-08Add auto notification for changes to stable mirCelina G. Val-0/+4
2023-03-08Rollup merge of #108916 - fmease:rm-unused-ret-val, r=compiler-errorsMatthias Krüger-8/+4
2023-03-08Rollup merge of #108911 - GuillaumeGomez:improve-rustdoc-gui-tester-code, r=n...Matthias Krüger-23/+25
2023-03-08Rollup merge of #108898 - ferrocene:pa-libc-check-cfg, r=Mark-SimulacrumMatthias Krüger-0/+9
2023-03-08Rollup merge of #108882 - compiler-errors:E0740, r=eholkMatthias Krüger-67/+101
2023-03-08Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiaskoMatthias Krüger-3/+1
2023-03-08Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiaskoMatthias Krüger-4/+0
2023-03-08Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiaskoMatthias Krüger-344/+33
2023-03-08Rollup merge of #108839 - compiler-errors:canonicalize-the-root-var, r=lcnrMatthias Krüger-15/+104
2023-03-08Rollup merge of #108759 - workingjubilee:pedantically-correct-release-notes-f...Matthias Krüger-1/+3
2023-03-08Rollup merge of #108754 - compiler-errors:retry, r=oli-obkMatthias Krüger-3/+5
2023-03-08Rollup merge of #108903 - rust-lang:pa-fix-clippy-tests, r=flip1995Matthias Krüger-0/+0
2023-03-08Rollup merge of #108901 - LYF1999:yf/108897, r=lcnrMatthias Krüger-2/+47
2023-03-08Rollup merge of #108887 - nnethercote:rename-MapInPlace, r=lqdMatthias Krüger-15/+8
2023-03-08Rollup merge of #108884 - compiler-errors:tweak-illegal-copy-impl-message, r=...Matthias Krüger-62/+62
2023-03-08Rollup merge of #108883 - compiler-errors:post-norm-copy-err, r=BoxyUwUMatthias Krüger-1/+49
2023-03-08Rollup merge of #108873 - WaffleLapkin:cmp, r=cjgillotMatthias Krüger-16/+10
2023-03-08Rollup merge of #108846 - celinval:smir-poc, r=oli-obkMatthias Krüger-66/+274
2023-03-08Rollup merge of #108686 - notriddle:notriddle/jank-all, r=jshaMatthias Krüger-3/+15
2023-03-08Auto merge of #108665 - weihanglo:update-cargo, r=weihanglobors-59/+730
2023-03-08Update Cranelift to 0.93.1bjorn3-12/+12
2023-03-08Update src/librustdoc/html/static/js/storage.jsMichael Howell-1/+1
2023-03-08Update browser-ui-test versionMichael Howell-5/+5
2023-03-08rustdoc: fix test case for custom themesMichael Howell-1/+1
2023-03-08Fix eslint errorsGuillaume Gomez-0/+1
2023-03-08Only load one CSS theme by defaultMichael Howell-53/+99
2023-03-09Consider target_family as palAyush Singh-0/+3
2023-03-08Improve rustdoc-gui/tester.js code a bitGuillaume Gomez-23/+25
2023-03-08Update cargoWeihang Lo-0/+0
2023-03-08clean-up: remove unused return value in typeckLeón Orell Valerian Liehr-8/+4
2023-03-08Remove useless parameter to operand_from_scalar.Camille GILLOT-14/+5