summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-08-08Auto merge of #100273 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.63.0bors-38/+322
2022-08-08Add regression test commentNoah Lev-0/+2
2022-08-08Synthetize a trait ref when none is available.Camille GILLOT-7/+15
2022-08-08Avoid ICE in rustdoc.Camille GILLOT-5/+24
2022-08-08Move `significant_drop_in_scrutinee` into `nursey`Jason Newcomb-3/+2
2022-08-08rustdoc: do not mark the contents of a skipped module as inlinedMichael Howell-21/+70
2022-08-08Bump to stableMark Rousskov-4/+211
2022-08-05Auto merge of #100171 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-83/+247
2022-08-05fixup rustdoc testMark Rousskov-2/+2
2022-08-05Update Cargo.lockMark Rousskov-2/+2
2022-08-05rustdoc: avoid inlining foreigns with duplicate namesMichael Howell-5/+27
2022-08-05rustdoc: avoid inlining modules with duplicate namesMichael Howell-2/+26
2022-08-05Upgrade hashbrown to 0.12.3Amanieu d'Antras-4/+4
2022-08-05Upgrade indexmap and thorin-dwp to use hashbrown 0.12Josh Stone-41/+20
2022-08-05Move write! and writeln! temporaries test to check-failDavid Tolnay-16/+93
2022-08-05Regression in issue 99684 fixedDavid Tolnay-31/+1
2022-08-05Revert write! and writeln! to late drop temporariesDavid Tolnay-8/+6
2022-08-05Add regression test minimized from async-std writeDavid Tolnay-0/+67
2022-08-05Fix backwards-compatibility check for tests with `+whole-archive`Daniel Sommermann-4/+31
2022-08-05rustc-docs: Be less specific about the representation of `+bundle`Vadim Petrochenkov-3/+3
2022-08-04Auto merge of #99965 - RalfJung:ctfe-number-prov, r=eddybbors-467/+366
2022-07-30allow numbers with provenance within CTFE executionRalf Jung-467/+366
2022-07-22Auto merge of #99586 - ehuss:beta-backports, r=ehussbors-46/+215
2022-07-21beta backport of arg mismatch bugfixMichael Goulet-22/+51
2022-07-21Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name...Dylan DPC-5/+107
2022-07-21Rollup merge of #99435 - CAD97:revert-dollar-dollar-crate, r=Mark-SimulacrumMatthias Krüger-19/+57
2022-07-21Update referenceEric Huss-0/+0
2022-07-16Auto merge of #99300 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-35/+377
2022-07-15Handle fresh lifetimes on bare trait objects.Camille GILLOT-71/+53
2022-07-15Add known bug test.Camille GILLOT-0/+118
2022-07-15promote placeholder bounds to 'static obligationsNiko Matsakis-7/+86
2022-07-15Fix ui-fulldep testChris Denton-6/+11
2022-07-15Tests for unsound Windows file methodsChris Denton-0/+101
2022-07-15Windows: Fallback for overlapped I/OChris Denton-1/+26
2022-07-15Use `rtabort!` instead of `process::abort`Chris Denton-7/+2
2022-07-15Fix sized check ICE in intrisicckMichael Goulet-20/+57
2022-07-10Auto merge of #99098 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-191/+162
2022-07-09Backport "Update llvm-project #98567"Mark Rousskov-0/+0
2022-07-09Fix tests after beta backportMark Rousskov-2/+2
2022-07-09Only register hidden types for opaque types from the current crate, nothing e...Oli Scherer-1/+2
2022-07-09not knowing about opaque types is worse than not knowing about regions, make ...Oli Scherer-2/+2
2022-07-09Remove type flag based opaque type workaroundOli Scherer-181/+30
2022-07-09Make `evaluate_obligation` not succeed unconditionally if it registered new h...Oli Scherer-11/+31
2022-07-09use a method instead of manually doing what its body doesOli Scherer-1/+1
2022-07-09pessimistically treat all function items as containing an opaque typeOli Scherer-4/+63
2022-07-09rustdoc: filter '_ lifetimes from ty::PolyTraitRefMichael Howell-1/+23
2022-07-09Add link to issue for src/test/incremental/async-lifetimes.rsMichael Woerister-0/+2
2022-07-09Add regression test.Camille GILLOT-0/+17
2022-07-09Return a FxIndexSet in is_late_bound query.Camille GILLOT-3/+4
2022-07-06Auto merge of #98949 - ehuss:update-beta-cargo, r=ehussbors-21/+160