]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #66996 - ehuss:update-cargo, r=alexcrichton
[rust.git] / src /
2019-12-04 borsAuto merge of #66996 - ehuss:update-cargo, r=alexcrichton
2019-12-04 borsAuto merge of #66995 - flip1995:clippyup, r=Manishearth
2019-12-04 flip1995Update Clippy
2019-12-03 borsAuto merge of #66925 - RalfJung:miri, r=RalfJung
2019-12-03 borsAuto merge of #66997 - Centril:rollup-uraqpgu, r=Centril
2019-12-03 Mazdak FarrokhzadRollup merge of #66973 - cuviper:min-llvm7, r=alexcrichton
2019-12-03 Mazdak FarrokhzadRollup merge of #66960 - wesleywiser:fix_66787_take2...
2019-12-03 Mazdak FarrokhzadRollup merge of #66957 - parthsane:pvs/ftx_lld_linker...
2019-12-03 Mazdak FarrokhzadRollup merge of #66951 - RalfJung:miri-machine-stop...
2019-12-03 Mazdak FarrokhzadRollup merge of #66903 - Centril:parse-enum-variant...
2019-12-03 Mazdak FarrokhzadRollup merge of #66878 - Mark-Simulacrum:sess-decouple...
2019-12-03 Mazdak FarrokhzadRollup merge of #66750 - alexcrichton:update-wasi,...
2019-12-03 Eric HussUpdate cargo
2019-12-03 Mark RousskovFix UI tests for new locations
2019-12-03 Mark RousskovDeduplicate CrateConfig
2019-12-03 Mark RousskovMove Session to librustc_session
2019-12-03 Mark RousskovMove ParseSess to librustc_session
2019-12-03 Mark RousskovMove BufferedEarlyLint to librustc_session
2019-12-03 Mark RousskovDuplicate CrateConfig into Session
2019-12-03 Mark RousskovRemove dead cfg method
2019-12-03 Mark RousskovDirectly use types from libsyntax::ast
2019-12-03 Mark RousskovRe-export Client from rustc_data_structures::jobserver
2019-12-03 Mark RousskovMove NativeLibraryKind to rustc_session
2019-12-03 Mark RousskovMove early lint declarations to librustc_session
2019-12-03 Mark RousskovMove Lint to rustc_session
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 Ralf Jungupdate miri
2019-12-03 Alex CrichtonUpdate the `wasi` crate for `wasm32-wasi`
2019-12-03 borsAuto merge of #66982 - Centril:rollup-yq2281i, r=Centril
2019-12-03 Wesley Wiser[const-prop] Fix ICE calculating enum discriminant
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 Parth SaneChange linker for x86_64-fortanix-unknown-sgx to rust-lld
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 Josh StoneUpdate the minimum external LLVM to 7
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 FariaFix issues caused during rebasing
2019-12-02 Paul Daniel FariaFix issues caused during rebasing
2019-12-02 Paul Daniel FariaUse new HashStable proc macro
2019-12-02 Paul Daniel FariaFix tidy issues
2019-12-02 Paul Daniel FariaFix rebasing errors, convert some BodyCache::body(...
2019-12-02 Paul Daniel FariaFix type errors created during rebasing
2019-12-02 Paul Daniel FariaRemove unchecked inline attribute, remove unused functi...
2019-12-02 Paul Daniel FariaRemove inline attributes that hadn't been profiled...
2019-12-02 Paul Daniel FariaFix type errors cause during rebasing
2019-12-02 Paul Daniel FariaCompute predecessors in mir_build query and use existin...
2019-12-02 Paul Daniel FariaRemove files created during conflict resolution
2019-12-02 Paul Daniel FariaFix typos caused during rebase
2019-12-02 Paul Daniel FariaRemove HasLocalDecls impl from BodyCache's, properly...
2019-12-02 Paul Daniel FariaRemove BodyCache.body and rely on Deref as much as...
2019-12-02 Paul Daniel FariaUndo minor changes that weren't needed, fix one lifetim...
2019-12-02 Paul Daniel FariaFix compilation errors created during rebase
2019-12-02 Paul Daniel FariaFix typo
2019-12-02 Paul Daniel FariaFix tidy errors
2019-12-02 Paul Daniel FariaFix typos caused during rebase
2019-12-02 Paul Daniel FariaFix remaining compilation issues
2019-12-02 Paul Daniel FariaSimplify BodyCache impl and fix all remaining type...
2019-12-02 Paul Daniel FariaFix remaining Body -> (ReadOnly)BodyCache type errors...
2019-12-02 Paul Daniel FariaFix typo caused by rebasing
2019-12-02 Paul Daniel FariaAdd predecessors fn to ReadOnlyBodyCache, fix more...
2019-12-02 Paul Daniel FariaAdd read_only fn to BodyCache<&mut...> impl, fix more...
2019-12-02 Paul Daniel FariaFix a large number of Body -> (ReadOnly)BodyCache type...
2019-12-02 Paul Daniel FariaAccount for new maybe_sideeffect helper that requires...
2019-12-02 Paul Daniel FariaConvert &mut to & since the reference didn't need to...
2019-12-02 Paul Daniel FariaRevert back to using FunctionCx's Body
2019-12-02 Paul Daniel FariaAdd Body back as field of FunctionCx, but under a diffe...
2019-12-02 Paul Daniel FariaImproved BodyCache body impl so it only returns a shara...
2019-12-02 Paul Daniel FariaRemove Body from FunctionCx, pass it along during libru...
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 nits and remove unneeded pass
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...
next