about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-21Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJungNilstrieb-316/+459
2023-11-21Rollup merge of #117522 - Urgau:check-cfg-cli-own-lint, r=petrochenkovNilstrieb-130/+32
2023-11-21Rollup merge of #116085 - notriddle:notriddle/search-associated-types, r=Guil...Nilstrieb-121/+1426
2023-11-21Auto merge of #117580 - compiler-errors:hash-stable-simplify-rustc_type_ir, r...bors-316/+79
2023-11-21Auto merge of #118126 - Nilstrieb:rollup-5ogh896, r=Nilstriebbors-507/+174
2023-11-21Rollup merge of #118121 - nnethercote:rustc_hir, r=compiler-errorsNilstrieb-468/+123
2023-11-21Rollup merge of #118115 - spastorino:fix-old-fn-names, r=compiler-errorsNilstrieb-2/+2
2023-11-21Rollup merge of #118097 - rustbot:docs-update, r=ehussNilstrieb-0/+0
2023-11-21Rollup merge of #118094 - JarvisCraft:SpecFromElem-for-empty-tuple, r=thomccNilstrieb-4/+19
2023-11-21Rollup merge of #118081 - nnethercote:rustc_ty_utils, r=compiler-errorsNilstrieb-33/+23
2023-11-21Rollup merge of #118059 - Nilstrieb:unset-cargo, r=dtolnayNilstrieb-0/+5
2023-11-21Rollup merge of #117790 - rcvalle:rust-cfi-fix-000000, r=workingjubileeNilstrieb-0/+2
2023-11-21Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnaybors-67/+100
2023-11-21Unify HashStable implementationsMichael Goulet-64/+49
2023-11-21Add HashStable_NoContext to simplify HashStable implementations in rustc_type_irMichael Goulet-291/+69
2023-11-21Use macros to avoid `expect_*` boilerplate.Nicholas Nethercote-369/+102
2023-11-21Remove some unused functions.Nicholas Nethercote-54/+4
2023-11-21Wrap a long line.Nicholas Nethercote-1/+1
2023-11-21Auto merge of #118015 - celinval:smir-place-ty, r=compiler-errorsbors-41/+323
2023-11-21Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgrbors-226/+568
2023-11-20Fix occurrences of old fn names in comment and tracingSantiago Pastorino-2/+2
2023-11-21Auto merge of #116092 - compiler-errors:features-query, r=cjgillotbors-82/+87
2023-11-20Update some more cases of "type" -> "$message_type"David Tolnay-3/+4
2023-11-20Auto merge of #118101 - dtolnay:cargo, r=weihanglobors-0/+0
2023-11-20Improve code per PR commentsCelina G. Val-35/+37
2023-11-20Add place.ty() and Ty build from a kind to smirCelina G. Val-41/+321
2023-11-20Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errorsMatthias Krüger-43/+104
2023-11-20Rollup merge of #118026 - compiler-errors:deref-into-dyn-regions, r=lcnrMatthias Krüger-14/+107
2023-11-20Rollup merge of #118010 - gurry:117821-ice-no-type-for-local-var, r=compiler-...Matthias Krüger-10/+34
2023-11-20Rollup merge of #117992 - compiler-errors:sound-but-not-complete, r=lcnr,alie...Matthias Krüger-50/+32
2023-11-20Rollup merge of #117973 - CohenArthur:fix-89699, r=lqdMatthias Krüger-0/+57
2023-11-20Rollup merge of #117851 - compiler-errors:uplift-infer-const, r=spastorinoMatthias Krüger-94/+87
2023-11-20Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler...Matthias Krüger-11/+132
2023-11-20Rollup merge of #117327 - Nilstrieb:more-query-docs, r=compiler-errorsMatthias Krüger-4/+15
2023-11-20Store feature stability un-splitMichael Goulet-54/+36
2023-11-20Unify defined_lib_features and lib_features queriesMichael Goulet-60/+83
2023-11-20Bump future release warning modeMichael Goulet-5/+5
2023-11-20Don't consider regions in deref_into_dyn_supertrait lintMichael Goulet-11/+104
2023-11-20Don't require intercrate mode for negative coherenceMichael Goulet-41/+19
2023-11-20Don't drop region constraints that come from plugging infer regions with plac...Michael Goulet-9/+13
2023-11-20Uplift InferConst to rustc_type_irMichael Goulet-84/+80
2023-11-20Use InferTy from rustc_type_ir unconditionallyMichael Goulet-11/+8
2023-11-20Update booksrustbot-0/+0
2023-11-20Update cargoDavid Tolnay-0/+0
2023-11-20docs(GH-118094): make docs a bit more explicitPetr Portnov-3/+3
2023-11-20chore(GH-118094): explicitly mark `_elem` as unusedPetr Portnov-1/+1
2023-11-20feat: specialize `SpecFromElem` for `()`Petr Portnov-4/+19
2023-11-20Test with -Zmiri-provenance-gc=1 on LinuxBen Kimock-2/+13
2023-11-20Test that the GC consults the extra_fn_ptr mapBen Kimock-0/+33
2023-11-20handle reservation impls, track impl sourcelcnr-27/+88