about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-10-07Rollup merge of #89298 - gcohara:issue89193, r=workingjubileeGuillaume Gomez-0/+51
2021-10-07Auto merge of #89534 - camsteffen:diag-name, r=oli-obkbors-0/+11
2021-10-07Add tests for panic and [debug_]assert in Rust 2021.Mara Bos-0/+125
2021-10-07Auto merge of #86525 - shamatar:array_len_opt, r=oli-obkbors-9/+690
2021-10-07Remove untracked vtable-const-allocation cache from tcxMichael Woerister-0/+27
2021-10-07Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyupflip1995-2940/+4259
2021-10-06Let unicode-table-generator fail gracefully for bitsetsJosh Stone-4/+6
2021-10-06Redo #81358 in unicode-table-generatorJosh Stone-7/+15
2021-10-06Auto merge of #89608 - Manishearth:rollup-m7kd76f, r=Manishearthbors-170/+530
2021-10-06Enable AutoFDO.Michael Benfield-0/+45
2021-10-06Rollup merge of #89591 - infinity0:master, r=AmanieuManish Goregaokar-0/+1
2021-10-06Rollup merge of #89588 - BoxyUwU:add_a_test_uwu, r=lcnrManish Goregaokar-0/+29
2021-10-06Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726Manish Goregaokar-6/+44
2021-10-06Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar-122/+264
2021-10-06Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwcoManish Goregaokar-39/+188
2021-10-06Rollup merge of #89329 - tmiasko:print-type-sizes-no-fields, r=jackh726Manish Goregaokar-1/+2
2021-10-06Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-seManish Goregaokar-2/+2
2021-10-06Simplify AttributesExt::cfg function and remove error emissions since they ar...Guillaume Gomez-27/+45
2021-10-06Bless testsCameron Steffen-0/+11
2021-10-06opt-level >= 4Alexander-1/+1
2021-10-06Clean up code a bit:Guillaume Gomez-8/+16
2021-10-06Do not re-hash foreign spans.Camille GILLOT-0/+11
2021-10-06run remaining testsAlexander-9/+17
2021-10-06tidyAlexander-1/+1
2021-10-06Get rid of broken `ct-ng oldconfig` everywhere and directly provide a suitabl...Hans Kratz-20/+8
2021-10-06add MIR artifactsAlexander-3/+626
2021-10-06reset and cleanupAlexander-0/+50
2021-10-06add platform support details file for armv7-unknown-linux-uclibcJonah Petri-0/+66
2021-10-06Add new target armv7-unknown-linux-uclibceabihfYannick Koehler-0/+1
2021-10-06Switch to our own mirror of libislMark Rousskov-4/+4
2021-10-06Revert the rustc_error_codes changes.Mukund Lakshman-3/+3
2021-10-06Restore h1 styles, which got accidentally removed.Mukund Lakshman-3/+3
2021-10-06fix: alloc-optimisation is only for rust llvmXimin Luo-0/+1
2021-10-06Auto merge of #89323 - estebank:derive-binop, r=petrochenkovbors-39/+458
2021-10-06testEllen-0/+29
2021-10-06Add regression test for ice 89574Gary Guo-10/+41
2021-10-05Add tracking issueSamuel E. Moelius III-2/+4
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-39/+458
2021-10-05Issue 89275 fix and testTom Farmer-1/+45
2021-10-05Rollup merge of #89532 - ecstatic-morse:maybe-live-locals-enum, r=oli-obk,tmi...Manish Goregaokar-0/+32
2021-10-05Rollup merge of #89523 - Aaron1011:derive-future-compat, r=wesleywiserManish Goregaokar-0/+72
2021-10-05Rollup merge of #89442 - GuillaumeGomez:duplicated-doc-alias, r=estebankManish Goregaokar-0/+33
2021-10-05Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwUManish Goregaokar-9/+17
2021-10-05Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726Manish Goregaokar-0/+60
2021-10-05Rollup merge of #88706 - ThePuzzlemaker:issue-88609, r=jackh726Manish Goregaokar-0/+19
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-39/+188
2021-10-05Add test case for `doc_cfg_hide` feature gateJoshua Nelson-0/+21
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-9/+68
2021-10-05Make cfg implicitly imply doc(cfg)Wim Looman-9/+92
2021-10-05Auto merge of #89266 - cjgillot:session-ich, r=michaelwoeristerbors-5/+5