]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-03-22 Frank Kingsuggest constraining param for unary ops when missing...
2022-03-22 borsAuto merge of #95127 - notriddle:notriddle/option-conte...
2022-03-22 ltdkAdd u16::is_utf16_surrogate
2022-03-22 Ralf Jungrename LocalState::Uninitialized to Unallocated
2022-03-22 borsAuto merge of #95161 - JakobDegen:fix-early-otherwise...
2022-03-22 Nicholas NethercoteSplit `TokenCursor::{next,next_desugared}` into inlined...
2022-03-22 Nicholas NethercoteSplit `Parser::bump_with` into inlined and non-inlined...
2022-03-21 The 8472rename internal helper trait AsIntoIter to AsVecIntoIter
2022-03-21 CaioFix generated tokens hygiene
2022-03-21 The8472add module-level documentation for vec's in-place iteration
2022-03-21 The8472move AsIntoIter helper trait and mark it as unsafe
2022-03-21 The8472rename module to better reflect its purpose
2022-03-21 borsAuto merge of #8232 - Jarcho:match_same_arm_860, r...
2022-03-21 borsAuto merge of #8561 - FoseFx:use_unwrap_or, r=xFrednet
2022-03-21 borsAuto merge of #8520 - J-ZhengLi:issue8506, r=xFrednet
2022-03-21 borsAuto merge of #95180 - matthiaskrgr:rollup-ai1ch2s...
2022-03-21 Matthias KrügerRollup merge of #95175 - lcnr:adt_const_params-tracking...
2022-03-21 Matthias KrügerRollup merge of #95166 - Urgau:check-cfg-values-unstabl...
2022-03-21 Matthias KrügerRollup merge of #95129 - GuillaumeGomez:rm-source-sideb...
2022-03-21 Matthias KrügerRollup merge of #95116 - bjorn3:cg_clif_test_fixes...
2022-03-21 Matthias KrügerRollup merge of #95085 - ouz-a:master5, r=jackh726
2022-03-21 Matthias KrügerRollup merge of #95074 - TaKO8Ki:use-format-args-captur...
2022-03-21 bjorn3Add needs-asm-support directive to tests where necessary
2022-03-21 b-naberadd/update tests
2022-03-21 b-naberdont try to unify unevaluated constants that contain...
2022-03-21 b-naberstall on on constants that contain infer vars in const_...
2022-03-21 b-nabertry to evaluate in try_unify
2022-03-21 ouz-aReturn err instead of ICE
2022-03-21 lcnrmove `adt_const_params` to its own tracking issue
2022-03-21 borsAuto merge of #95169 - Smittyvb:union-test-ub, r=bjorn3
2022-03-21 Takayuki Maedause `format-args-capture` and remove unnecessary nested...
2022-03-21 Mara BosMove pthread locks to own module.
2022-03-21 SmittyDon't run UB in test suite
2022-03-21 Loïc BRANSTETTUpdate unstable book with the new `values()` form for...
2022-03-21 J-ZhengLiallowing [`map_flatten`] to split long suggestions
2022-03-21 DeadbeefTidy up
2022-03-21 DeadbeefRename `~const Drop` to `~const Destruct`
2022-03-21 DeadbeefAdd `Destructible` for replacing `~const Drop`
2022-03-21 Jakob DegenDisable early otherwise branch MIR opt
2022-03-21 borsAuto merge of #95104 - compiler-errors:remove-ascriptio...
2022-03-21 borsAuto merge of #95156 - audunhalland:fix-rustc_const_eva...
2022-03-20 Nicholas NethercoteMove items into `TtParser` as `Vec`s.
2022-03-20 Nicholas NethercoteRemove `MatcherPosHandle`.
2022-03-20 Max Baumannrefactor: remove need for MethodCall matching
2022-03-20 Dan GohmanAdd a testcase.
2022-03-20 Max Baumannrefactor: use is_lang_ctor()
2022-03-20 Max Baumannfeat: change error message
2022-03-20 Dan GohmanPreserve the Windows `GetLastError` error in `HandleOrI...
2022-03-20 borsAuto merge of #8559 - pickfire:patch-1, r=xFrednet
2022-03-20 Audun Hallandfix two comments referring to moved code (rustc_mir_tra...
2022-03-20 borsAuto merge of #95148 - matthiaskrgr:rollup-jsb1ld9...
2022-03-20 bjorn3Don't declare test_variadic_fnptr with two conflicting...
2022-03-20 Matthias KrügerRollup merge of #95145 - ChayimFriedman2:patch-1, r...
2022-03-20 Matthias KrügerRollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatc...
2022-03-20 Matthias KrügerRollup merge of #95131 - ehuss:fix-metadata-filename...
2022-03-20 Matthias KrügerRollup merge of #95114 - ChrisDenton:symlink-test,...
2022-03-20 borsAuto merge of #95144 - RalfJung:miri, r=RalfJung
2022-03-20 Chayim Refael... Fix typo interator->iterator
2022-03-20 Ralf Jungupdate Miri
2022-03-20 borsAuto merge of #95142 - bjorn3:sync_cg_clif-2022-03...
2022-03-20 bjorn3Add once_cell as allowed cg_clif dependency
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-20 borsAuto merge of #95071 - RalfJung:arbitrary-self-dyn...
2022-03-20 Takayuki Maedafix a not emitted unmatched angle bracket error
2022-03-20 borsAuto merge of #92962 - frank-king:btree_entry_no_insert...
2022-03-20 bjorn3Run part of the simd test suite
2022-03-20 bjorn3Ignore rustc tests with needs-unwind directive
2022-03-20 bjorn3Move test and clarify problem of some other tests
2022-03-20 bjorn3Wrap write_mir_fn call in with_no_trimmed_paths!()
2022-03-20 borsAuto merge of #95133 - matthiaskrgr:rollup-4q0u804...
2022-03-20 Matthias KrügerRollup merge of #95110 - wmstack:patch-1, r=Dylan-DPC
2022-03-20 Matthias KrügerRollup merge of #95108 - scottmcm:more-in-target-displa...
2022-03-20 Matthias KrügerRollup merge of #94989 - compiler-errors:stream-alias...
2022-03-20 Matthias KrügerRollup merge of #94948 - jhpratt:rustc_deprecated,...
2022-03-20 Matthias KrügerRollup merge of #94749 - RalfJung:remove-dir-all-miri...
2022-03-20 borsAuto merge of #95063 - tromey:fix-94458-gdb-char, r...
2022-03-20 Eric HussFix docs for default rmeta filename.
2022-03-20 borsAuto merge of #94976 - jclulow:solaris-festival, r...
2022-03-19 Michael Howelldiagnostics: do not give Option::as_ref suggestion...
2022-03-19 borsAuto merge of #94372 - erikdesjardins:asrefinl, r=dtolnay
2022-03-19 borsAuto merge of #95103 - ehuss:update-cargo, r=ehuss
2022-03-19 Max Baumanntest: add method chain test
2022-03-19 borsAuto merge of #95112 - Dylan-DPC:rollup-0jo0loj, r...
2022-03-19 Guillaume GomezRemove animation on source sidebar
2022-03-19 bjorn3Add needs-unwind directive to tests where necessary
2022-03-19 Chris DentonSkip a test if symlink creation is not possible
2022-03-19 Dylan DPCRollup merge of #95109 - Urgau:check-cfg-all-any, r...
2022-03-19 Dylan DPCRollup merge of #95072 - tromey:parallel-debug-tests...
2022-03-19 Dylan DPCRollup merge of #94991 - CAD97:const-weak-new, r=dtolnay
2022-03-19 Dylan DPCRollup merge of #94650 - ChrisDenton:windows-absolute...
2022-03-19 Dylan DPCRollup merge of #93858 - krallin:process-process_group...
2022-03-19 bjorn3Rustup to rustc 1.61.0-nightly (1bfe40d11 2022-03-18)
2022-03-19 bjorn3Sync from rust 31535841701e0bf7ef33998024376f2cedd8b3e3
2022-03-19 bjorn3Codegen 128bit atomic loads and stores for compiler...
2022-03-19 Loïc BRANSTETTExtend --check-cfg tests to all predicate inside all/any
2022-03-19 Scott McMurrayGive more details in `Display` for `hir::Target`
2022-03-19 r00ster91Improve formatting in macro
2022-03-19 Waleed DahshanProvide more useful documentation of conversion methods
2022-03-19 Michael Gouletsuggest removing type ascription in bad position
2022-03-19 Eric HussUpdate cargo
next