about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-10-04Rollup merge of #88816 - dns2utf8:rustdoc_test_gui_2k_constants, r=GuillaumeG...Manish Goregaokar-22/+44
2021-10-04Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514Manish Goregaokar-3/+39
2021-10-04Rollup merge of #89536 - RalfJung:miri, r=RalfJungJubilee-9/+7
2021-10-04Rollup merge of #89511 - lnicola:rust-analyzer-2021-10-04, r=lnicolaJubilee-17/+18
2021-10-04Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwcoJubilee-34/+99
2021-10-04Rollup merge of #89487 - FabianWolff:issue-89396, r=petrochenkovJubilee-0/+52
2021-10-04Rollup merge of #89480 - hameerabbasi:issue-89118-test, r=jackh726Jubilee-0/+95
2021-10-04Rollup merge of #89478 - zvavybir:master, r=jyn514Jubilee-3/+3
2021-10-04Rollup merge of #89474 - camelid:better-pass-name, r=jyn514Jubilee-14/+14
2021-10-04Rollup merge of #89473 - FabianWolff:issue-89469, r=joshtriplettJubilee-0/+20
2021-10-04Rollup merge of #89456 - cuviper:llvm-13, r=nikicJubilee-0/+0
2021-10-04Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakisJubilee-0/+42
2021-10-04Rollup merge of #88090 - nbdd0121:inference, r=nikomatsakisJubilee-12/+66
2021-10-04Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplettJubilee-17/+0
2021-10-04update MiriRalf Jung-9/+7
2021-10-04Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplettJubilee-200/+87
2021-10-04Rollup merge of #89500 - FabianWolff:issue-87308, r=petrochenkovJubilee-0/+26
2021-10-04Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebankJubilee-139/+139
2021-10-04Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisaJubilee-77/+77
2021-10-04Rollup merge of #89447 - FabianWolff:issue-89388, r=davidtwcoJubilee-0/+15
2021-10-04Rollup merge of #89444 - notriddle:notriddle/contains-str, r=jyn514Jubilee-2/+2
2021-10-04Rollup merge of #88451 - theo-lw:issue-87771, r=jackh726Jubilee-0/+13
2021-10-04Rollup merge of #83655 - sebpop:arm64-outline-atomics, r=workingjubileeJubilee-0/+16
2021-10-04Auto merge of #89489 - FabianWolff:issue-89485, r=oli-obkbors-0/+18
2021-10-04Stabilize try_reserveKornel-17/+0
2021-10-04Stabilize `const_panic`Jacob Pratt-200/+87
2021-10-03Rollup merge of #89505 - Aaron1011:nll-const-test, r=Mark-SimulacrumManish Goregaokar-0/+20
2021-10-03Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnayManish Goregaokar-0/+10
2021-10-03Rollup merge of #89467 - tniessen:rustdoc-unecessary, r=jyn514Manish Goregaokar-3/+3
2021-10-04:arrow_up: rust-analyzerLaurențiu Nicola-17/+18
2021-10-03Add regression test for spurious const error with NLLAaron Hill-0/+20
2021-10-03Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearthbors-14/+11
2021-10-03Fix ICE with buffered lint referring to AST node deleted by everybody_loopsFabian Wolff-0/+26
2021-10-03Auto merge of #89486 - rusticstuff:docker_letsencrypt_ca_update, r=Mark-Simul...bors-0/+41
2021-10-03Deny `where` clauses on `auto` traitsFabian Wolff-34/+99
2021-10-03Fix unsound optimization with explicit variant discriminantsFabian Wolff-0/+18
2021-10-03Fix extra `non_snake_case` warning for shorthand field bindingsFabian Wolff-0/+20
2021-10-03Move from grid layout to table based layout because of browser limits that ov...Stefan Schindler-21/+17
2021-10-03Show how many tests are running in parallelStefan Schindler-1/+1
2021-10-03Add a test to detect overlapping entries in overview tablesStefan Schindler-0/+26
2021-10-03Try to recover from a `=>` -> `=` or `->` typo in a match armFabian Wolff-0/+52
2021-10-03Combined 4 commits into 1Matthias Kaak-3/+3
2021-10-03Update Let's Encrypt ROOT CA certificate in dist-(i686|x86_64)-linux docker i...Hans Kratz-0/+41
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-139/+139
2021-10-03Auto merge of #89479 - camsteffen:diag-naming, r=Manishearthbors-193/+196
2021-10-03Move test to correct path.Hameer Abbasi-3/+3
2021-10-03Add test for issue 89118.Hameer Abbasi-0/+95
2021-10-03Auto merge of #84267 - dtolnay:ptrunit, r=nagisabors-45/+60
2021-10-02Make diangostic item names consistentCameron Steffen-193/+196
2021-10-02Add desugaring mark to while loopCameron Steffen-14/+11