]> git.lizzy.rs Git - rust.git/history - src/librustc_trans/mir/constant.rs
refactor `ParamEnv::empty(Reveal)` into two distinct methods
[rust.git] / src / librustc_trans / mir / constant.rs
2018-03-13 Niko Matsakisrefactor `ParamEnv::empty(Reveal)` into two distinct...
2018-03-12 kennytmRollup merge of #48954 - GuillaumeGomez:missing-links...
2018-03-12 kennytmRollup merge of #48631 - focusaurus:remember-collapse...
2018-03-12 kennytmRollup merge of #48480 - jethrogb:patch-5, r=alexcrichton
2018-03-12 kennytmRollup merge of #48934 - Phlosioneer:42453-debug-hygene...
2018-03-12 kennytmRollup merge of #48824 - davidalber:update-conduct...
2018-03-12 kennytmRollup merge of #48705 - klnusbaum:update_rfc_process...
2018-03-12 kennytmRollup merge of #48201 - NovemberZulu:master, r=stevekl...
2018-03-12 borsAuto merge of #48295 - Keruspe:master, r=alexcrichton
2018-03-11 borsAuto merge of #48799 - alexcrichton:more-osx-cores...
2018-03-10 borsAuto merge of #48419 - bobtwinkles:fix_late_bound_reg_s...
2018-03-10 borsAuto merge of #48388 - kyrias:relro-level-cg, r=alexcri...
2018-03-10 borsAuto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis
2018-03-10 borsAuto merge of #48755 - GuillaumeGomez:rustdoc-fixes...
2018-03-09 borsAuto merge of #48326 - RalfJung:generic-bounds, r=petro...
2018-03-09 Manish GoregaokarRollup merge of #48857 - Songbird0:improve_column_macro...
2018-03-09 Manish GoregaokarRollup merge of #48856 - Songbird0:improve_line_macro_d...
2018-03-09 Manish GoregaokarRollup merge of #48588 - alexcrichton:termcolor, r...
2018-03-08 Manish GoregaokarRollup merge of #48808 - Zoxc:reg-diag, r=michaelwoerister
2018-03-08 Manish GoregaokarRollup merge of #48789 - GuillaumeGomez:horizontal...
2018-03-08 Manish GoregaokarRollup merge of #48752 - alexcrichton:fix-target-featur...
2018-03-08 Manish GoregaokarRollup merge of #48738 - Songbird0:parseinterror_potent...
2018-03-08 Manish GoregaokarRollup merge of #48699 - frewsxcv:frewsxcv-impl-trait...
2018-03-08 Manish GoregaokarRollup merge of #48682 - spastorino:make_causal_lazy...
2018-03-08 Manish GoregaokarRollup merge of #48292 - topecongiro:from_str-for-path...
2018-03-08 borsAuto merge of #46882 - oli-obk:miri3, r=eddyb
2018-03-08 Oliver SchneiderUnregress error spans in constant errors
2018-03-08 Oliver SchneiderReport const eval errors at the correct span
2018-03-08 Oliver SchneiderSimplify const SIMD shuffle in trans
2018-03-08 Oliver SchneiderUse Mutability enum instead of bool
2018-03-08 Oliver SchneiderRename simd shuffle function and adjust comment
2018-03-08 Oliver SchneiderNuke ConstInt and Const*size
2018-03-08 Oliver SchneiderHide the RefCell inside InterpretInterner
2018-03-08 Oliver SchneiderDon't borrow the interpret_interner for anything but...
2018-03-08 Oliver SchneiderAdd InterpretInterner to StableHashingContext for Alloc...
2018-03-08 Oliver SchneiderFully use miri in trans
2018-03-08 Oliver SchneiderNuke the entire ctfe from orbit, it's the only way...
2018-03-08 Oliver SchneiderProduce instead of pointers
2018-03-08 Oliver SchneiderAdd a variant to ConstVal for storing miri results
2018-03-03 kennytmRollup merge of #48283 - QuietMisdreavus:rustdoc-readme...
2018-02-28 Manish GoregaokarRollup merge of #48355 - mikhail-m1:subslice_pattern_ar...
2018-02-28 borsAuto merge of #48056 - ExpHP:macro-commas, r=dtolnay
2018-02-28 borsAuto merge of #47894 - vi:rustdoc_foldable_impls, r...
2018-02-25 kennytmRollup merge of #47970 - vlovich:condvar_wait_until...
2018-02-24 Manish GoregaokarRollup merge of #48110 - Centril:stabilize/box_leak...
2018-02-24 Manish GoregaokarRollup merge of #47689 - davidtwco:issue-45157, r=nikom...
2018-02-24 Manish GoregaokarRollup merge of #47987 - Zoxc:rm-recursion-checking...
2018-02-23 Manish GoregaokarRollup merge of #48157 - scottmcm:try-for-each, r=dtolnay
2018-02-23 Manish GoregaokarRollup merge of #48083 - jseyfried:improve_tuple_struct...
2018-02-23 Manish GoregaokarRollup merge of #48072 - cramertj:impl-trait-lifetime...
2018-02-21 Guillaume GomezRollup merge of #47379 - da-x:master, r=sfackler
2018-02-18 borsAuto merge of #47687 - SimonSapin:panic-impl, r=sfackler
2018-02-17 borsAuto merge of #47408 - eddyb:deref-danger, r=nikomatsakis
2018-02-17 Guillaume GomezRollup merge of #48095 - QuietMisdreavus:doctest-assemb...
2018-02-17 borsAuto merge of #47956 - retep998:is-nibbles, r=BurntSushi
2018-02-17 borsAuto merge of #47926 - mikhail-m1:subslice_pattern_arra...
2018-02-17 borsAuto merge of #47906 - Zoxc:nocycle, r=nikomatsakis
2018-02-16 borsAuto merge of #46714 - leodasvacas:refactor-structurall...
2018-02-16 borsAuto merge of #45404 - giannicic:defaultimpl2, r=nikoma...
2018-02-14 kennytmRollup merge of #48035 - technicalguy:Early-exit-empty...
2018-02-14 kennytmRollup merge of #48130 - ollie27:stab, r=Mark-Simulacrum
2018-02-14 kennytmRollup merge of #48126 - newpavlov:patch-1, r=alexcrichton
2018-02-14 kennytmRollup merge of #48087 - scottmcm:range_is_empty, r...
2018-02-14 kennytmRollup merge of #48065 - Xaeroxe:patch-1, r=alexcrichton
2018-02-14 kennytmRollup merge of #48033 - GuillaumeGomez:better-char...
2018-02-14 kennytmRollup merge of #48005 - panicbit:env_unimpl_send_sync...
2018-02-14 kennytmRollup merge of #47846 - roblabla:bugfix-ocaml, r=kennytm
2018-02-14 kennytmRollup merge of #47806 - PramodBisht:feature/47801...
2018-02-13 borsAuto merge of #47804 - retep007:recursive-requirements...
2018-02-12 borsAuto merge of #47843 - estebank:teach, r=nikomatsakis
2018-02-11 borsAuto merge of #47752 - mark-i-m:at-most-once-rep, r...
2018-02-11 borsAuto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb
2018-02-11 borsAuto merge of #47657 - algesten:save-analysis-impls...
2018-02-11 borsAuto merge of #48092 - eddyb:discriminate-the-void...
2018-02-10 borsAuto merge of #47286 - Aaronepower:master, r=Mark-Simul...
2018-02-10 borsAuto merge of #48113 - kennytm:rollup, r=kennytm
2018-02-10 kennytmRollup merge of #47547 - varkor:infinite-iterators...
2018-02-10 kennytmRollup merge of #48124 - alexcrichton:clean-up-debuggin...
2018-02-10 kennytmRollup merge of #48120 - matthiaskrgr:typos_src_1,...
2018-02-10 kennytmRollup merge of #48085 - alexcrichton:update-dlmalloc...
2018-02-10 kennytmRollup merge of #48100 - Mark-Simulacrum:fetch-nand...
2018-02-10 kennytmRollup merge of #48107 - matthiaskrgr:typo__substract_t...
2018-02-10 kennytmRollup merge of #48101 - Mark-Simulacrum:new-books...
2018-02-10 kennytmRollup merge of #48098 - alexcrichton:fix-i686-dist...
2018-02-10 kennytmRollup merge of #48086 - Zoxc:gen-fix, r=nikomatsakis
2018-02-10 kennytmRollup merge of #48080 - GuillaumeGomez:mobile-docs...
2018-02-10 kennytmRollup merge of #48078 - alexcrichton:fix-required...
2018-02-10 kennytmRollup merge of #48064 - Manishearth:intra-doc-bail...
2018-02-10 kennytmRollup merge of #48059 - alexcrichton:sccachebs, r...
2018-02-10 kennytmRollup merge of #48058 - cuviper:binaryen-gcc8, r=alexc...
2018-02-10 kennytmRollup merge of #48051 - ollie27:rustdoc_fn_unit_return...
2018-02-10 kennytmRollup merge of #48047 - etaoins:fix-ice-for-mismatched...
2018-02-10 kennytmRollup merge of #48015 - o01eg:disableable-installation...
2018-02-10 kennytmRollup merge of #47854 - varkor:create-out-dir, r=pnkfelix
2018-02-10 kennytmRollup merge of #47835 - Mark-Simulacrum:remove-data...
2018-02-10 kennytmRollup merge of #47790 - tinaun:patch-1, r=sfackler
2018-02-09 borsAuto merge of #47802 - bobtwinkles:loop_false_edge...
2018-02-09 borsAuto merge of #47761 - GuillaumeGomez:test-themes,...
2018-02-09 borsAuto merge of #47489 - pnkfelix:limit-2pb-issue-46747...
2018-02-08 Alex CrichtonDisallow function pointers to #[rustc_args_required_const]
next