about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-30be less redundant redundantRalf Jung-4/+0
2022-05-30Let miri decide the flags to use for the test suiteOli Scherer-2/+0
2022-05-30update MiriRalf Jung-11/+63
2022-05-29Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obkbors-630/+1732
2022-05-29Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrumbors-352/+418
2022-05-29Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomezbors-62/+251
2022-05-29Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomezbors-218/+482
2022-05-29Rollup merge of #97482 - RalfJung:ptr-invalid, r=thomccGuillaume Gomez-6/+7
2022-05-29Rollup merge of #97479 - JohnTitor:make-check-pass, r=compiler-errorsGuillaume Gomez-13/+11
2022-05-29Rollup merge of #97478 - JohnTitor:fixme-fn-decl, r=compiler-errorsGuillaume Gomez-1/+1
2022-05-29Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoeristerGuillaume Gomez-198/+460
2022-05-29Rollup merge of #96950 - JohnTitor:issue-96395, r=compiler-errors,oli-obkGuillaume Gomez-0/+3
2022-05-28Auto merge of #97472 - cuviper:rebase-rustc-rayon, r=Mark-Simulacrumbors-21/+22
2022-05-28Auto merge of #97207 - RalfJung:backtrace, r=Mark-Simulacrumbors-0/+0
2022-05-28Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...Michael Goulet-248/+229
2022-05-28Remove some comments, inline interner fnMichael Goulet-39/+4
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-527/+857
2022-05-28Initial fixes on top of type interner commitMichael Goulet-134/+171
2022-05-28Move things to rustc_type_irWilco Kusee-241/+1030
2022-05-28Auto merge of #97461 - eddyb:proc-macro-less-payload, r=bjorn3bors-134/+217
2022-05-28note to future selfRalf Jung-0/+1
2022-05-28Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di...bors-42/+35
2022-05-28Auto merge of #97158 - JakobDegen:dse, r=tmiasko,cjgillotbors-364/+732
2022-05-28ptr::invalid is not equivalent to a int2ptr castRalf Jung-6/+6
2022-05-28Make some tests check-passYuki Okushi-13/+11
2022-05-28Remove FIXME on `ExtCtxt::fn_decl()`Yuki Okushi-1/+1
2022-05-28Auto merge of #97476 - Dylan-DPC:rollup-t53nxoe, r=Dylan-DPCbors-49/+494
2022-05-28Rollup merge of #97466 - jyn514:consolidate-install, r=Mark-SimulacrumDylan DPC-25/+25
2022-05-28Rollup merge of #97448 - Xiretza:os-str-unix-doc, r=joshtriplettDylan DPC-1/+1
2022-05-28Rollup merge of #97327 - davidtwco:diagnostic-translation-compile-time-valida...Dylan DPC-18/+455
2022-05-28Rollup merge of #97034 - fee1-dead-contrib:layout-hash, r=dtolnayDylan DPC-2/+9
2022-05-28Rollup merge of #94640 - Pointerbender:issue-71146-partial-stabilization, r=y...Dylan DPC-3/+4
2022-05-28Auto merge of #97465 - jyn514:dist-ra, r=Mark-Simulacrumbors-0/+3
2022-05-28Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebankbors-104/+368
2022-05-27Update to rebased rustc-rayon 0.4Josh Stone-21/+22
2022-05-28Auto merge of #97433 - GuillaumeGomez:rm-refcell-context, r=notriddlebors-111/+128
2022-05-27Switch incremental/hashes tests to all use optimizations.Jakob Degen-39/+39
2022-05-27Auto merge of #97468 - matthiaskrgr:rollup-8cu0hqr, r=matthiaskrgrbors-47/+109
2022-05-28Rollup merge of #97462 - GuillaumeGomez:more-eslint-rules, r=notriddleMatthias Krüger-6/+15
2022-05-28Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errorsMatthias Krüger-1/+24
2022-05-28Rollup merge of #97457 - JohnTitor:issue-81899, r=compiler-errorsMatthias Krüger-0/+30
2022-05-28Rollup merge of #97453 - lcnr:comment, r=jackh726Matthias Krüger-1/+1
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-38/+38
2022-05-28Rollup merge of #95214 - tbu-:pr_vec_append_doc, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-05-27[bootstrap] Move `sanitize_sh` from `dist` to `install`Joshua Nelson-25/+25
2022-05-27Fix `x dist --stage 1 src/tools/rust-analyzer`Joshua Nelson-0/+3
2022-05-27Add "eqeqeq" eslint ruleGuillaume Gomez-6/+7
2022-05-27Add "no-unused-vars" eslint ruleGuillaume Gomez-0/+7
2022-05-27Add "arrow-parens" eslint ruleGuillaume Gomez-0/+1
2022-05-27Pass Context as a &mut to allow to remove RefCell fieldsGuillaume Gomez-111/+128