about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-04-04Rollup merge of #109896 - Nilstrieb:integers-are-not-fn-ptrs-remember-this-de...Yuki Okushi-8/+24
2023-04-04Rollup merge of #109889 - ferrocene:pa-update-books, r=ehussYuki Okushi-0/+0
2023-04-04Rollup merge of #109883 - skaunov:patch-1, r=thomccYuki Okushi-1/+1
2023-04-04Rollup merge of #109783 - jyn514:dev-guide-links, r=Mark-SimulacrumYuki Okushi-2/+1
2023-04-03Auto merge of #109819 - scottmcm:index-slice, r=WaffleLapkinbors-118/+168
2023-04-03Never consider int and float vars for `FnPtr` candidatesNilstrieb-8/+24
2023-04-03Auto merge of #109756 - cr1901:msp-shift, r=Mark-Simulacrumbors-3/+3
2023-04-03update rust-by-examplePietro Albini-0/+0
2023-04-03update rustc dev guidePietro Albini-0/+0
2023-04-03Auto merge of #108448 - ishitatsuyuki:binary-heap, r=Mark-Simulacrumbors-51/+19
2023-04-03update bookPietro Albini-0/+0
2023-04-03Auto merge of #109884 - matthiaskrgr:rollup-5wapig9, r=matthiaskrgrbors-97/+119
2023-04-03Rollup merge of #109873 - jyn514:subdirectories, r=compiler-errorsMatthias Krüger-1/+1
2023-04-03Rollup merge of #109871 - Mark-Simulacrum:metrics-timestamp, r=ozkanonurMatthias Krüger-1/+12
2023-04-03Rollup merge of #109868 - jyn514:ci-names, r=Mark-SimulacrumMatthias Krüger-6/+6
2023-04-03Rollup merge of #109856 - bvanjoi:fix-issue-109304, r=compiler-errorsMatthias Krüger-81/+26
2023-04-03Rollup merge of #109722 - hermitcore:read, r=Mark-SimulacrumMatthias Krüger-7/+24
2023-04-03Rollup merge of #109642 - lenko-d:rust_codegen-backends_interacts_confusingly...Matthias Krüger-1/+43
2023-04-03Rollup merge of #109526 - bzEq:aix-libpath, r=Mark-SimulacrumMatthias Krüger-0/+7
2023-04-03Add links to <cell.rs>Sergey Kaunov-1/+1
2023-04-03Auto merge of #108288 - ozkanonur:hotfix-90244, r=Mark-Simulacrumbors-0/+7
2023-04-03fix(middle): emit error rather than delay bug when reaching limitbohan-81/+26
2023-04-03Auto merge of #109770 - jyn514:run-make-fulldeps, r=Mark-Simulacrumbors-95/+226
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-118/+168
2023-04-02Move some UI tests into subdirectoriesjyn-1/+1
2023-04-02Include invocation start timesMark Rousskov-1/+12
2023-04-02Improve job names in Github Actions previewjyn-6/+6
2023-04-02try to fix test-variousjyn-1/+4
2023-04-02Auto merge of #109849 - scottmcm:more-fieldidx-rebase, r=oli-obkbors-46/+51
2023-04-02fix `build --stage 2 compiler/rustc` panicozkanonur-0/+7
2023-04-02Auto merge of #109811 - jyn514:symlink-fixes, r=Mark-Simulacrumbors-11/+12
2023-04-02Replace any existing `build/host` symlinkJynn Nelson-11/+12
2023-04-02Auto merge of #109008 - clubby789:drop-elaborate-array, r=davidtwcobors-18/+70
2023-04-02Auto merge of #109852 - Nilstrieb:rollup-g3mgxxw, r=Nilstriebbors-66/+44
2023-04-02Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=NilstriebNilstrieb-30/+21
2023-04-02Rollup merge of #109844 - matthiaskrgr:clippy2023_04, r=NilstriebNilstrieb-33/+20
2023-04-02Rollup merge of #109840 - taiki-e:typo, r=ChrisDentonNilstrieb-1/+1
2023-04-02Rollup merge of #109839 - sartak:iter-grammar, r=scottmcmNilstrieb-2/+2
2023-04-02Auto merge of #109701 - Amanieu:binaryheap_retain, r=ChrisDentonbors-3/+1
2023-04-02Auto merge of #109836 - clubby789:param-non-exhaustive, r=Nilstriebbors-1/+35
2023-04-01Use `FieldIdx` in various things related to aggregatesScott McMurray-46/+51
2023-04-02Auto merge of #109834 - Nilstrieb:mailmap-myself, r=Mark-Simulacrumbors-0/+1
2023-04-01Auto merge of #109833 - klensy:bs-tty, r=Mark-Simulacrumbors-38/+42
2023-04-01slighty simplify a few boolean expressions (clippy::nonminimal_bool)Matthias Krüger-5/+4
2023-04-01use and_then/flat_map for map().flatten()Matthias Krüger-10/+7
2023-04-01fix clippy::iter_kv_mapMatthias Krüger-15/+10
2023-04-01a couple clippy::complexity fixesMatthias Krüger-33/+20
2023-04-01Auto merge of #109483 - joboet:optimize_lazycell, r=Mark-Simulacrumbors-11/+77
2023-04-01Fix `non_exhaustive_omitted_patterns` on argumentsclubby789-1/+35
2023-04-01Auto merge of #109835 - ehuss:update-cargo, r=ehussbors-25/+87