about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-12Auto merge of #108682 - est31:simplify_dirs, r=davidtwcobors-34/+34
2023-03-11rustdoc: collapse edit distance state into an objectMichael Howell-80/+86
2023-03-11`MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray-39/+214
2023-03-12Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errorsbors-35/+164
2023-03-12Document BinOp::is_checkableTomasz Miąsko-0/+3
2023-03-11rustdoc: reduce allocs in FnDecl::inner_full_printJacob Hoffman-Andrews-65/+71
2023-03-11Commit some tests for the new solver + lazy normMichael Goulet-0/+172
2023-03-11Use ensure_with_value in a few more places.Camille GILLOT-6/+7
2023-03-11Make the check for cache opt-in.Camille GILLOT-13/+57
2023-03-11Use ensure for thir_abstract_const.Camille GILLOT-5/+2
2023-03-11Ensure value is on the on-disk cache before returning.Camille GILLOT-9/+53
2023-03-11Auto merge of #2809 - saethlin:round_ties_even, r=oli-obkbors-0/+35
2023-03-11Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni-17/+16
2023-03-11Use TyCtxt::trait_solver_next in some placesMichael Goulet-15/+13
2023-03-11Simplify message pathsest31-34/+34
2023-03-11Auto merge of #108417 - Zoxc:dep-graph-branch, r=cjgillotbors-173/+221
2023-03-11Gate const closures even when they appear in macrosMichael Goulet-15/+29
2023-03-11Gate all usages of dyn*, even in macrosMichael Goulet-12/+32
2023-03-11Introduce `Rc::into_inner`, as a parallel to `Arc::into_inner`Josh Triplett-0/+34
2023-03-11Add rustdoc-js eslint check into CIGuillaume Gomez-1/+2
2023-03-11Improve rustdoc-js tester code clarity a bitGuillaume Gomez-7/+9
2023-03-11Add eslint checks for rustdoc-js testerGuillaume Gomez-38/+134
2023-03-11Extend tests + improve description + general improvementblyxyas-57/+59
2023-03-11Implement intrinsics for round_ties_evenBen Kimock-0/+35
2023-03-11Use trimmed instead of line for performanceest31-4/+4
2023-03-11Extend the tidy lint to ftl filesest31-1/+6
2023-03-11Add a fixme and address a more non trivial caseest31-2/+3
2023-03-11Address the new odd backticks tidy lint in compiler/est31-6/+10
2023-03-11tidy: enforce comment blocks to have even number of backticksest31-9/+47
2023-03-11tidy: allow direct format args capture in macroest31-4/+4
2023-03-11Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgrbors-272/+445
2023-03-11Pass flycheck extra args when running build scriptsLaurențiu Nicola-0/+4
2023-03-11fix linkjyn-1/+1
2023-03-11read_buf_exact: on error, all read bytes are appended to the bufferTomasz Miąsko-2/+16
2023-03-11Auto merge of #109015 - matthiaskrgr:rollup-xu2s31g, r=matthiaskrgrbors-1544/+1728
2023-03-11Rollup merge of #108806 - cjgillot:query-lints, r=davidtwcoMatthias Krüger-40/+74
2023-03-11Rollup merge of #108739 - 823984418:patch-1, r=cjgillotMatthias Krüger-0/+4
2023-03-11Rollup merge of #108708 - noamtashma:issue-108706-fix, r=m-ou-seMatthias Krüger-3/+17
2023-03-11Rollup merge of #108690 - Zoxc:query-size-limits, r=cjgillotMatthias Krüger-0/+30
2023-03-11Rollup merge of #108542 - bwmf2:expanded, r=wesleywiserMatthias Krüger-1/+29
2023-03-11Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnrMatthias Krüger-173/+183
2023-03-11Rollup merge of #106844 - Ezrashaw:concat-negative-int-lit, r=dtolnayMatthias Krüger-4/+45
2023-03-11Rollup merge of #106633 - c410-f3r:stabilize-nonzero_bits, r=dtolnayMatthias Krüger-12/+4
2023-03-11Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=NilstriebMatthias Krüger-39/+59
2023-03-11Update host compiler to LLVM 16Nikita Popov-1/+1
2023-03-11Expand on the allocator comment in `rustc-main`Joshua Nelson-0/+9
2023-03-11remove duplicated calls to sort_stringklensy-6/+2
2023-03-11Auto merge of #10434 - Jarcho:snip_context, r=dswijbors-193/+200
2023-03-11Auto merge of #10420 - Jarcho:no_mangle_diag, r=dswijbors-81/+71
2023-03-11Replace list indexing for `.get` (fail-safe)blyxyas-1/+2