]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-03 Mark RousskovMove Level to rustc_session
2019-12-03 Mark RousskovMove duration_to_secs_str to rustc_session
2019-12-03 Mark RousskovMove cgu_reuse_tracker to librustc_session
2019-12-03 Mark RousskovIntroduce rustc_session crate
2019-12-03 Mark RousskovDecouple CguReuseTracker from Session
2019-12-03 Mark RousskovUse FxHash* from data structures not nodemap
2019-12-03 borsAuto merge of #66982 - Centril:rollup-yq2281i, r=Centril
2019-12-03 Mazdak FarrokhzadRollup merge of #66967 - Nadrieril:remove-or-pat-hack...
2019-12-03 Mazdak FarrokhzadRollup merge of #66941 - CAD97:nord, r=Dylan-DPC
2019-12-03 Mazdak FarrokhzadRollup merge of #66935 - petrochenkov:attrtok2, r=Centril
2019-12-03 Mazdak FarrokhzadRollup merge of #66904 - DevinR528:keyword-doc, r=Dylan-DPC
2019-12-03 Mazdak FarrokhzadRollup merge of #66651 - Areredify:on-unimplemented...
2019-12-03 Mazdak FarrokhzadRollup merge of #66148 - oli-obk:it_must_be_a_sign...
2019-12-03 borsAuto merge of #66947 - matthiaskrgr:submodule_upd,...
2019-12-03 borsAuto merge of #66256 - CAD97:patch-2, r=RalfJung
2019-12-02 Matthias Krügersubmodules: update clippy from 7b8e8293 to 7a943a9d
2019-12-02 Vadim PetrochenkovAddress review comments
2019-12-02 Vadim Petrochenkovsyntax: Optimize conversion `AttrItem` -> `MetaItem...
2019-12-02 Vadim Petrochenkovsyntax: Use `ast::MacArgs` for macro definitions
2019-12-02 Vadim Petrochenkovsyntax: Use `ast::MacArgs` for attributes
2019-12-02 Vadim Petrochenkovsyntax: Remove redundant span from `ast::Mac`
2019-12-02 Vadim Petrochenkovsyntax: Introduce a struct `MacArgs` for macro arguments
2019-12-02 NadrierilRemove top-level or-pattern hack
2019-12-02 NadrierilMove recently changed tests to the correct file
2019-12-02 NadrierilCorrect error on partially unreachable or-pat in `if...
2019-12-02 NadrierilLint for redundant branches in or-patterns
2019-12-02 NadrierilAdd some tests
2019-12-02 NadrierilSimplify lifetimes by allocating patterns on the arena
2019-12-02 Nadrieril`UsefulWithWitness` always carries some witnesses
2019-12-02 NadrierilDon't build the same matrix twice
2019-12-02 borsAuto merge of #64736 - Nashenas88:mir_predecessors_cach...
2019-12-02 Paul Daniel... Fix issues caused during rebasing
2019-12-02 Paul Daniel... Fix issues caused during rebasing
2019-12-02 Paul Daniel... Use new HashStable proc macro
2019-12-02 Paul Daniel... Fix tidy issues
2019-12-02 Paul Daniel... Fix rebasing errors, convert some BodyCache::body(...
2019-12-02 Paul Daniel... Fix type errors created during rebasing
2019-12-02 Paul Daniel... Remove unchecked inline attribute, remove unused functi...
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 #66874 - RalfJung:miri-assert-panic,...
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 Ralf Jungfix init_allocation_extra
2019-12-02 Ralf JungAssert terminator is never executed in ConstProp
2019-12-02 Ralf Jungfat -> wide
2019-12-02 Ralf Jungmake alloc_extra machine hook a bit nicer
2019-12-02 Ralf Jungadd and use helper method to get SourceInfo of current...
2019-12-02 Ralf JungMiri: add helper fn to allocate string; simplify alloc_...
2019-12-02 Ralf JungAdd From instances for Pointer -> ScalarMaybeUndef...
2019-12-02 Ralf Jungexpose span to M::assert_panic, and provide helper...
2019-12-02 Ralf JungMiri: add machine hook for MIR-level assertion panics
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...
next