]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-02 Paul Daniel... Remove inline attributes that hadn't been profiled...
2019-12-02 Paul Daniel... Fix type errors cause during rebasing
2019-12-02 Paul Daniel... Compute predecessors in mir_build query and use existin...
2019-12-02 Paul Daniel... Remove files created during conflict resolution
2019-12-02 Paul Daniel... Fix typos caused during rebase
2019-12-02 Paul Daniel... Remove HasLocalDecls impl from BodyCache's, properly...
2019-12-02 Paul Daniel... Remove BodyCache.body and rely on Deref as much as...
2019-12-02 Paul Daniel... Undo minor changes that weren't needed, fix one lifetim...
2019-12-02 Paul Daniel... Fix compilation errors created during rebase
2019-12-02 Paul Daniel... Fix typo
2019-12-02 Paul Daniel... Fix tidy errors
2019-12-02 Paul Daniel... Fix typos caused during rebase
2019-12-02 Paul Daniel... Fix remaining compilation issues
2019-12-02 Paul Daniel... Simplify BodyCache impl and fix all remaining type...
2019-12-02 Paul Daniel... Fix remaining Body -> (ReadOnly)BodyCache type errors...
2019-12-02 Paul Daniel... Fix typo caused by rebasing
2019-12-02 Paul Daniel... Add predecessors fn to ReadOnlyBodyCache, fix more...
2019-12-02 Paul Daniel... Add read_only fn to BodyCache<&mut...> impl, fix more...
2019-12-02 Paul Daniel... Fix a large number of Body -> (ReadOnly)BodyCache type...
2019-12-02 Paul Daniel... Account for new maybe_sideeffect helper that requires...
2019-12-02 Paul Daniel... Convert &mut to & since the reference didn't need to...
2019-12-02 Paul Daniel... Revert back to using FunctionCx's Body
2019-12-02 Paul Daniel... Add Body back as field of FunctionCx, but under a diffe...
2019-12-02 Paul Daniel... Improved BodyCache body impl so it only returns a shara...
2019-12-02 Paul Daniel... Remove Body from FunctionCx, pass it along during libru...
2019-12-02 Paul Daniel... Simplify Cache wrapper to single type, impl Deref on...
2019-12-02 Paul Daniel... Move predecessor cache outside of Body, use wrapper...
2019-12-02 Paul Daniel... Move predecessors cache back to its own type
2019-12-02 Paul Daniel... Add back cache invalidation to basic_blocks_and_local_d...
2019-12-02 Paul Daniel... Address nits and remove unneeded pass
2019-12-02 Paul Daniel... Address excessive line length that was triggering warni...
2019-12-02 Paul Daniel... Move predecessors cache invalidation back to basic_bloc...
2019-12-02 Paul Daniel... Ensure predecessors are recomputed at critical points...
2019-12-02 Paul Daniel... Address linting errors caught by CI
2019-12-02 Paul Daniel... Fix Mir visitor macro to ensure it calls the proper...
2019-12-02 Paul Daniel... Add pass to ensure predecessors cache is generated...
2019-12-02 Paul Daniel... Stop invalidating predecessors cache when accessing...
2019-12-02 Paul Daniel... Get rid of old comment
2019-12-02 Paul Daniel... Inline cache impl into Body, rename predecessor fns...
2019-12-02 Paul Daniel... Remove 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 Dylan MacKenzieIncorporate fixes from review
2019-12-01 Vadim Petrochenkovrustc_plugin: Some further cleanup
2019-12-01 Vadim Petrochenkovrustc_plugin: Remove support for plugins adding LLVM...
2019-12-01 Vadim Petrochenkovrustc_lint: Remove lint `plugin_as_library`
2019-12-01 Vadim Petrochenkovrustc_plugin: Remove support for adding plugins from...
2019-12-01 Vadim Petrochenkovrustc_plugin: Remove support for plugin arguments
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 Ximin Luorustbuild: don't clobber RUSTFLAGS, append to it
2019-12-01 Ximin Luorustbuild: fix cross-compile install
2019-12-01 borsAuto merge of #66908 - Centril:rollup-26givp6, r=Centril
2019-11-30 Christian PovedaMerge match branches
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... rustc: don't just show raw DefIndex's in BrNamed's...
2019-11-30 Nadrieril FeneanarApply suggestions from code review
2019-11-30 borsAuto merge of #66887 - dtolnay:rollup-uxowp8d, r=Centril
2019-11-30 Paul DickerFill tracking issue
2019-11-30 Paul DickerDocument why as_mut_ptr is safe
2019-11-30 NixonAddress review comments
2019-11-30 Makoto KatoAdd crc and crypto to target feature whitelist on arm
2019-11-30 Ralf Jungpass Queries to compiler callbacks
2019-11-30 Ralf Junglibunwind_panic: adjust miri panic hack
2019-11-30 David TolnayRemove unneeded prelude imports in libcore tests
2019-11-30 Mazdak Farrokhzadderive(Default) for Features
2019-11-30 Mazdak Farrokhzadmove GateIssue to rustc_feature & simplify emit_feature_err
2019-11-30 Mazdak Farrokhzadupdate rustc_feature crate docs
2019-11-30 Mazdak Farrokhzadtidy: adjust feature gating path
2019-11-30 David TolnayFormat liballoc with rustfmt
next