summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "small regions refactoring"revert-98576-region-stuff-cool-beanslcnr2022-06-2921-38/+59
* Auto merge of #98542 - jackh726:coinductive-wf, r=oli-obkbors2022-06-298-26/+130
|\
| * Take into account trait predicate coinductivenessJack Huey2022-06-281-6/+36
| * Make empty bounds lower to WellFormed and make WellFormed coinductiveJack Huey2022-06-288-26/+100
* | Auto merge of #98376 - nnethercote:improve-derive-PartialEq, r=petrochenkovbors2022-06-297-131/+1251
|\ \
| * | Convert `process_variant` functions into closures.Nicholas Nethercote2022-06-272-16/+12
| * | Factor out the repeated `assert_ty_bounds` function.Nicholas Nethercote2022-06-274-44/+42
| * | Merge `build_enum_match_tuple` into `expand_enum_method_body`.Nicholas Nethercote2022-06-271-52/+20
| * | Improve derived discriminant testing.Nicholas Nethercote2022-06-272-32/+27
| * | Add a test checking the output of builtin derives.Nicholas Nethercote2022-06-272-0/+1163
* | | Auto merge of #98475 - notriddle:notriddle/index-fn-signatures, r=GuillaumeGomezbors2022-06-287-146/+380
|\ \ \
| * | | Add comments, fixes for `0` sentinelMichael Howell2022-06-273-5/+36
| * | | Update src/librustdoc/html/static/js/externs.jsMichael Howell2022-06-271-1/+1
| * | | Put back, fix ()-output optimizationMichael Howell2022-06-272-1/+2
| * | | Add documentationMichael Howell2022-06-272-1/+87
| * | | Fix rustdoc under `#[no_core]`Michael Howell2022-06-241-28/+32
| * | | rustdoc: reference function signature types from the `p` arrayMichael Howell2022-06-246-130/+242
* | | | Auto merge of #98632 - matthiaskrgr:rollup-peg868d, r=matthiaskrgrbors2022-06-2819-24/+138
|\ \ \ \
| * \ \ \ Rollup merge of #98623 - pro465:patch-1, r=Dylan-DPCMatthias Krüger2022-06-281-1/+1
| |\ \ \ \
| | * | | | fix typo in commentProloy Mishra2022-06-281-1/+1
| * | | | | Rollup merge of #98621 - krasimirgg:llvm-15-wrapper, r=nikicMatthias Krüger2022-06-281-0/+2
| |\ \ \ \ \
| | * | | | | llvm-wrapper: adapt for an LLVM API changeKrasimir Georgiev2022-06-281-0/+2
| | |/ / / /
| * | | | | Rollup merge of #98619 - Mark-Simulacrum:fix-triagebot, r=Dylan-DPCMatthias Krüger2022-06-281-1/+1
| |\ \ \ \ \
| | * | | | | Fix mir-opt wg nameMark Rousskov2022-06-281-1/+1
| * | | | | | Rollup merge of #98617 - ChrisDenton:const-unwrap, r=Mark-SimulacrumMatthias Krüger2022-06-282-5/+15
| |\ \ \ \ \ \
| | * | | | | | Add a fixme commentChris Denton2022-06-281-0/+3
| | * | | | | | Remove feature `const_option` from stdChris Denton2022-06-282-5/+12
| | |/ / / / /
| * | | | | | Rollup merge of #98611 - GuillaumeGomez:rustdoc-json-glob-ice, r=notriddleMatthias Krüger2022-06-283-2/+35
| |\ \ \ \ \ \
| | * | | | | | Add regression test for glob import ICE in rustdoc JSONGuillaume Gomez2022-06-281-0/+24
| | * | | | | | Fix glob import ICE in rustdoc JSON formatGuillaume Gomez2022-06-282-2/+11
| * | | | | | | Rollup merge of #98609 - TaKO8Ki:fix-ice-for-associated-constant-generics, r=...Matthias Krüger2022-06-283-1/+24
| |\ \ \ \ \ \ \
| | * | | | | | | fix ice for associated constant genericsTakayuki Maeda2022-06-283-1/+24
| * | | | | | | | Rollup merge of #98606 - lnicola:rust-analyzer-2022-06-28, r=lnicolaMatthias Krüger2022-06-281-7/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | :arrow_up: rust-analyzerLaurențiu Nicola2022-06-281-7/+7
| * | | | | | | | | Rollup merge of #98602 - TaKO8Ki:add-regression-test-for-issue-80074, r=Mark-...Matthias Krüger2022-06-282-0/+14
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | add regression test for #80074Takayuki Maeda2022-06-282-0/+14
| * | | | | | | | | | Rollup merge of #98564 - jyn514:remove-tmp-dir, r=Mark-SimulacrumMatthias Krüger2022-06-282-7/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove references to `./tmp` in-treeJoshua Nelson2022-06-262-7/+0
| * | | | | | | | | | | Rollup merge of #98560 - TaKO8Ki:add-regression-test-for-85907, r=Mark-Simula...Matthias Krüger2022-06-282-0/+17
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | add regression test for #85907Takayuki Maeda2022-06-272-0/+17
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Rollup merge of #98548 - Enselic:allow-typedef-diff-for-rustdoc-json, r=Guill...Matthias Krüger2022-06-281-0/+22
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | test/rustdoc-json/assoc_type.rs: Maximize chance of detecting future ICEsMartin Nordholts2022-06-281-0/+6
| | * | | | | | | | | | | rustdoc-json: Add assoc type ICE regression testMartin Nordholts2022-06-281-0/+16
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Auto merge of #98188 - mystor:fast_group_punct, r=eddybbors2022-06-286-354/+259
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | review changesNika Layzell2022-06-283-132/+128
| * | | | | | | | | | | proc_macro: stop using a remote object handle for GroupNika Layzell2022-06-265-250/+205
| * | | | | | | | | | | proc_macro: stop using a remote object handle for PunctNika Layzell2022-06-266-95/+49
* | | | | | | | | | | | Auto merge of #98612 - Dylan-DPC:rollup-7tasikc, r=Dylan-DPCbors2022-06-2842-445/+651
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Rollup merge of #98597 - wwylele:patch-1, r=Mark-SimulacrumDylan DPC2022-06-281-2/+0
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Remove unstable CStr/CString change from 1.62 release noteWeiyi Wang2022-06-271-2/+0