about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-20Rollup merge of #109331 - notriddle:notriddle/search-bag-semantics, r=Guillau...Matthias Krüger-26/+94
2023-03-20Rollup merge of #109323 - joboet:ignore_ds_store_tidy, r=ozkanonurMatthias Krüger-19/+22
2023-03-20Rollup merge of #109319 - aDotInTheVoid:rdj-variadic-test, r=notriddleMatthias Krüger-0/+9
2023-03-20Rollup merge of #109301 - Ezrashaw:fix-ctf-ice, r=NilstriebMatthias Krüger-2/+49
2023-03-20Rollup merge of #109269 - klensy:rdoc-s, r=notriddleMatthias Krüger-40/+59
2023-03-20Rollup merge of #109259 - GuillaumeGomez:fix-missing-private-inlining, r=notr...Matthias Krüger-4/+31
2023-03-20Rollup merge of #109249 - compiler-errors:new-rpitit-comments, r=spastorinoMatthias Krüger-32/+47
2023-03-20Fix improper escaping of deprecation reasonsclubby789-3/+3
2023-03-20Update some names and commentsMichael Goulet-32/+47
2023-03-20drive-by: Fix a comment in TyCtxt::fold_regions and remove an unused methodMichael Goulet-14/+1
2023-03-20Walk un-shifted nested `impl Trait` in trait when setting up default trait me...Michael Goulet-16/+32
2023-03-20Auto merge of #108148 - parthopdas:master, r=oli-obkbors-46/+554
2023-03-19rustdoc: implement bag semantics for function parameter searchMichael Howell-26/+94
2023-03-20remove bad commentDaniPopes-1/+0
2023-03-20fix ClashingExternDeclarations lint ICEDaniPopes-26/+49
2023-03-19Reformat type_ofMichael Goulet-23/+30
2023-03-19Only expect a GAT const argMichael Goulet-5/+39
2023-03-19add myself to mailmapAlona Enraght-Moony-1/+2
2023-03-19fix typo in the creation of OpenOptionStefan Lankes-1/+1
2023-03-19Update mdbookEric Huss-3/+3
2023-03-19Add `#![feature(generic_arg_infer)]` to core for stdarchNilstrieb-0/+1
2023-03-19Update stdarchNilstrieb-0/+0
2023-03-20Split `items` from `-Zmeta-stats` in two.Nicholas Nethercote-4/+3
2023-03-19Auto merge of #10522 - xFrednet:10521-docs-and-triage, r=Manishearthbors-1/+2
2023-03-20Lint ambiguous glob re-exports许杰友 Jieyou Xu (Joe)-27/+229
2023-03-19Auto merge of #109332 - Mark-Simulacrum:runner-switch, r=pietroalbinibors-64/+64
2023-03-19Add #[inline] to as_derefBen Kimock-0/+4
2023-03-19Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos-64/+56
2023-03-19Fix wrong crate name in custom MIR docsNilstrieb-1/+1
2023-03-19Add test for footnote references in doc summaryGuillaume Gomez-0/+17
2023-03-19Remove footnote references from doc summaryGuillaume Gomez-1/+13
2023-03-19Add some assertionsJohn Kåre Alsaker-0/+3
2023-03-19Split `execute_job` into `execute_job_incr` and `execute_job_non_incr`John Kåre Alsaker-30/+39
2023-03-19Move us to the new large runners poolMark Rousskov-64/+64
2023-03-19Auto merge of #109346 - Dylan-DPC:rollup-vszi5bn, r=Dylan-DPCbors-150/+577
2023-03-19Correct active members link in `CONTRIBUTING.md`xFrednet-1/+2
2023-03-19fix: modify the condition that `resolve_imports` stopsbohan-15/+106
2023-03-19tidy: ignore files in .gitignore in mir opt checkjoboet-19/+22
2023-03-19Rollup merge of #109324 - cjgillot:fixed-unused-params, r=NilstriebDylan DPC-14/+43
2023-03-19Rollup merge of #109243 - chenyukang:yukang/fix-ice-109144, r=petrochenkovDylan DPC-56/+72
2023-03-19Rollup merge of #109212 - Ezrashaw:no-similar-sugg-for-unstable, r=estebankDylan DPC-0/+56
2023-03-19Rollup merge of #109022 - tmiasko:read-buf-exact, r=dtolnayDylan DPC-2/+16
2023-03-19Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c...Dylan DPC-4/+176
2023-03-19Rollup merge of #108973 - est31:pin_docs, r=Mark-SimulacrumDylan DPC-16/+19
2023-03-19Rollup merge of #108829 - xfix:use-edition-2021-pat-in-matches, r=Mark-Simula...Dylan DPC-2/+2
2023-03-19Rollup merge of #108798 - devsnek:panic-pal-exception, r=workingjubileeDylan DPC-3/+10
2023-03-19Rollup merge of #105793 - lukas-code:circular-deps, r=Mark-SimulacrumDylan DPC-22/+96
2023-03-19Rollup merge of #104100 - ink-feather-org:const_iter_range, r=the8472,fee1-deadDylan DPC-31/+87
2023-03-19fix: fix ICE in `custom-test-frameworks` featureEzra Shaw-2/+49
2023-03-19Prefer if cfg!.Camille GILLOT-12/+14