]> git.lizzy.rs Git - rust.git/history - src/librustc
Rollup merge of #66515 - Centril:cheaper-inline-asm, r=oli-obk
[rust.git] / src / librustc /
2019-11-21 Mazdak FarrokhzadRollup merge of #66515 - Centril:cheaper-inline-asm...
2019-11-21 Mazdak FarrokhzadRollup merge of #66468 - RalfJung:simd-cleanup, r=oli-obk
2019-11-21 Mazdak FarrokhzadRollup merge of #65730 - csmoe:return-lifetime, r=nikom...
2019-11-21 Mazdak FarrokhzadRollup merge of #65355 - Centril:almost-is-never-enough...
2019-11-21 Mazdak FarrokhzadGate fallback via `#![feature(never_type_fallback)]`.
2019-11-21 Mazdak FarrokhzadStabilize the `never_type`, written `!`.
2019-11-21 Mazdak Farrokhzadreduce size of hir::ExprKind
2019-11-20 borsAuto merge of #66578 - Centril:rollup-pgz1v7t, r=Centril
2019-11-20 Mazdak FarrokhzadRollup merge of #66573 - pnkfelix:issue-66568-ignore...
2019-11-20 Mazdak FarrokhzadRollup merge of #66535 - estebank:issue-62480, r=matthe...
2019-11-20 Mazdak FarrokhzadRollup merge of #66514 - GuillaumeGomez:fix-search...
2019-11-20 Mazdak FarrokhzadRollup merge of #66496 - petrochenkov:metapriv2, r...
2019-11-20 Mazdak FarrokhzadRollup merge of #66457 - cjgillot:just_hashstable,...
2019-11-20 Mazdak FarrokhzadRollup merge of #66298 - Ppjet6:disable-search-field...
2019-11-20 Mazdak FarrokhzadRollup merge of #66060 - traxys:test_65401, r=michaelwo...
2019-11-20 borsAuto merge of #66571 - Centril:rollup-41tn2fw, r=Centril
2019-11-20 Mazdak FarrokhzadRollup merge of #66553 - hermitcore:hermit, r=rkruppe
2019-11-20 Mazdak FarrokhzadRollup merge of #66548 - lenary:riscv/disable-atomics...
2019-11-20 Mazdak FarrokhzadRollup merge of #66546 - aradzie:remove_duplicate_funct...
2019-11-20 Mazdak FarrokhzadRollup merge of #66532 - cuviper:dwarf-aranges, r=micha...
2019-11-20 Mazdak FarrokhzadRollup merge of #66526 - estebank:async-fn-trait-inform...
2019-11-20 Mazdak FarrokhzadRollup merge of #66497 - Nadrieril:fix-53820, r=varkor
2019-11-20 Mazdak FarrokhzadRollup merge of #66478 - petrochenkov:rmplugin, r=davidtwco
2019-11-20 Mazdak FarrokhzadRollup merge of #65665 - tspiteri:italic-and-update...
2019-11-20 borsAuto merge of #66392 - estebank:trait-alias-ice, r...
2019-11-20 borsAuto merge of #66104 - yodaldevoid:generic-arg-disambig...
2019-11-19 Camille GILLOTFix derive syntax.
2019-11-19 Camille GILLOTFix project syntax.
2019-11-19 Camille GILLOTDerive HashStable more.
2019-11-19 Camille GILLOTMore HashStable.
2019-11-19 Camille GILLOTMore HashStable.
2019-11-19 Camille GILLOTDerive HashStable in librustc.
2019-11-19 Josh StoneMark -Zgenerate-arange-section as TRACKED
2019-11-19 borsAuto merge of #66454 - cjgillot:lift, r=Zoxc
2019-11-19 borsAuto merge of #66545 - Centril:rollup-xv2rx7v, r=Centril
2019-11-19 Mazdak FarrokhzadRollup merge of #66538 - dingelish:master, r=Centril
2019-11-19 Mazdak FarrokhzadRollup merge of #66536 - nnethercote:mv-QueryResult...
2019-11-19 Mazdak FarrokhzadRollup merge of #66529 - petrochenkov:reshelp2, r=davidtwco
2019-11-19 Mazdak FarrokhzadRollup merge of #66511 - haraldh:error_chain_nocopy...
2019-11-19 Mazdak FarrokhzadRollup merge of #66493 - JohnTitor:ping-me-rustc-guide...
2019-11-19 Mazdak FarrokhzadRollup merge of #66461 - clemencetbk:master, r=Guillaum...
2019-11-19 Mazdak FarrokhzadRollup merge of #66431 - Aaron1011:fix/opaque-type...
2019-11-19 Mazdak FarrokhzadRollup merge of #66430 - dns2utf8:fix_code_selection_cl...
2019-11-19 Mazdak FarrokhzadRollup merge of #66239 - estebank:suggest-async-closure...
2019-11-19 Mazdak FarrokhzadRollup merge of #66090 - pietroalbini:ci-improvements...
2019-11-19 borsAuto merge of #66206 - PotHix:master, r=estebank
2019-11-19 Nicholas NethercoteMove the definition of `QueryResult` into `plumbing...
2019-11-19 borsAuto merge of #66074 - wesleywiser:test_run_const_prop...
2019-11-18 Josh StoneGenerate DWARF address ranges for faster lookups
2019-11-18 Gabriel Smithrustc: lowering: Lower type args as const args when...
2019-11-18 borsAuto merge of #58281 - mark-i-m:synthesis, r=estebank
2019-11-18 Gabriel Smithrustc: hir: Add method to check validity of a Res/Def...
2019-11-18 Esteban Küberreview comments
2019-11-18 borsAuto merge of #54733 - GuillaumeGomez:stabilize-rustdoc...
2019-11-18 Aaron HillReplace bool with new `FallbackMode` enum
2019-11-18 Aaron HillFix 'type annotations needed' error with opaque types
2019-11-18 borsAuto merge of #66459 - eddyb:update-llvm-wasm-dwarf...
2019-11-18 Camille GILLOTRetire EnumLiftImpl.
2019-11-18 Camille GILLOTRetire BraceStructLiftImpl.
2019-11-18 borsAuto merge of #66396 - smmalis37:pythontest, r=alexcrichton
2019-11-18 borsAuto merge of #66238 - ehuss:stabilize-rustdoc-edition...
2019-11-18 borsAuto merge of #65456 - estebank:trait-bound-borrow...
2019-11-17 borsAuto merge of #66385 - ecstatic-morse:check-only-pass2...
2019-11-17 borsAuto merge of #66384 - cjgillot:typefoldable, r=Zoxc
2019-11-17 borsAuto merge of #66336 - ehuss:update-cargo-books, r...
2019-11-17 borsAuto merge of #66485 - JohnTitor:rollup-vbwhg6r, r...
2019-11-17 Yuki OkushiRollup merge of #66477 - ALSchwalm:clarify-transmute...
2019-11-17 Yuki OkushiRollup merge of #66471 - Alexendoo:test-issue-63116...
2019-11-17 Yuki OkushiRollup merge of #66469 - CosineP:fix/field-lint, r...
2019-11-17 Yuki OkushiRollup merge of #66466 - RalfJung:seh, r=oli-obk
2019-11-17 Yuki OkushiRollup merge of #66465 - mulimoen:fix_lifetime_elision_...
2019-11-17 Yuki OkushiRollup merge of #66456 - Centril:driver-codes, r=Mark...
2019-11-17 Yuki OkushiRollup merge of #66395 - jplatte:centralize-panic-docs...
2019-11-17 Yuki OkushiRollup merge of #66381 - Centril:66340, r=petrochenkov
2019-11-17 Yuki OkushiRollup merge of #66344 - petrochenkov:noregattr, r...
2019-11-17 Yuki OkushiRollup merge of #66271 - petrochenkov:abism, r=Centril
2019-11-17 Esteban Küberreview comments
2019-11-17 Esteban KüberSuggest calling async closure when needed
2019-11-17 Esteban Küberreview comments and fix rebase
2019-11-16 borsAuto merge of #66394 - wesleywiser:fix_oom, r=oli-obk
2019-11-16 Esteban KüberAccount for `rustc_on_unimplemented`
2019-11-16 Esteban KüberRemove unnecessary note
2019-11-16 Esteban KüberModify primary label message to be inline with error...
2019-11-16 Esteban KüberSuggest borrowing when it would satisfy an unmet trait...
2019-11-16 Esteban KüberTweak code formatting
2019-11-16 Vadim Petrochenkovast: Keep string literals in ABIs precisely
2019-11-16 Vadim Petrochenkovast: Keep `extern` qualifiers in functions more precisely
2019-11-16 Vadim Petrochenkovrustc_plugin: Remove `Registry::register_attribute`
2019-11-16 borsAuto merge of #66333 - mark-i-m:fix-rustc-guide-1,...
2019-11-16 Ralf Jungmake simd_size return a u64
2019-11-16 Ralf Jungrename and move read_vector_ty
2019-11-16 borsAuto merge of #66255 - ehuss:update-cc, r=alexcrichton
2019-11-16 borsAuto merge of #66453 - Centril:rollup-w1ohzxs, r=Centril
2019-11-16 Mazdak Farrokhzadmove DIAGNOSTICS usage to rustc_driver
2019-11-15 borsAuto merge of #66326 - Nadrieril:refactor-intrange...
2019-11-15 Dylan MacKenzieFix nits from review
2019-11-15 Dylan MacKenzieUse a bespoke type for the result of `mir_const_qualif`
2019-11-15 Dylan MacKenzieRemove -Z flag for suppressing validation mismatch ICE
2019-11-15 Mazdak FarrokhzadRollup merge of #66441 - RalfJung:seh, r=oli-obk
2019-11-15 Mazdak FarrokhzadRollup merge of #66427 - Mark-Simulacrum:errors-json...
next