]> git.lizzy.rs Git - rust.git/history - src
support LLVM globals corresponding to miri allocations
[rust.git] / src /
2020-03-12 Chris Simpkinssupport LLVM globals corresponding to miri allocations
2020-02-13 borsAuto merge of #68406 - andjo403:selfprofileLlvm, r...
2020-02-13 borsAuto merge of #68969 - RalfJung:dont-panic, r=oli-obk
2020-02-13 Ralf Jungfix typo
2020-02-13 Ralf Jungrename PanicInfo -> AssertKind
2020-02-13 Ralf Jungimprove comments:
2020-02-13 Ralf Jungsmall cleanup in ConstEvalErr::struct_generic
2020-02-13 Ralf Jungmove PanicInfo to mir module
2020-02-13 Ralf Jungno need for hook_panic_fn to return a bool
2020-02-13 Ralf Jungremove PanicInfo::Panic variant that MIR does not use...
2020-02-13 Ralf Jungconst-prop: handle overflow_check consistently for...
2020-02-13 Ralf Jungremove Panic variant from InterpError
2020-02-13 borsAuto merge of #69023 - Centril:parse_fn, r=petrochenkov
2020-02-13 Mazdak Farrokhzadparser: is_fn_front_matter -> check_fn_front_matter
2020-02-13 Mazdak Farrokhzadparser: add test for 'extern crate async'
2020-02-13 Mazdak Farrokhzadrustc_bulltin_macros: tweak span_labels
2020-02-13 Mazdak Farrokhzadast_validation: tweak diagnostic output
2020-02-13 Mazdak Farrokhzadparser: simplify ParamCfg -> ReqName
2020-02-13 Mazdak Farrokhzadparser: address review comments
2020-02-13 Mazdak Farrokhzadparser: move `ban_async_in_2015` to `fn` parsing &...
2020-02-13 Mazdak Farrokhzadparser: inline `parse_assoc_fn` and friends.
2020-02-13 Mazdak Farrokhzadparser: solidify `fn` parsing with `parse_fn`.
2020-02-13 Mazdak Farrokhzadparser: fuse free `fn` parsing together.
2020-02-13 Mazdak Farrokhzadparser_fn_front_matter: allow `const .. extern`
2020-02-13 Mazdak FarrokhzadIsAsync -> enum Async { Yes { span: Span, .. }, No }
2020-02-13 Mazdak FarrokhzadConstness -> enum Const { Yes(Span), No }
2020-02-13 Andreas Jonsonadd selfprofiling for new llvm passmanager
2020-02-13 borsAuto merge of #69118 - Dylan-DPC:rollup-7hpm1fj, r...
2020-02-13 Dylan DPCRollup merge of #69104 - tmiasko:configure-cmake, r...
2020-02-13 Dylan DPCRollup merge of #69082 - estebank:boxfuture-box-pin...
2020-02-13 Dylan DPCRollup merge of #69068 - Goirad:make-sgx-arg-cleanup...
2020-02-13 Dylan DPCRollup merge of #69050 - nnethercote:micro-optimize...
2020-02-13 Dylan DPCRollup merge of #69049 - pthariensflame:improvement...
2020-02-13 Dylan DPCRollup merge of #69048 - estebank:hrlt-assoc, r=nagisa
2020-02-13 Dylan DPCRollup merge of #69008 - Aaron1011:fix/opaque-ty-parent...
2020-02-13 Dylan DPCRollup merge of #68848 - nnethercote:hasten-macro-parsi...
2020-02-13 Dylan DPCRollup merge of #67642 - Mark-Simulacrum:relax-bounds...
2020-02-13 borsAuto merge of #69097 - Xanewok:update-rls-rustfmt,...
2020-02-13 Esteban KüberAdd trait `Self` filtering to `rustc_on_unimplemented`
2020-02-12 Esteban KüberAccount for `Pin::new(_)` and `Pin::new(Box::new(_...
2020-02-12 Esteban KüberAccount for `Box::new(impl Future)` and emit help ...
2020-02-12 Esteban KüberRemove std lib `Span` from expected boxed future test
2020-02-12 Esteban KüberWhen expecting `BoxFuture` and using `async {}`, sugges...
2020-02-12 borsAuto merge of #69105 - Dylan-DPC:rollup-n73lh5h, r...
2020-02-12 Dylan DPCRollup merge of #69095 - GuillaumeGomez:minified-theme...
2020-02-12 Dylan DPCRollup merge of #69086 - tmandry:probestack-hidden...
2020-02-12 Dylan DPCRollup merge of #69040 - jethrogb:jb/cleanup-sgx-entry...
2020-02-12 Dylan DPCRollup merge of #69038 - yaahc:backtrace-debug, r=dtolnay
2020-02-12 Dylan DPCRollup merge of #69002 - RalfJung:miri-op-overflow...
2020-02-12 Dylan DPCRollup merge of #68981 - estebank:silence, r=davidtwco
2020-02-12 Dylan DPCRollup merge of #67954 - nikic:new-pm, r=nagisa
2020-02-12 borsAuto merge of #68679 - matthewjasper:needs-type-op...
2020-02-12 Tomasz Miąskobootstrap: Configure cmake when building sanitizer...
2020-02-12 borsAuto merge of #69094 - Dylan-DPC:rollup-4qe7uv1, r...
2020-02-12 Guillaume GomezAdd test to check if minified theme are handled correctly
2020-02-12 Guillaume GomezMinify CSS rules to be able to handle minified theme...
2020-02-12 Igor MatuszewskiUpdate RLS and Rustfmt
2020-02-12 Nikita PopovAdd support for new pass manager
2020-02-12 Nikita PopovFix mangled names of lifetime intrinsics
2020-02-12 Nikita PopovUse IRBuilder to create memset
2020-02-12 Dylan DPCRollup merge of #69089 - nox:sym64-crash, r=eddyb
2020-02-12 Dylan DPCRollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPC
2020-02-12 Dylan DPCRollup merge of #69042 - yaahc:backtrace-header, r...
2020-02-12 Dylan DPCRollup merge of #69034 - petrochenkov:notokind, r=Centril
2020-02-12 Dylan DPCRollup merge of #69032 - chrissimpkins:ice-yield-printl...
2020-02-12 Dylan DPCRollup merge of #68994 - Keruspe:sanitizers-conflict...
2020-02-12 Dylan DPCRollup merge of #68914 - nnethercote:speed-up-SipHasher...
2020-02-12 Dylan DPCRollup merge of #67585 - ranma42:fix/char-is-ascii...
2020-02-12 borsAuto merge of #68241 - ecstatic-morse:unified-dataflow...
2020-02-12 Anthony RamineProperly use the darwin archive format on Apple targets
2020-02-12 borsAuto merge of #69088 - JohnTitor:rollup-x7bk7h7, r...
2020-02-12 Yuki OkushiRollup merge of #69077 - jumbatm:fix-comment, r=Dylan-DPC
2020-02-12 Yuki OkushiRollup merge of #69070 - Bassetts:master, r=alexcrichton
2020-02-12 Yuki OkushiRollup merge of #69058 - TimDiekmann:box, r=Amanieu
2020-02-12 Yuki OkushiRollup merge of #69027 - TimDiekmann:zeroed-alloc,...
2020-02-12 Yuki OkushiRollup merge of #69026 - TimDiekmann:common-usage,...
2020-02-12 Yuki OkushiRollup merge of #68999 - andjo403:itertools, r=Centril
2020-02-12 Yuki OkushiRollup merge of #68947 - chrissimpkins:python-fmt,...
2020-02-12 Yuki OkushiRollup merge of #68937 - ecstatic-morse:unchecked-intri...
2020-02-12 Yuki OkushiRollup merge of #68554 - cjgillot:lang_items, r=Zoxc
2020-02-12 Yuki OkushiRollup merge of #68487 - 0dvictor:nolink, r=tmandry
2020-02-12 Yuki OkushiRollup merge of #67695 - gilescope:truth, r=centril
2020-02-12 ljedrzremove some unused objects
2020-02-12 borsAuto merge of #68998 - lzutao:clippyup, r=Manishearth
2020-02-12 borsAuto merge of #68823 - matthiaskrgr:submodule_upd,...
2020-02-12 Lzu TaoUpdate clippy
2020-02-12 Jane LusbyFix failing backtrace ui tests
2020-02-12 Nicholas NethercoteImprove `u8to64_le`.
2020-02-11 jumbatmFix outdated doc comment.
2020-02-11 Dylan MacKenzieTest failure of unchecked arithmetic intrinsics in...
2020-02-11 Camille GILLOTReview comments.
2020-02-11 Camille GILLOTMerge rustc::middle::*lang_items.
2020-02-11 Camille GILLOTMove it all into rustc_hir.
2020-02-11 Camille GILLOTNits.
2020-02-11 Camille GILLOTMove weak_lang_items checking to librustc_passes.
2020-02-11 Camille GILLOTMove weak_lang_items.rs to librustc_passes.
2020-02-11 Camille GILLOTMove weak lang items to librustc_lang_items.
2020-02-11 Camille GILLOTMove get_lang_items query in librustc_passes.
2020-02-11 Camille GILLOTMove lang_items definitions to librustc_lang_items.
2020-02-11 Camille GILLOTMove hir::check_attr::Target to librustc_lang_items.
next