]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-05-07 Dylan MacKenzieIncorporate old module docs into `MaybeLiveLocals`...
2020-05-07 Dylan MacKenzieRemove old `util/liveness.rs` module
2020-05-04 borsAuto merge of #71751 - oli-obk:const_ice, r=RalfJung
2020-05-04 borsAuto merge of #71108 - estebank:suggest-proj-type-misma...
2020-05-04 borsAuto merge of #71866 - Dylan-DPC:rollup-g9xqc8k, r...
2020-05-04 Esteban Küberreview comment: use early return
2020-05-04 Dylan DPCRollup merge of #71864 - mibac138:patch-1, r=jonas...
2020-05-04 Dylan DPCRollup merge of #71844 - flip1995:subtree_clippy_doc...
2020-05-04 Dylan DPCRollup merge of #71801 - matthewjasper:operator-subtypi...
2020-05-04 Dylan DPCRollup merge of #71645 - ecstatic-morse:readme-build...
2020-05-03 Esteban Küberreview comments: move logic to their own methods
2020-05-03 borsAuto merge of #71631 - RalfJung:miri-unleash-the-gates...
2020-05-03 MichaelUpdate link in contributing.md
2020-05-03 Esteban Küberfix rebase
2020-05-03 borsAuto merge of #71006 - ecstatic-morse:dataflow-bidi...
2020-05-03 Dylan MacKenzieUpdate clippy lint
2020-05-03 Dylan MacKenzieReflect API changes on current master
2020-05-03 Dylan MacKenzieUse agreed upon terminology in cursor docs
2020-05-03 Dylan MacKenzieAdd `rustc_peek` test for liveness with borrows
2020-05-03 Dylan MacKenzieSupport liveness in `rustc_peek` tests
2020-05-03 Dylan MacKenzieUse new liveness analysis during generator transform
2020-05-03 Dylan MacKenzieLive variable analysis
2020-05-03 Dylan MacKenzieInitialize the cursor with an empty state
2020-05-03 Dylan MacKenzieSupport backward dataflow analyses
2020-05-03 Dylan MacKenzieRename `live_locals` -> `live_locals_at_any_suspension_...
2020-05-03 Dylan MacKenzieAdd `MutatingUseContext::Yield`
2020-05-03 borsAuto merge of #71853 - Dylan-DPC:rollup-4qi6ry9, r...
2020-05-03 Dylan DPCRollup merge of #71808 - unexge:long-err-expl-for-e0539...
2020-05-03 Dylan DPCRollup merge of #71726 - ldm0:ref2ptr, r=oli-obk
2020-05-03 Dylan DPCRollup merge of #71663 - jumbatm:caller-handles-validat...
2020-05-03 Dylan DPCRollup merge of #71398 - ThinkChaos:feat_refcell_take...
2020-05-03 Ralf Jungbless caller-location test
2020-05-03 Ralf Jungremove unneeded flags; exlain why we still have const_i...
2020-05-03 Ralf Jungfmt
2020-05-03 flip1995List Clippy as a subtree, instead of a submodule
2020-05-03 Ralf Jungwarn about each skipped feature gate
2020-05-03 Matthew JasperCorrectly check comparison operators in MIR typeck
2020-05-03 borsAuto merge of #70825 - eddyb:enum-discr-correct-generic...
2020-05-03 ThinkChaosMention `RefCell::take` can panic in docs
2020-05-03 borsAuto merge of #71828 - Dylan-DPC:rollup-qf5h2w5, r...
2020-05-03 Dylan DPCRollup merge of #71813 - ecstatic-morse:issue-71734...
2020-05-03 Dylan DPCRollup merge of #71806 - lcnr:patch-3, r=jonas-schievink
2020-05-03 Dylan DPCRollup merge of #71542 - crlf0710:confusable_idents...
2020-05-03 Dylan DPCRollup merge of #71314 - mibac138:cfg-version, r=petroc...
2020-05-03 Dylan DPCRollup merge of #71165 - lcnr:patch-2, r=Amanieu
2020-05-03 borsAuto merge of #71815 - Mark-Simulacrum:no-llvm-rebuild...
2020-05-03 Esteban Kübertrailing newlines
2020-05-03 Esteban KüberAdd docs
2020-05-03 Esteban KüberSuggest constraint on `impl Trait` in return type
2020-05-03 Esteban Küberfix rebase
2020-05-03 Esteban KüberPoint at associated types when they have a default...
2020-05-03 Esteban Küberreview comment: use or patterns
2020-05-03 Esteban KüberWhen a projection is expected, suggest constraining...
2020-05-03 Esteban KüberOn type mismatch involving associated type, suggest...
2020-05-03 mibac138Add build script to rustc_attr because of cfg(version)
2020-05-03 mibac138Add more tests for cfg(version)
2020-05-03 mibac138Change cfg(version) error message wording
2020-05-03 mibac138Implement RFC 2523, `#[cfg(version(..))]`
2020-05-02 borsAuto merge of #71807 - Dylan-DPC:rollup-jvb8sd9, r...
2020-05-02 Mark RousskovDon't skip building LLVM if already built
2020-05-02 Mark RousskovExtract stamp testing for LLVM
2020-05-02 Dylan MacKenzieDecode qualifs from defaulted trait associated consts
2020-05-02 Dylan MacKenzieTest associated const default qualifs cross-crate
2020-05-02 unexgeAdd stability attribute to E0539 error examples
2020-05-02 borsAuto merge of #69274 - LeSeulArtichaut:target-feature...
2020-05-02 unexgeAdd `#![feature(staged_api)]` attribute to E0539 error...
2020-05-02 Charles LewAdd a fast code path to optimize `confusable_idents...
2020-05-02 Charles LewImplement `confusable_idents` lint.
2020-05-02 Bastian Kauschkeslice::fill: take T by value.
2020-05-02 unexgeAdd long error explanation for E0539
2020-05-02 Eduard-Mihai... typeck: always expose explicit enum discriminant `AnonC...
2020-05-02 Eduard-Mihai... typeck/wfcheck: require that explicit enum discriminant...
2020-05-02 Dylan DPCRollup merge of #71787 - tshepang:rustdoc-warnings...
2020-05-02 Dylan DPCRollup merge of #71785 - reitermarkus:cfg-attribute...
2020-05-02 Dylan DPCRollup merge of #71784 - Xaeroxe:patch-1, r=jonas-schievink
2020-05-02 Dylan DPCRollup merge of #71777 - petrochenkov:crtype, r=Mark...
2020-05-02 Dylan DPCRollup merge of #71772 - cjgillot:ensure, r=petrochenkov
2020-05-02 Dylan DPCRollup merge of #71767 - tshepang:stack-stuff, r=jonas...
2020-05-02 Dylan DPCRollup merge of #69274 - LeSeulArtichaut:target-feature...
2020-05-02 borsAuto merge of #71794 - RalfJung:miri, r=RalfJung
2020-05-02 Bastian Kauschketypo
2020-05-02 Eduard-Mihai... ty: use `delay_span_bug` in `ty::AdtDef::eval_explicit_...
2020-05-02 Markus ReiterReplace `cfg` macro with attribute.
2020-05-02 borsAuto merge of #70655 - oli-obk:subrepo_funness, r=Mark...
2020-05-02 Ralf Jungfix miri-unleash delayed sanity checking
2020-05-02 Ralf Jungexplain why we use def_span
2020-05-02 Ralf Jungmake sure the miri-unleash-flag is not used to circumve...
2020-05-02 borsAuto merge of #71795 - RalfJung:rollup-yqxfi5a, r=RalfJung
2020-05-02 Ralf JungRollup merge of #71782 - cuviper:leave-dev-null-alone...
2020-05-02 Ralf JungRollup merge of #71781 - estebank:box-pin-test, r=tmandry
2020-05-02 Ralf JungRollup merge of #71739 - tshepang:master, r=Dylan-DPC
2020-05-02 Ralf JungRollup merge of #71738 - RalfJung:pointer-no-alloc...
2020-05-02 Ralf JungRollup merge of #71736 - RalfJung:silence-spurious...
2020-05-02 Ralf JungRollup merge of #71712 - RalfJung:error-backtrace,...
2020-05-02 Ralf Jungupdate Miri
2020-05-02 Vadim Petrochenkovcleanup: `config::CrateType` -> `CrateType`
2020-05-02 Tshepang Lekhonkhobefix rustdoc warnings
2020-05-02 Oliver SchererAdd 'src/tools/clippy/' from commit 'd2708873ef711ec8ab...
2020-05-02 Oliver SchererDelete the clippy submodule
2020-05-02 Oliver SchererAlso build clippy with `./x.py check`
next