]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-01-17 joboetrefactor[std]: do not use box syntax
2023-01-17 borsAuto merge of #106627 - Ezrashaw:no-e0711-without-stage...
2023-01-17 borsAuto merge of #106966 - matthiaskrgr:rollup-e34pevi...
2023-01-17 Matthias KrügerRollup merge of #106958 - jyn514:labels, r=m-ou-se
2023-01-17 Matthias KrügerRollup merge of #106953 - kylematsuda:early-binder...
2023-01-17 Matthias KrügerRollup merge of #106949 - compiler-errors:is-poly,...
2023-01-17 Matthias KrügerRollup merge of #106869 - notriddle:notriddle/item...
2023-01-17 Matthias KrügerRollup merge of #106829 - compiler-errors:more-alias...
2023-01-17 Matthias KrügerRollup merge of #106712 - Ezrashaw:impl-ref-trait,...
2023-01-17 Matthias KrügerRollup merge of #106591 - Ezrashaw:attempted-integer...
2023-01-17 jynDon't add A-bootstrap to PRs modifying Cargo.lock
2023-01-16 Kyle Matsudadocument EarlyBinder::subst_identity and skip_binder
2023-01-16 Michael GouletProperly pluralize 'generic constants'
2023-01-16 Michael GouletConstBlocks are poly if their substs are poly
2023-01-16 borsAuto merge of #106945 - matthiaskrgr:rollup-c5or8z3...
2023-01-16 Matthias KrügerRollup merge of #106942 - rustbot:docs-update, r=ehuss
2023-01-16 Matthias KrügerRollup merge of #106940 - oli-obk:tait_error, r=compile...
2023-01-16 Matthias KrügerRollup merge of #106912 - gftea:pr-106736, r=Nilstrieb
2023-01-16 Matthias KrügerRollup merge of #106835 - compiler-errors:new-solver...
2023-01-16 Matthias KrügerRollup merge of #105954 - gftea:patch-1, r=ehuss
2023-01-16 rustbotUpdate books
2023-01-16 Oli SchererImprove a TAIT error and add an error code plus documen...
2023-01-16 borsAuto merge of #106853 - TimNN:undo-remap, r=oli-obk
2023-01-16 gfteaUpdate instrument-coverage.md
2023-01-16 borsAuto merge of #106850 - cjgillot:issue-106141, r=oli-obk
2023-01-16 gfteacheck -Z query-dep-graph is enabled if -Z dump-dep...
2023-01-16 borsAuto merge of #106872 - dtolnay:nbsp, r=fee1-dead
2023-01-16 borsAuto merge of #106395 - compiler-errors:rework-predicat...
2023-01-16 Ezra Shawfix dropping diagnostic without emit
2023-01-16 borsAuto merge of #106907 - matthiaskrgr:rustdoc_ref, r...
2023-01-15 borsAuto merge of #106914 - matthiaskrgr:rollup-yh0x4gq...
2023-01-15 Matthias KrügerRollup merge of #106909 - compiler-errors:only-types...
2023-01-15 Matthias KrügerRollup merge of #106906 - matthiaskrgr:clone, r=Nilstrieb
2023-01-15 Matthias KrügerRollup merge of #106900 - clubby789:unused-braces-regre...
2023-01-15 Matthias KrügerRollup merge of #106896 - Ezrashaw:str-cast-bool-emptyn...
2023-01-15 Matthias KrügerRollup merge of #106888 - GuillaumeGomez:tidy-gui-test...
2023-01-15 borsAuto merge of #106393 - the8472:use-ptr-sub, r=scottmcm
2023-01-15 The 8472replace manual ptr arithmetic with ptr_sub
2023-01-15 Michael GouletOnly suggest adding type param if path being resolved...
2023-01-15 Michael GouletRemove bound_{explicit,}_item_bounds
2023-01-15 Michael Gouletdrive-by: assert when iterating through InstantiatedPre...
2023-01-15 Michael GouletMake InstantiatedPredicates impl IntoIterator
2023-01-15 Michael Gouletinstantiate_own doesn't need to return a pair of vectors
2023-01-15 borsAuto merge of #106742 - compiler-errors:new-solver...
2023-01-15 Matthias Krügerrustdoc: simplify some & ref erences
2023-01-15 Matthias Krügerremove redundant clones
2023-01-15 borsAuto merge of #106171 - compiler-errors:consolidate...
2023-01-15 Guillaume GomezAdd small description to GUI test
2023-01-15 Guillaume GomezAdd tidy check to ensure that rustdoc GUI tests start...
2023-01-15 Ezra Shawsuggest `is_empty` for collections when casting to...
2023-01-15 borsAuto merge of #105851 - dtolnay:peekmutleak, r=Mark...
2023-01-15 clubby789Fix regression in `unused_braces` with macros
2023-01-15 borsAuto merge of #106892 - matthiaskrgr:rollup-ohneu8o...
2023-01-15 Matthias KrügerRollup merge of #106880 - tspiteri:borrowing-sub-typo...
2023-01-15 Matthias KrügerRollup merge of #106879 - JohnTitor:issue-42114, r...
2023-01-15 Matthias KrügerRollup merge of #106878 - JohnTitor:issue-92157, r...
2023-01-15 Matthias KrügerRollup merge of #106867 - sunfishcode:sunfishcode/std...
2023-01-15 Matthias KrügerRollup merge of #106865 - GuillaumeGomez:add-gui-test...
2023-01-15 Matthias KrügerRollup merge of #106863 - anden3:compiler-double-spaces...
2023-01-15 Matthias KrügerRollup merge of #106859 - tialaramex:master, r=Nilstrieb
2023-01-15 Matthias KrügerRollup merge of #106072 - eopb:dyn-derive, r=estebank
2023-01-14 Ezra Shawmake error emitted on `impl &Trait` nicer
2023-01-14 David TolnayDocument guarantees about BinaryHeap invariant
2023-01-14 David TolnayLeak amplification for peek_mut() to ensure BinaryHeap...
2023-01-14 David TolnayAdd test of leaking a binary_heap PeekMut
2023-01-14 Nick LambImprove E0308: suggest user meant to use byte literal...
2023-01-14 Trevor Spiteridoc: fix typo
2023-01-14 borsAuto merge of #106866 - matthiaskrgr:rollup-r063s44...
2023-01-14 Yuki OkushiAdd regression test for #42114
2023-01-14 Yuki OkushiAdd regression test for #92157
2023-01-14 David TolnayEmit only one nbsp error per file
2023-01-14 David TolnayAdd more nbsp to unicode-chars test
2023-01-14 Michael Howellrustdoc: remove redundant item kind class from `.item...
2023-01-14 Dan GohmanFix the stability attributes for `std::os::fd`.
2023-01-14 Matthias KrügerRollup merge of #106860 - anden3:doc-double-spaces...
2023-01-14 Matthias KrügerRollup merge of #106855 - klensy:rd-s, r=notriddle
2023-01-14 Matthias KrügerRollup merge of #106849 - WaffleLapkin:unvec, r=Nilstrieb
2023-01-14 Matthias KrügerRollup merge of #106828 - notriddle:notriddle/notable...
2023-01-14 Matthias KrügerRollup merge of #106820 - m-ou-se:macro-type-error...
2023-01-14 Matthias KrügerRollup merge of #106661 - mjguzik:linux_statx, r=Mark...
2023-01-14 Matthias KrügerRollup merge of #106563 - clubby789:gce-macro-braces...
2023-01-14 Matthias KrügerRollup merge of #105526 - Xiretza:iter-from-generator...
2023-01-14 borsAuto merge of #106696 - kylematsuda:early-binder, r...
2023-01-14 Guillaume GomezAdd explanation for GUI test
2023-01-14 André VennbergFix some missed double spaces.
2023-01-14 André VennbergFix some missed double spaces.
2023-01-14 Camille GILLOTRemove visit_place.
2023-01-14 André VennbergRemoved various double spaces in compiler source comments.
2023-01-14 André VennbergRemove various double spaces in source comments.
2023-01-14 clubby789Fix `unused_braces` on generic const expr macro call
2023-01-14 borsAuto merge of #106851 - matthiaskrgr:rollup-d9dz3yp...
2023-01-14 Mara BosDeprioritize fulfillment errors that come from expansions.
2023-01-14 Tim NeumannHeuristically undo path prefix mappings.
2023-01-14 Ethan Brierleyfix: misleading add `dyn` to derive macro suggestion
2023-01-14 Camille GILLOTMake the inlining destination a `Local`.
2023-01-14 Matthias KrügerRollup merge of #106848 - BoxyUwU:correct_triagebot_pat...
2023-01-14 Matthias KrügerRollup merge of #106846 - WaffleLapkin:pico_parse_ref...
2023-01-14 Matthias KrügerRollup merge of #106831 - estebank:tickets_yaml, r...
2023-01-14 Matthias KrügerRollup merge of #106788 - estebank:elaborate_pred_E0599...
2023-01-14 Matthias KrügerRollup merge of #106752 - sulami:master, r=estebank
next