]> git.lizzy.rs Git - rust.git/history - src/librustc
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation errors...
[rust.git] / src / librustc /
2019-12-02 Paul Daniel FariaSimplify Cache wrapper to single type, impl Deref on...
2019-12-02 Paul Daniel FariaMove predecessor cache outside of Body, use wrapper...
2019-12-02 Paul Daniel FariaMove predecessors cache back to its own type
2019-12-02 Paul Daniel FariaAdd back cache invalidation to basic_blocks_and_local_d...
2019-12-02 Paul Daniel FariaAddress excessive line length that was triggering warni...
2019-12-02 Paul Daniel FariaMove predecessors cache invalidation back to basic_bloc...
2019-12-02 Paul Daniel FariaEnsure predecessors are recomputed at critical points...
2019-12-02 Paul Daniel FariaAddress linting errors caught by CI
2019-12-02 Paul Daniel FariaFix Mir visitor macro to ensure it calls the proper...
2019-12-02 Paul Daniel FariaAdd pass to ensure predecessors cache is generated...
2019-12-02 Paul Daniel FariaStop invalidating predecessors cache when accessing...
2019-12-02 Paul Daniel FariaGet rid of old comment
2019-12-02 Paul Daniel FariaInline cache impl into Body, rename predecessor fns...
2019-12-02 Paul Daniel FariaRemove interior mutability in mir predecessors cache
2019-12-02 borsAuto merge of #66950 - RalfJung:rollup-12d0zx8, r=RalfJung
2019-12-02 Ralf JungRollup merge of #66834 - infinity0:master, r=Mark-Simul...
2019-12-02 Ralf JungRollup merge of #66827 - RalfJung:miri-missing-ret...
2019-12-02 Ralf JungRollup merge of #66822 - RalfJung:miri-panic, r=oli-obk
2019-12-02 Ralf JungRollup merge of #66654 - ecstatic-morse:check-consts...
2019-12-02 Ralf JungRollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk
2019-12-02 borsAuto merge of #66944 - Centril:rollup-ojsszx6, r=Centril
2019-12-02 Mazdak FarrokhzadRollup merge of #66926 - RalfJung:miri-stop, r=oli-obk
2019-12-02 Mazdak FarrokhzadRollup merge of #66918 - makotokato:aarch32-crc-crypto...
2019-12-02 Mazdak FarrokhzadRollup merge of #66907 - eddyb:br-nicer-named, r=oli-obk
2019-12-02 Mazdak FarrokhzadRollup merge of #66905 - petrochenkov:rmplugin2, r...
2019-12-02 Mazdak FarrokhzadRollup merge of #66850 - eddyb:span-free-formats, r...
2019-12-02 Mazdak FarrokhzadRollup merge of #66789 - eddyb:mir-source-scope-local...
2019-12-02 Mazdak FarrokhzadRollup merge of #66346 - linkmauve:try-in-docstring...
2019-12-01 Vadim Petrochenkovrustc_plugin: Remove support for plugins adding LLVM...
2019-12-01 Vadim Petrochenkovrustc_plugin: Remove support for adding plugins from...
2019-12-01 Ralf Jungadd reusable MachineStop variant to Miri engine error...
2019-12-01 Tomasz MiąskoConditional compilation for sanitizers
2019-12-01 borsAuto merge of #66917 - Centril:rollup-xj2enik, r=Centril
2019-12-01 Mazdak FarrokhzadRollup merge of #66896 - RalfJung:queries, r=Zoxc
2019-12-01 Mazdak FarrokhzadRollup merge of #66890 - dtolnay:fmt4, r=Dylan-DPC
2019-12-01 Mazdak FarrokhzadRollup merge of #66880 - aDotInTheVoid:add-E0203-long...
2019-12-01 Mazdak FarrokhzadRollup merge of #66832 - RalfJung:const-prop-no-alloc...
2019-12-01 Mazdak FarrokhzadRollup merge of #66790 - christianpoveda:check-set...
2019-12-01 Mazdak FarrokhzadRollup merge of #66726 - CAD97:miri-recursion-limit...
2019-12-01 Mazdak FarrokhzadRollup merge of #66679 - mark-i-m:fix-anon-lifetime...
2019-12-01 Mazdak FarrokhzadRollup merge of #66662 - RalfJung:miri-test-liballoc...
2019-12-01 Mazdak FarrokhzadRollup merge of #66503 - thomasetter:panic-error-msg...
2019-12-01 borsAuto merge of #66908 - Centril:rollup-26givp6, r=Centril
2019-11-30 Mazdak FarrokhzadRollup merge of #66895 - Centril:rustc_feature, r=oli-obk
2019-11-30 Mazdak FarrokhzadRollup merge of #66894 - dtolnay:prelude, r=Centril
2019-11-30 Mazdak FarrokhzadRollup merge of #66889 - dtolnay:fmt6, r=rkruppe
2019-11-30 Mazdak FarrokhzadRollup merge of #66883 - eddyb:we-cant-have-nice-things...
2019-11-30 Mazdak FarrokhzadRollup merge of #66870 - tmiasko:simplify-ty, r=oli-obk
2019-11-30 Mazdak FarrokhzadRollup merge of #66858 - 0dvictor:capi, r=rkruppe
2019-11-30 Mazdak FarrokhzadRollup merge of #66759 - CAD97:patch-3, r=KodrAus
2019-11-30 Mazdak FarrokhzadRollup merge of #66705 - pitdicker:atomic_mut_ptr,...
2019-11-30 Mazdak FarrokhzadRollup merge of #66612 - Nadrieril:or-patterns-initial...
2019-11-30 Eduard-Mihai Burtescurustc: don't just show raw DefIndex's in BrNamed's...
2019-11-30 Mazdak Farrokhzadmove GateIssue to rustc_feature & simplify emit_feature_err
2019-11-30 cad97Use recursion_limit for const eval stack limit
2019-11-30 David TolnayRollup merge of #66847 - dtolnay:_fmt, r=joshtriplett
2019-11-30 borsAuto merge of #66873 - RalfJung:miri-args, r=dtolnay
2019-11-30 Mazdak Farrokhzadmove UnstableFeatures -> rustc_feature
2019-11-29 Eduard-Mihai Burtescurustc: move mir::SourceScopeLocalData to a field of...
2019-11-29 Eduard-Mihai Burtescurustc: move MIR source_scope_local_data's ClearCrossCra...
2019-11-29 Mazdak Farrokhzadintroduce crate rustc_feature and move active, accepted...
2019-11-29 Eduard-Mihai Burtescurustc: fix ty::Const::eval's handling of inference...
2019-11-29 borsAuto merge of #66879 - RalfJung:rollup-nprxpzi, r=RalfJung
2019-11-29 Ralf JungRollup merge of #66872 - Mikotochan:patch-1, r=jonas...
2019-11-29 Ralf JungRollup merge of #66844 - RalfJung:caller-location-leak...
2019-11-29 Ralf JungRollup merge of #66837 - ohadravid:epsilon-doc, r=dtolnay
2019-11-29 Ralf JungRollup merge of #66826 - mlodato517:mlodato517-clarify...
2019-11-29 Ralf JungRollup merge of #66808 - GuillaumeGomez:cleanup-err...
2019-11-29 Ralf JungRollup merge of #66793 - matthewjasper:record-static...
2019-11-29 Ralf JungRollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum
2019-11-29 Ralf JungRollup merge of #66766 - RalfJung:panic-comments, r...
2019-11-29 Ralf JungRollup merge of #66613 - Areredify:trait-ref-print...
2019-11-29 Ralf JungRollup merge of #66589 - TheSamsa:master, r=Dylan-DPC
2019-11-29 Ralf JungRollup merge of #66379 - CreepySkeleton:patch-1, r...
2019-11-29 borsAuto merge of #66321 - ninjasource:async-fn-resume...
2019-11-29 Mark Mansiimprove lifetime errors with implicit trait object...
2019-11-29 borsAuto merge of #66697 - petrochenkov:nocstore, r=eddyb
2019-11-29 Mikhail Babenkoallow customising ty::TraitRef's printing behavior
2019-11-29 borsAuto merge of #66645 - RalfJung:dereferenceable, r...
2019-11-29 borsAuto merge of #66590 - Aaron1011:fix/real-impl-trait...
2019-11-29 borsAuto merge of #66547 - leo60228:procfs-fallback, r...
2019-11-29 borsAuto merge of #66567 - estebank:suggest-copy, r=Centril
2019-11-28 Eduard-Mihai Burtescurustc: hide HirId's fmt::Debug output from -Z span_free...
2019-11-28 Esteban Küberreview comments
2019-11-28 Esteban KüberDeduplicate type param constraint suggestion code
2019-11-28 Aaron HillApply proper commit from PR #63934
2019-11-28 Vadim Petrochenkovrustc: Move some queries to `rustc_metadata`
2019-11-28 Vadim Petrochenkovrustc_metadata: Move `has_global_allocator` from sessio...
2019-11-28 Vadim Petrochenkovrustc_metadata: Privatize `CrateMetadata::extern_crate`
2019-11-28 borsAuto merge of #66642 - ecstatic-morse:promotion-in...
2019-11-28 borsAuto merge of #66603 - Nadrieril:fix-65413, r=varkor
2019-11-28 borsAuto merge of #66246 - matthewjasper:simplify-mem-cat...
2019-11-28 Ralf Jungconst_prop: detect and avoid catching Miri errors that...
2019-11-28 David HaigRemoved FIXME comment
2019-11-28 David HaigRemove duplication using single variant for error
2019-11-28 David HaigFixed merge issue
2019-11-28 David HaigFixed merge issue
2019-11-28 David HaigSquash
2019-11-28 borsAuto merge of #66294 - davidhewitt:const_fn_memoization...
2019-11-28 borsAuto merge of #65013 - petertodd:2019-maybeuninit-debug...
next