about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-03Rollup merge of #94547 - nnethercote:parse_tt-cleanups, r=petrochenkovMatthias Krüger-101/+115
2022-03-03Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakisMatthias Krüger-60/+66
2022-03-03Rollup merge of #92697 - the8472:cgroups, r=joshtriplettMatthias Krüger-4/+86
2022-03-03Auto merge of #84944 - lcnr:obligation-dedup, r=jackh726bors-22/+0
2022-03-03Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obkbors-80/+97
2022-03-03Change `initial_matcher_pos()` into `MatcherPos::new()`.Nicholas Nethercote-29/+29
2022-03-03Use a better return type for `inner_parse_loop`.Nicholas Nethercote-25/+35
2022-03-03Introduce `MatcherPosRepetition`.Nicholas Nethercote-23/+27
2022-03-03Add a static size assertion for `MatcherPos`.Nicholas Nethercote-0/+4
2022-03-03Improve if/else formatting in macro_parser.rs.Nicholas Nethercote-32/+28
2022-03-03Auto merge of #94548 - matthiaskrgr:rollup-spa38z8, r=matthiaskrgrbors-313/+363
2022-03-03Rollup merge of #94544 - mark-i-m:macro-comments, r=petrochenkovMatthias Krüger-0/+38
2022-03-03Rollup merge of #94537 - est31:master, r=notriddleMatthias Krüger-51/+48
2022-03-03Rollup merge of #94536 - dtolnay:transmute, r=ManishearthMatthias Krüger-3/+2
2022-03-03Rollup merge of #94534 - bstrie:cffistd, r=Mark-SimulacrumMatthias Krüger-0/+10
2022-03-03Rollup merge of #94522 - thinety:fix-e0284-message, r=Dylan-DPCMatthias Krüger-2/+0
2022-03-03Rollup merge of #94484 - c410-f3r:more-let-chains, r=jackh726Matthias Krüger-185/+145
2022-03-03Rollup merge of #94101 - notriddle:notriddle/strip-test-cases, r=GuillaumeGomezMatthias Krüger-0/+9
2022-03-03Rollup merge of #93562 - sunfishcode:sunfishcode/io-docs, r=joshtriplettMatthias Krüger-72/+111
2022-03-03Auto merge of #94541 - Dylan-DPC:rollup-564wbq3, r=Dylan-DPCbors-254/+971
2022-03-02add some examples to comments in mbe codemark-0/+38
2022-03-02Remove the comment about `FILE_FLAG_OVERLAPPED`.Dan Gohman-2/+0
2022-03-02bless clippyRalf Jung-4/+4
2022-03-03Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebankDylan DPC-6/+57
2022-03-03Rollup merge of #94505 - cuviper:mono-item-sort-local, r=michaelwoerister,dav...Dylan DPC-14/+13
2022-03-03Rollup merge of #94499 - RandomInsano:patch-1, r=Dylan-DPCDylan DPC-3/+3
2022-03-03Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkovDylan DPC-26/+122
2022-03-03Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebankDylan DPC-164/+608
2022-03-03Rollup merge of #93663 - sunfishcode:sunfishcode/as-raw-name, r=joshtriplettDylan DPC-25/+62
2022-03-03Rollup merge of #93354 - sunfishcode:sunfishcode/document-borrowedfd-toowned,...Dylan DPC-0/+12
2022-03-03Rollup merge of #93072 - m-ou-se:compatible-variants-suggestion-with-desugari...Dylan DPC-14/+93
2022-03-03Rollup merge of #92061 - semarie:openbsd-archs, r=joshtriplettDylan DPC-2/+1
2022-03-03update available_parallelism docs since cgroups and sched_getaffinity are now...The 8472-1/+4
2022-03-03hardcode /sys/fs/cgroup instead of doing a lookup via mountinfoThe 8472-53/+67
2022-03-03Use cgroup quotas for calculating `available_parallelism`The 8472-3/+68
2022-03-02Use ? operator in one instance instead of manual matchest31-51/+48
2022-03-02Move transmute_undefined_repr back to nurseryflip1995-3/+2
2022-03-02Fix a broken doc link on Windows.Dan Gohman-3/+1
2022-03-02Auto merge of #92214 - ehuss:submodule-bg-exit, r=Mark-Simulacrumbors-14/+25
2022-03-02Update stdarch submoduleGuillaume Gomez-0/+0
2022-03-02Update unused_doc_comments ui testGuillaume Gomez-1/+41
2022-03-02Fix unused_doc_comments lint errorsGuillaume Gomez-5/+6
2022-03-028 - Make more use of `let_chains`Caio-185/+145
2022-03-02Re-export core::ffi types from std::ffibstrie-0/+10
2022-03-02Update test output.Mara Bos-4/+6
2022-03-02Add more tests for mismatched Option/Result return types.Mara Bos-8/+68
2022-03-02Fix Ok(()) suggestion when desugaring is involved.Mara Bos-2/+19
2022-03-02Extend unused_doc_comments lint to check on blocksGuillaume Gomez-0/+10
2022-03-02Auto merge of #93244 - mark-i-m:doomed, r=oli-obkbors-559/+580
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-559/+580