about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-29/+29
2020-09-23Auto merge of #77090 - rust-lang:revert-76110-convert-openoptions-cint, r=dto...bors-35/+0
2020-09-23Auto merge of #76864 - est31:downloaded_llvm_no_clone_sources, r=Mark-Simulacrumbors-2/+3
2020-09-23Auto merge of #76659 - simonvandel:76432, r=oli-obkbors-21/+154
2020-09-23Auto merge of #76850 - ecstatic-morse:const-checking-refactor, r=oli-obkbors-259/+791
2020-09-22Revert "Function to convert OpenOptions to c_int"Joshua Nelson-35/+0
2020-09-23Auto merge of #77063 - cuviper:llvm-11.0.0-rc3, r=nikicbors-1/+1
2020-09-22Auto merge of #76928 - lcnr:opaque-types-cache, r=tmandrybors-68/+83
2020-09-22Auto merge of #76810 - Mark-Simulacrum:fix-lld-macos, r=alexcrichtonbors-18/+13
2020-09-22Use correct feature gate for unsizing castsDylan MacKenzie-5/+1
2020-09-22Add `#![feature(const_fn_transmute)]` to `rustc_ast`Dylan MacKenzie-0/+1
2020-09-22Rebase LLVM onto 11.0.0-rc3Josh Stone-1/+1
2020-09-22Replace missing commentDylan MacKenzie-0/+2
2020-09-22Use the same name everywhere for `is_const_stable_const_fn`Dylan MacKenzie-2/+4
2020-09-22Bless compile-failDylan MacKenzie-3/+1
2020-09-22Bless testsDylan MacKenzie-159/+200
2020-09-22Update const-checker to replicate `qualify_min_const_fn`Dylan MacKenzie-73/+268
2020-09-22Add structured errors for `qualify_min_const_fn` checksDylan MacKenzie-3/+220
2020-09-22Allow errors to abort const checking when emittedDylan MacKenzie-4/+22
2020-09-22Return `true` if `check_const` emits an errorDylan MacKenzie-7/+11
2020-09-22Add const-stability helpersDylan MacKenzie-10/+45
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+22
2020-09-22Useful derives on `ops::Status`Dylan MacKenzie-0/+1
2020-09-22Auto merge of #76110 - FedericoPonzi:convert-openoptions-cint, r=JoshTriplettbors-0/+35
2020-09-22Auto merge of #76626 - jyn514:x.py-changelog, r=Mark-Simulacrumbors-1/+96
2020-09-22enable unstable open_options_ext_as_flags feature in doc commentsFederico Ponzi-0/+1
2020-09-22Auto merge of #76906 - Nicholas-Baron:shorten_typeck_check, r=oli-obkbors-4972/+5090
2020-09-22Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichtonbors-16/+90
2020-09-22Auto merge of #77039 - ecstatic-morse:rollup-qv3jj4a, r=ecstatic-morsebors-322/+762
2020-09-21Rollup merge of #77032 - lcnr:visit-all-the-item-likes, r=davidtwcoecstatic-morse-2/+50
2020-09-21Rollup merge of #77022 - Juici:master, r=lcnrecstatic-morse-82/+55
2020-09-21Rollup merge of #76914 - lcnr:path-no-more, r=ecstatic-morseecstatic-morse-8/+83
2020-09-21Rollup merge of #76888 - matthiaskrgr:clippy_single_match_2, r=Dylan-DPCecstatic-morse-58/+28
2020-09-21Rollup merge of #76807 - ecstatic-morse:const-checking-staged-api, r=oli-obkecstatic-morse-71/+172
2020-09-21Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomezecstatic-morse-19/+22
2020-09-21Rollup merge of #76655 - CDirkx:const-pin, r=ecstatic-morseecstatic-morse-16/+59
2020-09-21Rollup merge of #76581 - lcnr:bound-too-generic, r=eddybecstatic-morse-6/+128
2020-09-21Rollup merge of #76489 - GuillaumeGomez:add-explanation-e0756, r=jyn514ecstatic-morse-1/+31
2020-09-21Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnayecstatic-morse-0/+97
2020-09-21Rollup merge of #76150 - matklad:droporder, r=withoutboatsecstatic-morse-36/+19
2020-09-21Rollup merge of #76131 - Aaron1011:fix/pretty-print-zip, r=lcnrecstatic-morse-8/+5
2020-09-21Rollup merge of #72734 - pickfire:liballoc, r=KodrAusecstatic-morse-15/+13
2020-09-22Auto merge of #76913 - vandenheuvel:performance_debug, r=lcnrbors-3/+6
2020-09-21Auto merge of #76683 - simonvandel:inst-combine-deref, r=oli-obkbors-12/+506
2020-09-22lint missing docs for extern itemsBastian Kauschke-2/+50
2020-09-21Run the test with explicit -O such that Add is generated instead of CheckedAddSimon Vandel Sillesen-197/+198
2020-09-21Add optimization to avoid load of addressSimon Vandel Sillesen-12/+505
2020-09-21Auto merge of #77003 - joshtriplett:remove-duplicate-link-libraries, r=Mark-S...bors-4/+0
2020-09-21Don't use `zip` to compare iterators during pretty-print hackAaron Hill-8/+5
2020-09-21Add explanation for E0756Guillaume Gomez-1/+31