about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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 #94541 - Dylan-DPC:rollup-564wbq3, r=Dylan-DPCbors-254/+971
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-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-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
2022-03-02merge the char signess list of archs with freebsd as it is the sameSébastien Marie-11/+1
2022-03-02update char signess for openbsdSébastien Marie-1/+10
2022-03-02Auto merge of #94229 - erikdesjardins:rem2, r=nikicbors-87/+13
2022-03-02Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgrbors-568/+874
2022-03-02Rollup merge of #94513 - RalfJung:miri, r=RalfJungMatthias Krüger-8/+8
2022-03-02Rollup merge of #94503 - joshtriplett:core-ffi-c, r=AmanieuMatthias Krüger-168/+283
2022-03-02Rollup merge of #94498 - c410-f3r:chega-ja-deu, r=Dylan-DPCMatthias Krüger-218/+176
2022-03-02Rollup merge of #94496 - durin42:llvm-15-moar-intrinsic, r=nikicMatthias Krüger-2/+2
2022-03-02Rollup merge of #94490 - ehuss:update-books, r=ehussMatthias Krüger-0/+0
2022-03-02Rollup merge of #94482 - cuishuang:master, r=Dylan-DPCMatthias Krüger-7/+7
2022-03-02Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=not...Matthias Krüger-1/+34
2022-03-02Rollup merge of #94476 - c410-f3r:yet-more-let-chains, r=Dylan-DPCMatthias Krüger-112/+100
2022-03-02Rollup merge of #94464 - kckeiks:lifetime-elision-mismatch-hint-for-traits, r...Matthias Krüger-52/+264
2022-03-02Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r...bors-106/+251
2022-03-01update MiriRalf Jung-8/+8
2022-03-01Temporarily make `CStr` not a link in the `c_char` docsJosh Triplett-2/+1
2022-03-01Provide C FFI types via core::ffi, not just in stdJosh Triplett-166/+189
2022-03-01Add a copy of cfg_if to core's internal_macros.rsJosh Triplett-0/+93
2022-03-01Use CHECK-DAG in codegen/debuginfo-generic-closure-env-names.rsJosh Stone-9/+9
2022-03-01Demote Windows XP to no_std onlyEdwin Amsler-3/+3
2022-03-019 - Make more use of `let_chains`Caio-218/+176
2022-03-01tests: avoid problems on 32 bit machinesAugie Fackler-2/+2
2022-03-01tests: accept llvm intrinsic in align-checking testAugie Fackler-2/+2
2022-03-01Restore the local filter on mono item sortingJosh Stone-5/+4
2022-03-01Move submodule checkout before msys2 installation.Eric Huss-13/+13