summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix non-capturing closure return type coercion"revert-88147-issue-88097Jubilee2021-09-132-37/+0
* Auto merge of #87794 - bonega:enum_niche_prefer_zero, r=nagisabors2021-09-133-9/+82
|\
| * enum niche allocation grows toward zero if possibleAndreas Liljeqvist2021-09-133-9/+82
* | Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors2021-09-1360-958/+1200
|\ \
| * | Use smaller spans for some structured suggestionsEsteban Kuber2021-08-1260-958/+1200
* | | Auto merge of #88766 - ehuss:update-cargo, r=ehussbors2021-09-131-0/+0
|\ \ \
| * | | Update cargoEric Huss2021-09-081-0/+0
* | | | Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomezbors2021-09-132-0/+27
|\ \ \ \
| * | | | Allow missing code examples in trait impls.Hans Niklas Jacob2021-09-092-0/+27
* | | | | Auto merge of #88529 - Meziu:master, r=nagisabors2021-09-133-0/+46
|\ \ \ \ \
| * | | | | ARMV6K 3DS: Removed useless parameters in target specMeziu2021-09-101-3/+1
| * | | | | ARMv6K Nintendo 3DS Tier 3 target addedMeziu2021-08-313-0/+48
* | | | | | Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995bors2021-09-138-75/+44
|\ \ \ \ \ \
| * | | | | | Update lockfileSamuel E. Moelius III2021-09-091-31/+8
| * | | | | | Update dependenciesSamuel E. Moelius III2021-09-096-34/+32
| * | | | | | Prep for upgrade to cargo_metadata 0.14.0Samuel E. Moelius III2021-09-091-10/+4
* | | | | | | Auto merge of #88839 - nbdd0121:alignof, r=nagisabors2021-09-1221-184/+234
|\ \ \ \ \ \ \
| * | | | | | | Add mir opt test for min_align_of -> AlignOf loweringGary Guo2021-09-138-151/+180
| * | | | | | | Introduce NullOp::AlignOfGary Guo2021-09-1313-33/+54
* | | | | | | | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddybbors2021-09-1211-17/+119
|\ \ \ \ \ \ \ \
| * | | | | | | | Add test for -Z panic-in-drop=abortAmanieu d'Antras2021-09-111-0/+54
| * | | | | | | | Ensure that crates are linked with compatible panic-in-drop settingsAmanieu d'Antras2021-09-115-9/+30
| * | | | | | | | Apply noreturn and nounwind LLVM attributes to callsitesAmanieu d'Antras2021-09-111-1/+6
| * | | | | | | | Treat drop_in_place as nounwind with -Z panic-in-drop=abortAmanieu d'Antras2021-09-102-5/+14
| * | | | | | | | Add -Z panic-in-drop={unwind,abort} command-line optionAmanieu d'Antras2021-09-092-2/+15
* | | | | | | | | Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakisbors2021-09-126-15/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use FxHashMapjackh7262021-09-095-17/+21
| * | | | | | | | | In relate_tys, when creating new universes, insert missing universes as otherjackh7262021-09-092-3/+43
| |/ / / / / / / /
* | | | | | | | | Auto merge of #88881 - Manishearth:rollup-alohfwx, r=Manishearthbors2021-09-1267-576/+688
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Rollup merge of #88813 - lcnr:ena-docs, r=jyn514Manish Goregaokar2021-09-121-0/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | explicitly link to external `ena` docslcnr2021-09-111-0/+8
| | |/ / / / / / / /
| * | | | | | | | | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514Manish Goregaokar2021-09-126-84/+59
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | rustdoc: Cleanup a pattern match in `external_generic_args()`Noah Lev2021-09-111-3/+2
| | * | | | | | | | | Remove unnecessary `is_trait` argumentNoah Lev2021-09-113-13/+8
| | * | | | | | | | | Fix redundant arguments in `external_path()`Noah Lev2021-09-113-34/+27
| | * | | | | | | | | Remove unused `hir_id` parameter from `resolve_type`Noah Lev2021-09-112-7/+7
| | * | | | | | | | | Create a valid `Res` in `external_path()`Noah Lev2021-09-114-20/+13
| | * | | | | | | | | rustdoc: Get symbol for `TyParam` directlyNoah Lev2021-09-111-1/+1
| | * | | | | | | | | Only take `tcx` when it's all that's neededNoah Lev2021-09-111-7/+12
| | * | | | | | | | | Remove unnecessary `Cache.*_did` fieldsNoah Lev2021-09-093-29/+19
| | |/ / / / / / / /
| * | | | | | | | | Rollup merge of #88711 - Mark-Simulacrum:fix-dfs-bug, r=jackh726Manish Goregaokar2021-09-123-3/+69
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Rework DepthFirstSearch APINiko Matsakis2021-09-083-3/+69
| * | | | | | | | | | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar2021-09-1235-366/+351
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | add test for builtin types N + N unifying with fn callEllen2021-09-094-5/+33
| | * | | | | | | | | | CI pleaseEllen2021-09-091-0/+1
| | * | | | | | | | | | fmtEllen2021-09-091-1/+3
| | * | | | | | | | | | resolve `from_hir_call` FIXMEEllen2021-09-093-2/+24
| | * | | | | | | | | | add a `CastKind` to `Node::Cast`Ellen2021-09-096-10/+42
| | * | | | | | | | | | nitsEllen2021-09-094-38/+43
| | * | | | | | | | | | remove commentEllen2021-09-091-1/+1