]> git.lizzy.rs Git - rust.git/history - src/librustc
Auto merge of #66828 - GuillaumeGomez:less-minification, r=kinnison
[rust.git] / src / librustc /
2019-12-05 borsAuto merge of #66828 - GuillaumeGomez:less-minification...
2019-12-05 borsAuto merge of #66952 - 0dvictor:print, r=rkruppe
2019-12-05 borsAuto merge of #66520 - alexcrichton:disable-gdb-wasm...
2019-12-04 borsAuto merge of #66866 - oli-obk:const_fn_memoization...
2019-12-04 borsAuto merge of #66408 - nnethercote:greedy-process_oblig...
2019-12-04 borsAuto merge of #66275 - oli-obk:organize-intrinsics...
2019-12-04 borsAuto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa
2019-12-04 borsAuto merge of #66996 - ehuss:update-cargo, r=alexcrichton
2019-12-04 Oliver SchererLeave fixme
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 Mark RousskovMove Session to librustc_session
2019-12-03 Mark RousskovDuplicate CrateConfig into Session
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 Eduard-Mihai Burtescurustc: add docs to FnAbi::{of_fn_ptr,of_instance} and...
2019-12-03 Eduard-Mihai Burtescurustc: move Instance::fn_sig to ty::layout and privatiz...
2019-12-03 Eduard-Mihai Burtescurustc_target: add abi::call::Conv::Rust distinct from...
2019-12-03 Eduard-Mihai Burtescurustc: take a PolyFnSig instead of an FnSig in FnAbi...
2019-12-03 Eduard-Mihai Burtescurustc: rename FnAbi::new to FnAbi::of_fn_ptr.
2019-12-03 Eduard-Mihai Burtescurustc: compute FnAbi's for virtual calls through FnAbi...
2019-12-03 Eduard-Mihai Burtescurustc: use ReifyShim for reifying Virtual call instances.
2019-12-03 borsAuto merge of #66982 - Centril:rollup-yq2281i, r=Centril
2019-12-03 Eduard-Mihai Burtescurustc: expose the mir::Body reference lifetime from...
2019-12-03 Eduard-Mihai Burtescurustc: combine Instance::fn_sig_noadjust and Instance...
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 Oliver Schererconst fns can read constants that invoke unstable const fns
2019-12-03 Oliver SchererExplain the difference between the two whitelists
2019-12-03 Oliver SchererMove all intrinsic whitelists into the constness check...
2019-12-03 Mahmut BulutCheck intrinsics for callability in const fns
2019-12-03 borsAuto merge of #66256 - CAD97:patch-2, r=RalfJung
2019-12-02 Vadim Petrochenkovsyntax: Use `ast::MacArgs` for macro definitions
2019-12-02 Vadim Petrochenkovsyntax: Use `ast::MacArgs` for attributes
2019-12-02 borsAuto merge of #64736 - Nashenas88:mir_predecessors_cach...
2019-12-02 Paul Daniel FariaUse new HashStable proc macro
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 FariaCompute predecessors in mir_build query and use existin...
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 FariaFix tidy errors
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 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 FariaImproved BodyCache body impl so it only returns a shara...
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 #66874 - RalfJung:miri-assert-panic,...
2019-12-02 Ralf Jungmiri: add throw_machine_stop macro
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 JungAdd From instances for Pointer -> ScalarMaybeUndef...
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...
next