]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-07 Mazdak FarrokhzadRollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis
2020-03-07 borsAuto merge of #69796 - Centril:rollup-xg85jmx, r=Centril
2020-03-07 Mazdak FarrokhzadRollup merge of #69782 - matthiaskrgr:redundant_field_n...
2020-03-07 Mazdak FarrokhzadRollup merge of #69754 - Dylnuge:dylnuge/dep-version...
2020-03-07 Mazdak FarrokhzadRollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebank
2020-03-07 Mazdak FarrokhzadRollup merge of #69706 - cuviper:subslice-methods,...
2020-03-07 Mazdak FarrokhzadRollup merge of #69690 - thekuom:test/67311-extend...
2020-03-07 Mazdak FarrokhzadRollup merge of #69680 - petrochenkov:nont4, r=Centril
2020-03-07 Mazdak FarrokhzadRollup merge of #69656 - matthiaskrgr:iter_nth_zero...
2020-03-07 Mazdak FarrokhzadRollup merge of #68985 - daboross:fix-35813, r=Centril
2020-03-07 Mazdak FarrokhzadRollup merge of #67741 - estebank:point-at-pat-def...
2020-03-06 Esteban KüberWhen encountering an Item in a pat context, point at...
2020-03-06 Yuki OkushiAdd a regression test
2020-03-06 Yuki OkushiAvoid using `unwrap()` in suggestions
2020-03-06 Matthias KrügerDon't redundantly repeat field names (clippy::redundant...
2020-03-06 Yuki OkushiRemove `NO_DEBUG` const
2020-03-06 borsAuto merge of #69753 - pnkfelix:issue-69191-ice-on...
2020-03-06 Vadim Petrochenkovrustc_expand: Factor out `Annotatable::into_tokens...
2020-03-06 Felix S. Klock IIAdded oli's multivariant test case (alpha renaming...
2020-03-06 borsAuto merge of #69614 - estebank:ice-age, r=davidtwco
2020-03-06 Oliver SchererAdd FIXME
2020-03-06 Dylan NugentUpdate deprecation version to 1.42 for Error::description
2020-03-06 Felix S. Klock IIFix #69191
2020-03-06 borsAuto merge of #69586 - petrochenkov:unmerge, r=Centril
2020-03-05 borsAuto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r...
2020-03-05 Dylan DPCRollup merge of #69742 - TrolledWoods:patch-1, r=jonas...
2020-03-05 Dylan DPCRollup merge of #69736 - matthiaskrgr:even_more_clippy...
2020-03-05 Dylan DPCRollup merge of #69732 - GuillaumeGomez:cleanup-e0382...
2020-03-05 Dylan DPCRollup merge of #69728 - LeSeulArtichaut:patch-1, r...
2020-03-05 Dylan DPCRollup merge of #69713 - matthiaskrgr:more_cleanup...
2020-03-05 Dylan DPCRollup merge of #69711 - penelopezone:patch-1, r=stevek...
2020-03-05 Dylan DPCRollup merge of #69698 - RalfJung:int_assoc, r=davidtwco
2020-03-05 Dylan DPCRollup merge of #69697 - GuillaumeGomez:explanation...
2020-03-05 TrolledWoodsFixed a typo
2020-03-05 borsAuto merge of #67260 - TheSamsa:const-limit, r=oli-obk
2020-03-05 Matthias KrügerDon't pass &mut where immutable reference (&) is suffic...
2020-03-05 Matthias KrügerUse more efficient &&str to String conversion (clippy...
2020-03-05 Matthias KrügerDon't always eval arguments inside .expect(), use unwra...
2020-03-05 Matthias KrügerUse righthand '&' instead of lefthand "ref". (clippy...
2020-03-05 Matthias KrügerUse simple 'for i in x' loops instead of 'while let...
2020-03-05 Matthias KrügerConst items have by default a static lifetime, there...
2020-03-05 Matthias KrügerRemove redundant patterns when matching ( x @ _ to...
2020-03-05 borsAuto merge of #69692 - matthiaskrgr:submodule_upd,...
2020-03-05 Guillaume GomezClean E0382 and E0384 explanations
2020-03-05 LeSeulArtichautMake link to `std::str` active
2020-03-05 Christoph SchmidlerBumped version number for const_eval_limit in active.rs
2020-03-05 Christoph SchmidlerOpt out of CTFE if the 'const_eval_limit' is set to 0
2020-03-05 Christoph SchmidlerAdd a new test to reach const_limit setting, although...
2020-03-05 Christoph SchmidlerDisable CTFE if const_limit was set to 0, otherwise...
2020-03-05 Christoph SchmidlerPrepare const_limit feature gate and attribute
2020-03-05 borsAuto merge of #69717 - estebank:correctly-probe, r...
2020-03-04 Esteban KüberCorrectly reject `TraitCandidate` in all cases
2020-03-04 Matthias KrügerUse single-char patter on {ends,starts}_with and remove...
2020-03-04 Matthias KrügerDon't use "if let" bindings to only check a value and...
2020-03-04 Matthias KrügerUse .as_deref() instead of .as_ref().map(Deref::deref...
2020-03-04 Matthias KrügerUse .map() to modify data inside Options instead of...
2020-03-04 Matthias KrügerDon't use .ok() before unwrapping via .expect() on...
2020-03-04 Penelope PhippenUpdate macros.rs: fix documentation typo.
2020-03-04 Matthias Krügersubmodules: update clippy from 8b7f7e66 to 329923ed
2020-03-04 Josh StoneUse subslice patterns in slice methods
2020-03-04 borsAuto merge of #69576 - matthiaskrgr:nightly_bootstrap_f...
2020-03-04 Ralf Jungcover some more nearby cases
2020-03-04 Ralf Junguse integer assoc consts instead of methods
2020-03-04 Guillaume GomezAdd explanation for E0380
2020-03-04 borsAuto merge of #69636 - RalfJung:miri, r=nikomatsakis
2020-03-04 Ralf Jungupdate miri
2020-03-04 Ralf Jungpoint cargo-miri to the right xargo binary
2020-03-04 Matthew Kuofix tidy error
2020-03-04 Matthew Kuotest(pattern): harden tests for or-patterns with slice...
2020-03-04 borsAuto merge of #68952 - faern:stabilize-assoc-int-consts...
2020-03-04 Matthew Kuotest(pattern): add tests for combinations of pattern...
2020-03-04 borsAuto merge of #69550 - RalfJung:scalar, r=oli-obk
2020-03-03 borsAuto merge of #69678 - Dylan-DPC:rollup-yoaueud, r...
2020-03-03 Dylan DPCRollup merge of #69670 - GuillaumeGomez:explain-e0379...
2020-03-03 Dylan DPCRollup merge of #69665 - tmiasko:new-pass-manager-thin...
2020-03-03 Dylan DPCRollup merge of #69653 - matthiaskrgr:needless_bool...
2020-03-03 Dylan DPCRollup merge of #69650 - matthiaskrgr:clnp, r=varkor
2020-03-03 Dylan DPCRollup merge of #69621 - matthiaskrgr:q, r=petrochenkov
2020-03-03 Dylan DPCRollup merge of #69565 - RalfJung:assert, r=eddyb
2020-03-03 borsAuto merge of #69506 - Centril:stmt-semi-none, r=petroc...
2020-03-03 borsAuto merge of #69371 - tmiasko:weak-lang-cycle, r=alexc...
2020-03-03 borsAuto merge of #69482 - lqd:poloniusup, r=nikomatsakis
2020-03-03 Guillaume GomezAdd explanation for E0379
2020-03-03 Tomasz MiąskoAdd regression test for linking issue with start-group...
2020-03-03 Tomasz MiąskoImprove linking of crates with circular dependencies
2020-03-03 Matthias Krügeruse question mark operator in a few places.
2020-03-03 borsAuto merge of #69666 - JohnTitor:rollup-6nt3op0, r...
2020-03-03 Yuki OkushiUpdate tests
2020-03-03 Yuki OkushiRemove the `no_debug` feature
2020-03-03 Yuki OkushiRollup merge of #69637 - matthiaskrgr:if_let_some_resul...
2020-03-03 Yuki OkushiRollup merge of #69634 - GuillaumeGomez:clean-up-e0378...
2020-03-03 Yuki OkushiRollup merge of #69633 - XAMPPRocky:master, r=Dylan-DPC
2020-03-03 Yuki OkushiRollup merge of #69628 - nnethercote:fix-DiagnosticBuil...
2020-03-03 Yuki OkushiRollup merge of #69626 - ehuss:toolstate-nightly-cleanu...
2020-03-03 Yuki OkushiRollup merge of #69620 - thekuom:doc/61137-add-long...
2020-03-03 Yuki OkushiRollup merge of #69619 - matthiaskrgr:misc, r=eddyb
2020-03-03 Yuki OkushiRollup merge of #69609 - TimDiekmann:excess, r=Amanieu
2020-03-03 Yuki OkushiRollup merge of #69213 - LeSeulArtichaut:improve-doc...
2020-03-03 Tomasz MiąskoFix check for __msan_keep_going in sanitizer-recover...
2020-03-03 Tomasz MiąskoAdd test for -Znew-llvm-pass-manager -Clto=thin -Zsanit...
next