]> git.lizzy.rs Git - rust.git/history - library
Use newtype `enum`s instead of `bool`
[rust.git] / library /
2022-04-29 Dylan DPCRollup merge of #96562 - michaelwoerister:path-remappin...
2022-04-29 Dylan DPCRollup merge of #96560 - abrown:update-docs, r=Dylan-DPC
2022-04-29 Dylan DPCRollup merge of #96559 - cjgillot:elided-path-fn, r...
2022-04-29 Dylan DPCRollup merge of #96536 - rust-lang:notriddle/deref...
2022-04-29 Dylan DPCRollup merge of #96527 - durin42:llvm-15-werror-wswitch...
2022-04-29 Dylan DPCRollup merge of #96390 - GuillaumeGomez:es6-part2,...
2022-04-29 borsAuto merge of #95819 - oli-obk:mir_can't_hold_all_these...
2022-04-29 borsAuto merge of #96474 - SparrowLii:langcall, r=lcnr
2022-04-29 borsAuto merge of #96489 - shepmaster:revert-vec-from-array...
2022-04-29 borsAuto merge of #96468 - davidtwco:diagnostic-translation...
2022-04-29 borsAuto merge of #96548 - Dylan-DPC:rollup-m3xkqxg, r...
2022-04-29 Dylan DPCRollup merge of #96523 - nbdd0121:windows, r=petrochenkov
2022-04-29 Dylan DPCRollup merge of #96516 - oli-obk:impl_trait_inference_a...
2022-04-29 Dylan DPCRollup merge of #96492 - joshtriplett:revert-std-ffi...
2022-04-29 Dylan DPCRollup merge of #96481 - aDotInTheVoid:hashmap-docs...
2022-04-29 Dylan DPCRollup merge of #96477 - alexcrichton:update-wasm64...
2022-04-29 borsAuto merge of #96444 - nbdd0121:used2, r=petrochenkov
2022-04-29 borsAuto merge of #96441 - ChrisDenton:sync-pipes, r=m...
2022-04-28 borsAuto merge of #96393 - joboet:pthread_parker, r=thomcc
2022-04-28 borsAuto merge of #96528 - Dylan-DPC:rollup-iedbjli, r...
2022-04-28 Dylan DPCRollup merge of #96480 - user-simon:patch-1, r=Dylan-DPC
2022-04-28 Dylan DPCRollup merge of #96433 - petrochenkov:delim, r=nnethercote
2022-04-28 Dylan DPCRollup merge of #96409 - marmeladema:fix-nll-introduce...
2022-04-28 Dylan DPCRollup merge of #96405 - pvdrz:ambiguous-plus-diagnosti...
2022-04-28 Dylan DPCRollup merge of #95312 - marmeladema:tests-for-issue...
2022-04-28 borsAuto merge of #95976 - b-naber:valtree-constval-convers...
2022-04-28 joboetstd: simplify UNIX parker timeouts
2022-04-28 borsAuto merge of #95904 - paolobarbolini:vecdeque-specexte...
2022-04-28 Vadim Petrochenkovrustc_ast: Harmonize delimiter naming with `proc_macro...
2022-04-28 borsAuto merge of #96085 - jsgf:deny-unused-deps, r=compile...
2022-04-28 Paolo BarboliniAdd VecDeque::extend from vec::IntoIter and slice:...
2022-04-28 borsAuto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r...
2022-04-28 Dylan DPCRollup merge of #96483 - Urgau:check-cfg-target_feature...
2022-04-28 Dylan DPCRollup merge of #96471 - BoxyUwU:let_else_considered_ha...
2022-04-28 Dylan DPCRollup merge of #96466 - compiler-errors:error-collect...
2022-04-28 Dylan DPCRollup merge of #96432 - SparrowLii:dbg_scope, r=davidtwco
2022-04-28 Dylan DPCRollup merge of #96421 - nnethercote:less-NoDelim,...
2022-04-28 Dylan DPCRollup merge of #96397 - AronParker:issue-96368-fix...
2022-04-28 Dylan DPCRollup merge of #96377 - compiler-errors:infer-rustfix...
2022-04-27 borsAuto merge of #91557 - cjgillot:ast-lifetimes-named...
2022-04-27 Josh TriplettRevert "Re-export core::ffi types from std::ffi"
2022-04-27 Josh TriplettRemove use of reverted std::ffi::c_char
2022-04-27 Jake GouldingRevert "impl From<&[T; N]> and From<&mut [T; N]> for...
2022-04-27 Paolo BarboliniAdd VecDeque::extend benchmark
2022-04-27 Nixon Enraght-MoonyHashMap doc: Don't use monospace font for 'Entry Api'
2022-04-27 borsAuto merge of #96179 - klensy:bump-deps-04-22, r=Mark...
2022-04-27 SimonFixed grammatical error in example comment
2022-04-27 borsAuto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum
2022-04-27 Chris DentonNote the importance of using sync pipes
2022-04-27 borsAuto merge of #96371 - c410-f3r:z-errors, r=petrochenkov
2022-04-27 Michael GouletBetter error messages when collecting into `[T; n]`
2022-04-27 borsAuto merge of #96195 - sunfishcode:sunfishcode/handle...
2022-04-27 Dylan DPCRollup merge of #96410 - notriddle:notriddle/issue...
2022-04-27 Dylan DPCRollup merge of #96385 - marmeladema:nll-fix-trait...
2022-04-27 Dylan DPCRollup merge of #96383 - compiler-errors:issue-96381...
2022-04-27 Dylan DPCRollup merge of #96370 - compiler-errors:cleanup-report...
2022-04-26 borsAuto merge of #96425 - oli-obk:fix_incremental_regressi...
2022-04-26 borsAuto merge of #96428 - GuillaumeGomez:rollup-4noqr33...
2022-04-26 Chris DentonWindows: Make stdin pipes synchronous
2022-04-26 Chris DentonAdd `set_inheritable` for Windows `Handle`s
2022-04-26 Guillaume GomezRollup merge of #96415 - ehuss:git-io, r=bjorn3
2022-04-26 Guillaume GomezRollup merge of #96400 - JakobDegen:shallow-init-docs...
2022-04-26 Guillaume GomezRollup merge of #96386 - SparrowLii:des_field, r=jackh726
2022-04-26 Guillaume GomezRollup merge of #96372 - compiler-errors:field-method...
2022-04-26 Guillaume GomezRollup merge of #96361 - GuillaumeGomez:es6, r=notriddle
2022-04-26 Guillaume GomezRollup merge of #95949 - SoniEx2:patch-5, r=m-ou-se
2022-04-26 Guillaume GomezRollup merge of #94703 - kjetilkjeka:nvptx-kernel-args...
2022-04-26 Guillaume GomezRollup merge of #94022 - jongiddy:cow-into-owned-docs...
2022-04-26 borsAuto merge of #94034 - willcrichton:fix-trait-suggestio...
2022-04-26 borsAuto merge of #96404 - tmandry:roll-llvm, r=cuviper
2022-04-26 borsAuto merge of #96414 - Dylan-DPC:rollup-t4ofhoa, r...
2022-04-26 Eric HussRemove references to git.io
2022-04-25 Dylan DPCRollup merge of #96384 - lcnr:extern-types-similar...
2022-04-25 Dylan DPCRollup merge of #96379 - PrestonFrom:issue_96335, r...
2022-04-25 Dylan DPCRollup merge of #96355 - estebank:issue-95030, r=compil...
2022-04-25 Dylan DPCRollup merge of #96279 - GuillaumeGomez:remove-woff...
2022-04-25 Dylan DPCRollup merge of #96149 - est31:remove_unused_macro_matc...
2022-04-25 Dylan DPCRollup merge of #90312 - r00ster91:search, r=Dylan-DPC
2022-04-25 borsAuto merge of #96294 - Emilgardis:def_id-in-unsafetyvio...
2022-04-25 borsAuto merge of #96116 - ouz-a:mir-opt, r=oli-obk
2022-04-25 Aron ParkerMake EncodeWide implement FusedIterator
2022-04-25 borsAuto merge of #95604 - nbdd0121:used2, r=petrochenkov
2022-04-25 joboetstd: directly use pthread in UNIX parker implementation
2022-04-25 borsAuto merge of #96246 - SparrowLii:bound_contxet, r...
2022-04-25 borsAuto merge of #95246 - ChrisDenton:command-args, r...
2022-04-25 borsAuto merge of #96106 - jihiggins:issue-96060, r=Mark...
2022-04-24 borsAuto merge of #96369 - matthiaskrgr:rollup-q18w4v2...
2022-04-24 Matthias KrügerRollup merge of #96366 - jyn514:remove-dead-code, r...
2022-04-24 Matthias KrügerRollup merge of #96215 - nikic:legacy-pm-removal, r...
2022-04-24 Matthias KrügerRollup merge of #96212 - marmeladema:nll-revisions...
2022-04-24 Matthias KrügerRollup merge of #96107 - Gumichocopengin8:test/vec...
2022-04-24 Matthias KrügerRollup merge of #96090 - JakobDegen:mir-tests, r=nagisa
2022-04-24 borsAuto merge of #94609 - esp-rs:esp-idf-stat-type-fixes...
2022-04-24 Keita Nonakatest: add test cases for VecDeque
2022-04-24 Matthias KrügerRollup merge of #96303 - jyn514:improved-bootstrap...
2022-04-24 Matthias KrügerRollup merge of #96237 - AlecGoncharow:issue-96011...
2022-04-24 Matthias KrügerRollup merge of #95504 - jyn514:library-alias, r=Mark...
2022-04-24 borsAuto merge of #96281 - SparrowLii:const_prop, r=wesleywiser
2022-04-23 borsAuto merge of #93970 - cjgillot:novis, r=petrochenkov
2022-04-23 borsAuto merge of #96326 - JakobDegen:relax-operand, r...
next