about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-10-04Rollup merge of #102567 - compiler-errors:issue-102561, r=davidtwcoMatthias Krüger-1/+23
2022-10-04Rollup merge of #102547 - GuillaumeGomez:migrate-css-theme-search-result, r=n...Matthias Krüger-128/+605
2022-10-04Rollup merge of #102441 - chenyukang:fix-102320-unwrap_or_else, r=compiler-er...Matthias Krüger-2/+96
2022-10-04Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplettbors-1/+1
2022-10-03Extend GUI test to check hover and focus on search resultsGuillaume Gomez-44/+597
2022-10-03Migrate search results theme style to CSS variablesGuillaume Gomez-84/+8
2022-10-03Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgrbors-34/+450
2022-10-03Rollup merge of #102486 - pierwill:middle-const-eval-err, r=compiler-errorsMatthias Krüger-5/+13
2022-10-03Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplettMatthias Krüger-0/+84
2022-10-03Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated...Matthias Krüger-2/+77
2022-10-03Rollup merge of #100470 - reitermarkus:patch-1, r=joshtriplettMatthias Krüger-1/+1
2022-10-03Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplettMatthias Krüger-18/+187
2022-10-03Rollup merge of #99216 - duarten:master, r=joshtriplettMatthias Krüger-8/+73
2022-10-03Rollup merge of #98218 - kpreid:nostdarc, r=joshtriplettMatthias Krüger-0/+15
2022-10-03Auto merge of #102627 - matthiaskrgr:rollup-2xtrqkw, r=matthiaskrgrbors-86/+325
2022-10-03Add diagnostic struct for const eval error in `rustc_middle`pierwill-5/+13
2022-10-03Rollup merge of #102620 - GuillaumeGomez:css-stab-migration, r=notriddleMatthias Krüger-20/+13
2022-10-03Rollup merge of #102617 - lcnr:deferred_transmute_checks, r=compiler-errorsMatthias Krüger-12/+15
2022-10-03Rollup merge of #102615 - Nilstrieb:there-are-many-error-codes, r=compiler-er...Matthias Krüger-14/+7
2022-10-03Rollup merge of #102613 - TaKO8Ki:fix-part-of-101739, r=compiler-errorsMatthias Krüger-10/+112
2022-10-03Rollup merge of #102607 - WaffleLapkin:docky_docky_slice_from_ptr_range, r=jo...Matthias Krüger-1/+23
2022-10-03Rollup merge of #102597 - compiler-errors:issue-102571, r=davidtwcoMatthias Krüger-1/+39
2022-10-03Rollup merge of #102569 - eduardosm:from_str-example, r=joshtriplettMatthias Krüger-5/+9
2022-10-03Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r...Matthias Krüger-23/+107
2022-10-03Auto merge of #102610 - dawnofmidnight:git-commit-hash, r=Mark-Simulacrumbors-0/+7
2022-10-03Migrate stab elements style to CSS variablesGuillaume Gomez-20/+13
2022-10-03`HirId` for `deferred_transmute_checks`lcnr-12/+15
2022-10-03Auto merge of #102551 - bjorn3:cg_ssa_cleanup, r=davidtwcobors-131/+115
2022-10-03check if const is ADT or notTakayuki Maeda-16/+77
2022-10-03Auto merge of #102614 - matthiaskrgr:rollup-fjyu7oo, r=matthiaskrgrbors-34/+21
2022-10-03Cleanup some error code explanationsnils-14/+7
2022-10-03add a ui test for #101739Takayuki Maeda-0/+37
2022-10-03Rollup merge of #102592 - WaffleLapkin:less_lifetimes, r=cjgillotMatthias Krüger-7/+6
2022-10-03Rollup merge of #102591 - JarvisCraft:fix-double-a-article, r=compiler-errorsMatthias Krüger-15/+15
2022-10-03Rollup merge of #102550 - notriddle:notriddle/impl, r=GuillaumeGomezMatthias Krüger-12/+0
2022-10-03return when obligation has references_errorTakayuki Maeda-0/+4
2022-10-03Auto merge of #102508 - nnethercote:even-more-lexer-improvements, r=matkladbors-79/+69
2022-10-02re-add git-commit-hash file to tarballsdawnofmidnight-0/+7
2022-10-03rustdoc: re-sugar more cross-crate trait boundsLeón Orell Valerian Liehr-23/+107
2022-10-03Auto merge of #102503 - cuviper:x86-stack-probes, r=nagisabors-65/+87
2022-10-03Sync docs of `slice::{from_ptr_range, from_ptr_range_mut}`Maybe Waffle-1/+15
2022-10-03Invert `is_top_level` to avoid negation.Nicholas Nethercote-5/+5
2022-10-03Remove `TokenStreamBuilder`.Nicholas Nethercote-37/+20
2022-10-03Inline and remove `parse_token_tree_non_delim_non_eof`.Nicholas Nethercote-16/+14
2022-10-03Merge `parse_token_trees_until_close_delim` and `parse_all_token_trees`.Nicholas Nethercote-24/+17
2022-10-03Add comments to `TokenCursor::desugar`.Nicholas Nethercote-1/+5
2022-10-03Rewrite `Token::is_op`.Nicholas Nethercote-11/+8
2022-10-03Add comments to `Spacing`.Nicholas Nethercote-0/+11
2022-10-03Document when `slice::from_ptr_range[_mut]` panicMaybe Waffle-0/+8
2022-10-03Clarify operator splitting.Nicholas Nethercote-2/+6