]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-05-29 Ralf JungRollup merge of #71804 - petrochenkov:static-pie, r...
2020-05-29 Ralf JungRollup merge of #71500 - josephlr:offset, r=oli-obk...
2020-05-29 Ralf JungRollup merge of #71095 - pickfire:box-from-array, r...
2020-05-29 Ralf JungRollup merge of #67460 - estebank:named-lts, r=nikomatsakis
2020-05-29 borsAuto merge of #72671 - flip1995:clippyup, r=Xanewok
2020-05-29 borsAuto merge of #72727 - JohnTitor:rollup-nni16m2, r...
2020-05-29 flip1995Add fibersapi feature to winapi in rustc-workspace...
2020-05-29 Yuki OkushiRollup merge of #72720 - poliorcetics:clarify-take...
2020-05-29 Yuki OkushiRollup merge of #72713 - rust-lang:jonas-schievink...
2020-05-29 Yuki OkushiRollup merge of #72711 - lcnr:fixme-heyho, r=jonas...
2020-05-29 Yuki OkushiRollup merge of #72547 - alex:patch-1, r=oli-obk
2020-05-29 Yuki OkushiRollup merge of #72534 - chrissimpkins:fix-72373, r...
2020-05-29 Yuki OkushiRollup merge of #72495 - GuillaumeGomez:cleanup-e0601...
2020-05-29 Yuki OkushiRollup merge of #72452 - Lucretiel:precision-doc, r...
2020-05-29 Yuki OkushiRollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnay
2020-05-29 Yuki OkushiRollup merge of #72288 - vorner:stabilize-weak-into...
2020-05-29 Yuki OkushiRollup merge of #71843 - sfackler:cas-loop-cleanup...
2020-05-29 Yuki OkushiRollup merge of #71633 - a1phyr:infallible_error, r...
2020-05-29 borsAuto merge of #72506 - Nadrieril:fix-72476, r=matthewjasper
2020-05-29 Alexis BourgetClarify the documentation of take
2020-05-29 borsAuto merge of #72716 - Dylan-DPC:rollup-wdj97ab, r...
2020-05-29 Dylan DPCRollup merge of #72702 - petrochenkov:unudeps, r=estebank
2020-05-29 Dylan DPCRollup merge of #72697 - ehuss:rm-rustc-ux-guidelines...
2020-05-29 Dylan DPCRollup merge of #72695 - jclulow:illumos-llvm-catchup...
2020-05-29 Dylan DPCRollup merge of #72682 - JohnTitor:mir-tests, r=RalfJung
2020-05-29 Dylan DPCRollup merge of #72674 - Mark-Simulacrum:clippy-always...
2020-05-29 Dylan DPCRollup merge of #72670 - rust-lang:jonas-schievink...
2020-05-29 Dylan DPCRollup merge of #72667 - RalfJung:unaligned-ref-test...
2020-05-29 Dylan DPCRollup merge of #72645 - ldm0:mailmap, r=nikomatsakis
2020-05-29 Dylan DPCRollup merge of #72636 - marmeladema:resolver-outputs...
2020-05-29 Dylan DPCRollup merge of #72605 - GuillaumeGomez:cleanup-e0617...
2020-05-29 Dylan DPCRollup merge of #72466 - lzutao:stabilize_str-strip...
2020-05-29 Dylan DPCRollup merge of #72239 - hch12907:master, r=dtolnay
2020-05-28 Jonas SchievinkWhitelist #[allow_internal_unstable]
2020-05-28 Bastian Kauschkeremove redundant `mk_const`
2020-05-28 flip1995Update RLS to clippyup branch
2020-05-28 Esteban KüberAccount for `Self` as a type param
2020-05-28 Vadim Petrochenkovrustc_lint: Remove `unused_crate_dependencies` from...
2020-05-28 Eric HussRemove rustc-ux-guidelines
2020-05-28 flip1995Temp fix: don't run cargo lint tests in rustc test...
2020-05-28 Joshua M. Clulowupdate data layout for illumos x86
2020-05-28 flip1995Update Cargo.lock
2020-05-28 Igor MatuszewskiSet CFG_RELEASE for tools in bootstrap/tool.rs
2020-05-28 Igor Matuszewskisubmodules: Update RLS and Rustfmt
2020-05-28 flip1995Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5...
2020-05-28 Yuki OkushiAdd test for #66930
2020-05-28 Esteban Küberreview comments: change wording and visual output
2020-05-28 Esteban KüberFix rebase
2020-05-28 Joe RicheyAdd additional checks for isize overflow
2020-05-28 borsAuto merge of #72494 - lcnr:predicate-cleanup, r=nikoma...
2020-05-27 Esteban Küberfix rebase
2020-05-27 Esteban Küberfix rebase
2020-05-27 Esteban KüberModify wording
2020-05-27 Esteban Küberfix rebase
2020-05-27 Esteban Küberreview comment: use FxIndexSet
2020-05-27 Esteban Küberreview comments
2020-05-27 Esteban KüberTweak output for mismatched impl item
2020-05-27 Esteban KüberName `RegionKind::ReVar` lifetimes in diagnostics
2020-05-27 Esteban KüberFix spacing of expected/found notes without a label
2020-05-27 Mark RousskovClippy should always build
2020-05-27 Jonas SchievinkFix incorrect comment in generator test
2020-05-27 Guillaume GomezAdd working example for E0617 explanation
2020-05-27 borsAuto merge of #5652 - rust-lang:flip1995-patch-1, r...
2020-05-27 borsAuto merge of #71996 - Marwes:detach_undo_log, r=nikoma...
2020-05-27 Ralf Jungexpand unaligned_references test
2020-05-27 Chris Simpkinsimprove diagnostics suggestion for missing `@` in ...
2020-05-27 marmelademaStore `LocalDefId` directly in `rustc_resolve::Resolver...
2020-05-27 borsAuto merge of #72601 - JohnTitor:deps, r=Mark-Simulacrum
2020-05-27 borsAuto merge of #5631 - ThibsG:ExtendUselessConversion...
2020-05-27 borsAuto merge of #5653 - matthiaskrgr:rustup_47, r=flip1995
2020-05-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/72342...
2020-05-27 borsAuto merge of #72639 - Dylan-DPC:rollup-76upj51, r...
2020-05-27 Donough LiuAdd myself to .mailmap
2020-05-27 Dylan DPCRollup merge of #72626 - phimuemue:doubleendediter_doc...
2020-05-27 Dylan DPCRollup merge of #72610 - GuillaumeGomez:revert-unwanted...
2020-05-27 Dylan DPCRollup merge of #72606 - GuillaumeGomez:cell-example...
2020-05-27 Dylan DPCRollup merge of #72548 - rossmacarthur:add-mcve-for...
2020-05-27 Dylan DPCRollup merge of #72533 - Diggsey:db-fix-arc-ub2, r...
2020-05-27 Dylan DPCRollup merge of #72348 - chrissimpkins:fix-72253, r...
2020-05-27 borsAuto merge of #72596 - ehuss:update-cargo, r=ehuss
2020-05-26 borsAuto merge of #5651 - ebroto:names_as_early_passes...
2020-05-26 Philipp KronesFail bors on missing changelog
2020-05-26 borsAuto merge of #5650 - imbsky:actions-cache-v2, r=flip1995
2020-05-26 Eduardo BrotoAvoid triggering similar names on code from expansion
2020-05-26 Sora MorimotoBump actions/cache from v1 to v2
2020-05-26 borsAuto merge of #72627 - Dylan-DPC:rollup-bavnoq5, r...
2020-05-26 Chris Simpkinsimprove error message for unexpected comma token in...
2020-05-26 Dylan DPCRollup merge of #72592 - ehuss:update-books, r=ehuss
2020-05-26 Dylan DPCRollup merge of #72581 - samrat:allow-desugared-break...
2020-05-26 Dylan DPCRollup merge of #72401 - ecstatic-morse:issue-72394...
2020-05-26 Dylan DPCRollup merge of #72342 - jsgf:warn-unused-deps, r=petro...
2020-05-26 Dylan DPCRollup merge of #72294 - GuillaumeGomez:js-cleanup...
2020-05-26 Dylan DPCRollup merge of #72270 - RalfJung:lint-ref-to-packed...
2020-05-26 philippAdd remark regarding DoubleEndedIterator
2020-05-26 flip1995Fix fallout in similar_names
2020-05-26 flip1995Fix fallout in redundant_field_names
2020-05-26 flip1995Register redundant_field_names and non_expressive_names...
2020-05-26 borsAuto merge of #71931 - alexcrichton:reproducible-macos...
2020-05-26 ThibsGAdd test cases for broader coverage
2020-05-26 borsAuto merge of #5648 - returntrip:master, r=matthiaskrgr
next