about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-05Promote `arm64ec-pc-windows-msvc` to tier 2Daniel Paoliello-7/+14
2024-06-05Auto merge of #126016 - workingjubilee:rollup-nh6ehbz, r=workingjubileebors-453/+557
2024-06-05Rollup merge of #126004 - compiler-errors:captures-soundness-test, r=lcnrJubilee-0/+53
2024-06-05Rollup merge of #126003 - Lokathor:new-co-maintainer, r=compiler-errorsJubilee-0/+1
2024-06-05Rollup merge of #125996 - tmiasko:closure-recursively-reachable, r=oli-obkJubilee-0/+9
2024-06-05Rollup merge of #125995 - kpreid:const-uninit-stable, r=NilstriebJubilee-12/+5
2024-06-05Rollup merge of #125982 - xTachyon:fix-linked-list, r=jhprattJubilee-2/+41
2024-06-05Rollup merge of #125920 - bjorn3:allow_static_mut_linkage_def, r=UrgauJubilee-20/+30
2024-06-05Rollup merge of #125906 - compiler-errors:simplify-method-error-args, r=fmeaseJubilee-66/+68
2024-06-05Rollup merge of #125903 - petrochenkov:upctxt3, r=nnethercoteJubilee-0/+2
2024-06-05Rollup merge of #125815 - nnethercote:rustc_parse-top-level-cleanups, r=spast...Jubilee-255/+213
2024-06-05Rollup merge of #125683 - Oneirical:patience-testing-test, r=jieyouxuJubilee-37/+64
2024-06-05Rollup merge of #125273 - onur-ozkan:bootstrap-self-test, r=albertlarsan68Jubilee-38/+49
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee-23/+22
2024-06-05Auto merge of #126011 - workingjubilee:try-fix-solaris-build, r=workingjubileebors-1/+1
2024-06-04Update nomiconEric Huss-0/+0
2024-06-04Silence double-symlink errors while building solaris toolchainJubilee Young-1/+1
2024-06-04Add another test for hidden types capturing lifetimes that outlive but arent ...Michael Goulet-0/+53
2024-06-05rustfmt: Remove an unnecessary `catch_unwind` use.Nicholas Nethercote-15/+8
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-75/+105
2024-06-05Inline and remove `source_file_to_stream`.Nicholas Nethercote-9/+1
2024-06-05Reorder `source_str_to_stream` arguments.Nicholas Nethercote-6/+6
2024-06-05Inline and remove `parse_crate{,_attrs}_from_{file,source_str}`.Nicholas Nethercote-40/+16
2024-06-05Use `source_str_to_stream` in a test file.Nicholas Nethercote-6/+2
2024-06-05Rename `maybe_source_file_to_parser` as `maybe_new_parser_from_source_file`.Nicholas Nethercote-3/+3
2024-06-05Remove low-value comments.Nicholas Nethercote-7/+0
2024-06-05Improve `panictry_buffer!`.Nicholas Nethercote-15/+12
2024-06-05Remove `stream_to_parser`.Nicholas Nethercote-25/+13
2024-06-05Rename `maybe_file_to_stream` as `maybe_source_file_to_stream`.Nicholas Nethercote-3/+3
2024-06-05Inline and remove `error_malformed_cfg_attr_missing`.Nicholas Nethercote-10/+10
2024-06-05Don't use the word "parse" for lexing operations.Nicholas Nethercote-49/+41
2024-06-05`UNICODE_ARRAY` and `ASCII_ARRAY` fixes.Nicholas Nethercote-37/+38
2024-06-04Add a co-maintainer for the two ARMv4T targetsLokathor-0/+1
2024-06-04Use inline const instead of unsafe to implement `MaybeUninit::uninit_array()`.Kevin Reid-2/+1
2024-06-04Use inline const instead of unsafe to construct arrays in `MaybeUninit` examp...Kevin Reid-10/+4
2024-06-04Auto merge of #125989 - GuillaumeGomez:rollup-xu69i13, r=GuillaumeGomezbors-755/+311
2024-06-04Closures are recursively reachableTomasz Miąsko-0/+9
2024-06-04Rollup merge of #125973 - Zalathar:pretty, r=lqdGuillaume Gomez-29/+0
2024-06-04Rollup merge of #125946 - Sergi-Ferrez:master, r=notriddle,fmeaseGuillaume Gomez-16/+18
2024-06-04Rollup merge of #125944 - P1n3appl3:fuchsia, r=lqdGuillaume Gomez-2/+2
2024-06-04Rollup merge of #125933 - rustbot:docs-update, r=ehussGuillaume Gomez-0/+0
2024-06-04Rollup merge of #125932 - schvv31n:patch-1, r=lqdGuillaume Gomez-1/+1
2024-06-04Rollup merge of #125930 - weihanglo:opt-dist-respect-cargo-config, r=KobzolGuillaume Gomez-2/+25
2024-06-04Rollup merge of #125927 - ferrocene:lw-alloc-unwind-test, r=pietroalbiniGuillaume Gomez-0/+1
2024-06-04Rollup merge of #125917 - GuillaumeGomez:env-var-helpers, r=jieyouxuGuillaume Gomez-42/+51
2024-06-04Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils...Guillaume Gomez-59/+88
2024-06-04Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebankGuillaume Gomez-602/+76
2024-06-04Rollup merge of #106186 - rossmacarthur:ft/iter-chain, r=AmanieuGuillaume Gomez-2/+49
2024-06-04rewrite suspicious-library in rmakeOneirical-28/+30
2024-06-04Auto merge of #125426 - jieyouxu:rmake-support-env-reset, r=saethlinbors-1/+0