about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-23Add tests for `const_slice_from_ref` and `const_array_from_ref`Maybe Waffle-0/+15
2021-10-23Fill tracking issue for `const_slice_from_ref` and `const_array_from_ref`Maybe Waffle-4/+4
2021-10-22Mark {array,slice}::{from_ref,from_mut} as const fnMaybe Waffle-4/+10
2021-10-17Auto merge of #88652 - AGSaidi:linux-aarch64-should-be-actually-monotonic, r=...bors-0/+15
2021-10-17Auto merge of #89968 - JohnTitor:rollup-z51n967, r=JohnTitorbors-43/+23
2021-10-17Rollup merge of #89958 - nhamovitz:patch-1, r=nagisaYuki Okushi-1/+1
2021-10-17Rollup merge of #89953 - woppopo:option_const_as_mut, r=oli-obkYuki Okushi-1/+11
2021-10-17Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obkYuki Okushi-11/+9
2021-10-17Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelidYuki Okushi-1/+0
2021-10-17Rollup merge of #89886 - alexcrichton:update-wasi-libc, r=kennytmYuki Okushi-1/+1
2021-10-17Rollup merge of #89849 - rusticstuff:remove-xcode-select, r=Mark-SimulacrumYuki Okushi-28/+0
2021-10-17Rollup merge of #89507 - lopopolo:lopopolo/ordering-repr-i8, r=joshtriplettYuki Okushi-0/+1
2021-10-16Correct typonhamovitz-1/+1
2021-10-16Remove FIXME since there is nothing to be fixed.Guillaume Gomez-1/+0
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-729/+775
2021-10-16clippy::complexity changesMatthias Krüger-11/+9
2021-10-17Add `#![cfg_attr(bootstrap, feature(const_panic))]` to `library/core/tests/li...woppopo-0/+1
2021-10-17Make Option::as_mut constwoppopo-1/+10
2021-10-16Auto merge of #89939 - matthiaskrgr:rollup-q3lrdck, r=matthiaskrgrbors-184/+235
2021-10-16Rollup merge of #89925 - gilescope:update-docs-atomic-usage, r=m-ou-seMatthias Krüger-1/+1
2021-10-16Rollup merge of #89921 - joshuaseaton:zircon-process, r=tmandryMatthias Krüger-4/+7
2021-10-16Rollup merge of #89918 - JohnTitor:gats-tests, r=jackh726Matthias Krüger-0/+55
2021-10-16Rollup merge of #89915 - jackh726:outlives_cleanup, r=nikomatsakisMatthias Krüger-115/+100
2021-10-16Rollup merge of #89914 - jackh726:gat_genericboundfailure, r=estebankMatthias Krüger-17/+22
2021-10-16Rollup merge of #89912 - davidtwco:issue-89280-split-lines-multiple-lines, r=...Matthias Krüger-1/+34
2021-10-16Rollup merge of #89906 - yuvaldolev:move-format-version-to-rustdoc-json-types...Matthias Krüger-1/+4
2021-10-16Rollup merge of #89902 - rusticstuff:outline-atomics-linux-only, r=workingjub...Matthias Krüger-0/+1
2021-10-16Rollup merge of #89898 - Amanieu:remove_alloc_prelude, r=joshtriplettMatthias Krüger-34/+4
2021-10-16Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli...Matthias Krüger-11/+7
2021-10-15Auto merge of #85379 - mdaverde:uds-abstract, r=joshtriplettbors-4/+416
2021-10-15updating docs to reflect current situationGiles Cope-1/+1
2021-10-15Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnaybors-29/+16
2021-10-15[fuchsia] Update process info structJoshua Seaton-4/+7
2021-10-16Add some GATs related regression testsYuki Okushi-0/+55
2021-10-15Move some outlives bounds things from rustc_trait_selection to rustc_typeckjackh726-59/+55
2021-10-15Use LocalDefId directly in more places in wfcheckjackh726-35/+22
2021-10-15Move push_outlives_components to rustc_inferjackh726-21/+23
2021-10-15Auto merge of #89337 - mbrubeck:vec-leak, r=m-ou-sebors-3/+5
2021-10-15Emit impl difference error for GenericBoundFailure toojackh726-17/+22
2021-10-15emitter: current substitution can be multi-lineDavid Wood-1/+34
2021-10-15Auto merge of #88717 - tabokie:vecdeque-fast-append, r=m-ou-sebors-2/+30
2021-10-15Add missing bcrypt.lib to make-fulldeps Makefile.Mara Bos-2/+2
2021-10-15Use BCryptGenRandom instead of RtlGenRandom on Windows.Mara Bos-27/+14
2021-10-15Auto merge of #88540 - ibraheemdev:swap-unchecked, r=kennytmbors-13/+85
2021-10-15Moved format-version constant to rustdoc-json-typesYuval Dolev-1/+4
2021-10-15Fix clippy with changed macro statement spansCameron Steffen-130/+126
2021-10-15Bless testsCameron Steffen-554/+575
2021-10-15Guess semicolon span for macro statementsCameron Steffen-2/+45
2021-10-15Remove trailing semicolon from macro call spanCameron Steffen-27/+19
2021-10-15Remove redundant matchingCameron Steffen-16/+10