]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-04 Guillaume GomezRollup merge of #67837 - GuillaumeGomez:clean-up-err...
2020-01-04 Guillaume GomezRollup merge of #67823 - euclio:drop-improvements,...
2020-01-04 Guillaume GomezRollup merge of #67822 - wesleywiser:revert_67676,...
2020-01-04 borsAuto merge of #67853 - Centril:rollup-sx5zi9n, r=Centril
2020-01-04 Dylan DPCUpdate E0164.md
2020-01-04 Mazdak FarrokhzadRollup merge of #67845 - jumbatm:also-unconst-hack...
2020-01-04 Mazdak FarrokhzadRollup merge of #67835 - euclio:delimiter-wording,...
2020-01-04 Mazdak FarrokhzadRollup merge of #67810 - crlf0710:uncommon_codepoints_l...
2020-01-04 Mazdak FarrokhzadRollup merge of #67789 - ollie27:linkchecker_whitelist...
2020-01-04 Mazdak FarrokhzadRollup merge of #67786 - Centril:canon-span, r=petrochenkov
2020-01-04 Mazdak FarrokhzadRollup merge of #67773 - michalt:issue-37333-test,...
2020-01-04 Mazdak FarrokhzadRollup merge of #67531 - RalfJung:tame-promotion, r...
2020-01-04 Mazdak FarrokhzadRollup merge of #66913 - VirrageS:help-self, r=varkor...
2020-01-03 Guillaume GomezClean up E0164 explanation
2020-01-03 Guillaume GomezSmall error explanations cleanup
2020-01-03 Andy Russellclarify that `Drop` can be implemented for enums and...
2020-01-03 Andy Russellimprove generic `Drop` error messages
2020-01-03 jumbatmAlso remove const-hack for abs
2020-01-03 borsAuto merge of #67829 - michaelwoerister:try-to-fix...
2020-01-03 borsAuto merge of #67809 - RalfJung:miri, r=RalfJung
2020-01-03 Andy Russelltweak wording of mismatched delimiter errors
2020-01-03 Michael WoeristerAttempt to fix intermittent failures of pgo-branch...
2020-01-03 borsAuto merge of #67828 - JohnTitor:rollup-qmswkkl, r...
2020-01-03 Yuki OkushiRollup merge of #67825 - petertodd:2020-mem-take-gramma...
2020-01-03 Yuki OkushiRollup merge of #67816 - GuillaumeGomez:clean-up-err...
2020-01-03 Yuki OkushiRollup merge of #67807 - lzutao:toilet-closure, r=Centril
2020-01-03 Yuki OkushiRollup merge of #67796 - Aaron1011:fix/mir-inline-proj...
2020-01-03 Yuki OkushiRollup merge of #67783 - LeSeulArtichaut:pattern-ref...
2020-01-03 Yuki OkushiRollup merge of #67762 - lzutao:systemtime-links, r...
2020-01-03 Yuki OkushiRollup merge of #67736 - taralx:patch-1, r=sfackler
2020-01-03 Yuki OkushiRollup merge of #67636 - semarie:bootstrap-rustfmt...
2020-01-03 Yuki OkushiRollup merge of #67595 - ohadravid:impl-trait-does...
2020-01-03 Yuki OkushiRollup merge of #67450 - michaelwoerister:bootstrap...
2020-01-03 borsAuto merge of #67768 - wesleywiser:dnm_test_perf_65244...
2020-01-03 Peter ToddMinor: change take() docs grammar to match other docs
2020-01-03 Wesley WiserRevert `const_err` lint checking of casts
2020-01-03 Charles LewImplement uncommon_codepoints lint.
2020-01-02 Guillaume GomezClean up E0131 error explanation
2020-01-02 Mazdak Farrokhzadfix src/test fallout
2020-01-02 LeSeulArtichautReformulate test description
2020-01-02 LeSeulArtichautEnhance test
2020-01-02 LeSeulArtichautMove test
2020-01-02 Guillaume GomezClean up E0130 error explanation
2020-01-02 Mazdak Farrokhzadsyntax::map_in_place: leave fixme
2020-01-02 Mazdak FarrokhzadNormalize `syntax::edition` imports.
2020-01-02 Ralf Jungupdate miri
2020-01-02 Michael WoeristerSet a lower ThinLTO import limit for PR CI image.
2020-01-02 Michael Woeristerbootstrap: Allow for setting the ThinLTO import limit...
2020-01-02 Mazdak FarrokhzadNormalize `syntax::symbol` imports.
2020-01-02 Mazdak FarrokhzadNormalize `syntax::source_map` imports.
2020-01-02 borsAuto merge of #63177 - MOZGIII:find-result, r=Amanieu
2020-01-02 Lzu TaoUse drop instead of the toilet closure `|_| ()`
2020-01-02 borsAuto merge of #67779 - Amanieu:ehabi_fix, r=Mark-Simulacrum
2020-01-02 borsAuto merge of #67700 - cjgillot:passes-stability, r...
2020-01-02 Aaron HillEnsure that we process projections during MIR inlining
2020-01-02 borsAuto merge of #67689 - mark-i-m:update-guide, r=JohnTitor
2020-01-01 LeSeulArtichautAdded test
2020-01-01 LeSeulArtichautWarn for bindings named same as variants when matching...
2020-01-01 Oliver MiddletonCleanup linkchecker whitelist
2020-01-01 MOZGIIIAdd Iterator::try_find
2020-01-01 borsAuto merge of #67676 - wesleywiser:lint_overflowing_int...
2020-01-01 Wesley WiserIgnore overflow lint on 32-bit platform
2020-01-01 Mark Mansiupdate rustc-guide
2020-01-01 Amanieu d'AntrasUpdate the barrier cache during ARM EHABI unwinding
2020-01-01 borsAuto merge of #67729 - mati865:deps, r=nikomatsakis
2020-01-01 Camille GILLOTMove stability queries to librustc_passes.
2020-01-01 Camille GILLOTMove stability.rs to librustc_passes.
2020-01-01 Michal TerepetaAdd a test for #37333
2020-01-01 borsAuto merge of #67471 - nnethercote:revert-66405, r...
2020-01-01 borsAuto merge of #67763 - petrochenkov:crateren2, r=Centril
2020-01-01 Vadim PetrochenkovRename `syntax_pos` to `rustc_span` in source code
2020-01-01 Wesley WiserRevert "core: add IntoFuture trait and support for...
2019-12-31 Nicholas NethercoteRevert parts of #66405.
2019-12-31 borsAuto merge of #67726 - JohnTitor:clippy-up, r=oli-obk
2019-12-31 borsAuto merge of #67764 - Centril:rollup-ycbq3os, r=Centril
2019-12-31 Mazdak FarrokhzadRollup merge of #67748 - MaskRay:frame-pointer, r=rkruppe
2019-12-31 Mazdak FarrokhzadRollup merge of #67744 - Centril:reduce-diversity,...
2019-12-31 Mazdak FarrokhzadRollup merge of #67730 - Centril:typeck-pat-cleanup...
2019-12-31 Mazdak FarrokhzadRollup merge of #67702 - crlf0710:normalize_ident2...
2019-12-31 Mazdak FarrokhzadRollup merge of #67685 - lukaslueg:const_result, r...
2019-12-31 Mazdak FarrokhzadRollup merge of #67574 - Centril:librustc_lowering...
2019-12-31 Lzu TaoAdd missing links for insecure_time
2019-12-31 Mazdak Farrokhzadnix `lower_label` identity function.
2019-12-31 Mazdak Farrokhzadlibrustc_ast_lowering: fix misc fallout.
2019-12-31 Mazdak Farrokhzadlibrustc_ast_lowering: cargo changes.
2019-12-31 Mazdak Farrokhzadlibrustc_ast_lowering: move the files.
2019-12-31 borsAuto merge of #67699 - cjgillot:passes-resolve, r=Zoxc
2019-12-31 Lukas LuegConstify Result
2019-12-31 borsAuto merge of #67752 - Dylan-DPC:rollup-7f9v4nx, r...
2019-12-31 Dylan DPCRollup merge of #67735 - petrochenkov:uibool, r=Mark...
2019-12-31 Dylan DPCRollup merge of #67723 - ldm0:E0477, r=Dylan-DPC
2019-12-31 Dylan DPCRollup merge of #67719 - jumbatm:add-self-to-mailmap...
2019-12-31 Dylan DPCRollup merge of #67697 - cjgillot:passes-scope-tree...
2019-12-31 Dylan DPCRollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPC
2019-12-31 Yuki OkushiUpdate Clippy
2019-12-31 Ohad RavidChange wording for lifetime suggestion for opaque types...
2019-12-31 borsAuto merge of #67597 - estebank:placeholder-type, r...
2019-12-31 Camille GILLOTSimplify ResolveLiftimes creation.
2019-12-31 Camille GILLOTReview comments.
2019-12-31 Camille GILLOTInert doc comments.
next