]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb
[rust.git] / src /
2018-12-02 borsAuto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb
2018-12-02 borsAuto merge of #56275 - RalfJung:win-mutex, r=SimonSapin
2018-12-02 Ralf Jungavoid MaybeUninit::get_mut where it is not needed
2018-12-02 Ralf Junglet FIXME refer to tracking issue
2018-12-02 Ralf Jungno reason to use mutable references here at all
2018-12-02 borsAuto merge of #56378 - ljedrz:arena_tweaks, r=nagisa
2018-12-02 borsAuto merge of #56406 - nrc:update, r=kennytm
2018-12-02 ljedrzarena: improve common patterns
2018-12-02 borsAuto merge of #56396 - dlrobertson:fix_va_list_tests...
2018-12-01 borsAuto merge of #55275 - petrochenkov:extself, r=eddyb
2018-12-01 Vadim Petrochenkovresolve: Support aliasing local crate root in extern...
2018-12-01 Nick CameronUpdate RLS and Rustfmt
2018-12-01 borsAuto merge of #56165 - RalfJung:drop-glue-type, r=eddyb...
2018-12-01 borsAuto merge of #56391 - alexcrichton:less-compare-mode...
2018-11-30 Alex Crichtonci: Only run compare-mode tests on one builder
2018-11-30 Dan Robertsontests: Simplify VaList run-make test
2018-11-30 borsAuto merge of #56381 - kennytm:rollup, r=kennytm
2018-11-30 kennytmRollup merge of #56214 - scalexm:unification, r=nikomat...
2018-11-30 kennytmRollup merge of #56337 - phansch:fix_const_ice, r=oli-obk
2018-11-30 kennytmRollup merge of #56324 - Zoxc:int-ext, r=nikomatsakis
2018-11-30 kennytmRollup merge of #55011 - vi:panic_immediate_abort,...
2018-11-30 kennytmRollup merge of #56365 - alexreg:stabilise-self_struct_...
2018-11-30 kennytmRollup merge of #56373 - steveklabnik:update-books...
2018-11-30 kennytmRollup merge of #56367 - alexreg:move-feature-gate...
2018-11-30 kennytmRollup merge of #56364 - dlrobertson:fix_55903, r=oli-obk
2018-11-30 kennytmRollup merge of #56360 - alexcrichton:linkchecker-omg...
2018-11-30 kennytmRollup merge of #56355 - Zoxc:inline-things, r=michaelw...
2018-11-30 kennytmRollup merge of #56349 - davidtwco:issue-55396-inferenc...
2018-11-30 kennytmRollup merge of #56341 - frewsxcv:frewsxcv-util-cstr...
2018-11-30 kennytmRollup merge of #56339 - yui-knk:remove_mir_stats_flag...
2018-11-30 kennytmRollup merge of #56336 - nnethercote:clean-up-pp, r...
2018-11-30 kennytmRollup merge of #56268 - nnethercote:fold_opt_expr...
2018-11-30 kennytmRollup merge of #56216 - SimonSapin:array-tryfrom-slice...
2018-11-30 kennytmRollup merge of #56131 - ljedrz:assorted, r=RalfJung
2018-11-30 kennytmRollup merge of #56014 - euclio:issue-21335, r=nagisa
2018-11-30 kennytmRollup merge of #55821 - ljedrz:cached_key_sorts, r...
2018-11-30 Alexander RegueiroMoved feature-gate tests to correct dir.
2018-11-30 Alexander RegueiroUpdated ui tests.
2018-11-30 Alexander RegueiroRemoved feature gate.
2018-11-30 ljedrzarena: speed up TypedArena::clear
2018-11-30 Steve KlabnikAdd the edition guide to doc.rust-lang.org
2018-11-30 Steve Klabnikupdate nomicon
2018-11-30 Philipp HanschPacify tidy
2018-11-30 Philipp HanschFix const_fn ICE with non-const function pointer
2018-11-30 John Kåre AlsakerInline things
2018-11-30 borsAuto merge of #49219 - eddyb:proc-macro-decouple, r...
2018-11-30 Eduard-Mihai Burtescubootstrap: provide host `rust_test_helpers` to compilet...
2018-11-30 Eduard-Mihai Burtescutests: ignore wasm32 for run-pass/proc-macro/expand...
2018-11-30 Eduard-Mihai Burtescutests: use alloc instead of libc in unnecessary-extern...
2018-11-30 Eduard-Mihai Burtescucompiletest: don't pass -Clinker when `// force-host...
2018-11-30 Eduard-Mihai Burtescutests: use a #![no_std] target crate in run-make/rustc...
2018-11-30 Eduard-Mihai Burtescubootstrap: don't use libraries from MUSL_ROOT on non...
2018-11-30 Eduard-Mihai Burtescutests: support cross-compilation in run-make/rustc...
2018-11-30 Eduard-Mihai Burtescubootstrap: ensure that `libproc_macro` is available...
2018-11-30 Eduard-Mihai Burtescutests: use `force-host` and `no-prefer-dynamic` in...
2018-11-30 Eduard-Mihai Burtescutests: move all proc_macro tests from -fulldeps.
2018-11-30 Eduard-Mihai Burtescutests: remove ignore-stage1 where possible in proc_macr...
2018-11-30 Eduard-Mihai BurtescuStatically link proc_macro into proc macros.
2018-11-30 Eduard-Mihai Burtescuproc_macro: move to a dependency of libtest.
2018-11-30 Eduard-Mihai Burtescuproc_macro: move the rustc server to syntax_ext.
2018-11-30 Eduard-Mihai Burtescuproc_macro: remove the __internal module.
2018-11-30 Eduard-Mihai Burtescuproc_macro: introduce a "bridge" between clients (proc...
2018-11-30 Alexander RegueiroChanged test for issue 56202 to compile-pass.
2018-11-30 Esteban KüberUse opt_def_id instead of having special branch
2018-11-30 Esteban KüberFix ICE with feature self_struct_ctor
2018-11-30 Dan RobertsonFix panic with outlives in existential type
2018-11-29 Vitaly _Vi ShukelaFix exceeding line width limit
2018-11-29 Vitaly _Vi Shukelapanic_immediate_abort: Fix issues from review
2018-11-29 Alex CrichtonOptimize local linkchecker program
2018-11-29 Vitaly _Vi ShukelaAdd libstd and libcore Cargo features "panic_immediate_...
2018-11-29 John Kåre AlsakerAdd inline attributes and add unit to CommonTypes
2018-11-29 scalexmCorrectly generalize inference variables in `nll_relate`
2018-11-29 scalexmFix doc comments
2018-11-29 scalexmImplement `AggregateOps`
2018-11-29 scalexmImplement `ResolventOps`
2018-11-29 scalexmHandle inference variables in `nll_relate` and use...
2018-11-29 David WoodOnly consider stem when extension is exe.
2018-11-29 borsAuto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb
2018-11-29 bjorn3Move get_static from CodegenCx to Builder
2018-11-29 bjorn3Use implicit deref instead of BuilderMethods::cx()
2018-11-29 bjorn3Require Deref to CodegenCx for HasCodegen
2018-11-29 bjorn3Rename static_bitcast to const_bitcast
2018-11-29 bjorn3Remove static_addr_of_mut from cg_ssa
2018-11-29 bjorn3Rename StaticMethods::static_ptrcast to ConstMethods...
2018-11-29 bjorn3Remove static_bitcast from cg_ssa
2018-11-29 bjorn3Remove an unnecessary reference
2018-11-29 bjorn3Move IntrinsicCallMethods::call_overflow_intrinsics...
2018-11-29 bjorn3Remove call_lifetime_intrinsic from cg_ssa
2018-11-29 bjorn3Use BackendTypes instead of Backend or HasCodegen in...
2018-11-29 bjorn3Rustfmt on cg_ssa/traits
2018-11-29 bjorn3Don't use llvm intrinsic names in cg_ssa
2018-11-29 bjorn3Remove __build_diagnostic_array! from cg_utils
2018-11-29 bjorn3Remove static_replace_all_uses and statics_to_rauw...
2018-11-29 bjorn3Make ConstMethods and StaticMethods require BackendType...
2018-11-29 bjorn3Some refactorings
2018-11-29 borsAuto merge of #56298 - tromey:update-and-reenable-lldb...
2018-11-29 John Kåre AlsakerUse raw_entry for more efficient interning
2018-11-29 Corey FarwellRename conversion util; remove duplicate util in librus...
2018-11-29 borsAuto merge of #56340 - GuillaumeGomez:rollup, r=Guillau...
2018-11-29 Guillaume GomezRollup merge of #56330 - estebank:cleanup-span, r=zackm...
next