]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #67598 - jumbatm:issue67557_simd_shuffle, r=oli-obk
[rust.git] / src /
2019-12-28 borsAuto merge of #67598 - jumbatm:issue67557_simd_shuffle...
2019-12-28 borsAuto merge of #67670 - oli-obk:rollup-2dp08sd, r=oli-obk
2019-12-27 Oliver SchererRollup merge of #67664 - Manishearth:mailmapfixes,...
2019-12-27 Oliver SchererRollup merge of #67659 - SimonSapin:matches, r=rkruppe
2019-12-27 Oliver SchererRollup merge of #67654 - rossmacarthur:fix-51770-add...
2019-12-27 Oliver SchererRollup merge of #67635 - Mark-Simulacrum:path-doc-unsaf...
2019-12-27 Oliver SchererRollup merge of #67633 - christianpoveda:patch-1, r...
2019-12-27 Oliver SchererRollup merge of #67632 - kraai:remove-collapsed-referen...
2019-12-27 Oliver SchererRollup merge of #67629 - kraai:remove-redundant-link...
2019-12-27 Oliver SchererRollup merge of #67621 - matthewjasper:correct-static...
2019-12-27 Oliver SchererRollup merge of #67617 - kraai:remove-compiler_builtins...
2019-12-27 Oliver SchererRollup merge of #67604 - christianpoveda:scalar_to_...
2019-12-27 Oliver SchererRollup merge of #67602 - xfix:use-issue-none-instead...
2019-12-27 Oliver SchererRollup merge of #67594 - oxalica:update-libc, r=Dylan-DPC
2019-12-27 Oliver SchererRollup merge of #67588 - Kixunil:nonnull-slice-iter...
2019-12-27 Oliver SchererRollup merge of #67576 - king6cong:slice_repeat, r...
2019-12-27 Oliver SchererRollup merge of #65244 - seanmonstar:into-future, r...
2019-12-27 Sean McArthurcore: add IntoFuture trait and support for await
2019-12-27 borsAuto merge of #67035 - Goirad:implement-ipadd-padding...
2019-12-27 Simon SapinStabilize the `matches!` macro
2019-12-27 Ross MacArthurAdd regression test for old NLL ICE
2019-12-27 borsAuto merge of #67437 - matthew-healy:skip-llvm-rebuild...
2019-12-27 borsAuto merge of #67192 - oli-obk:const_zst_addr, r=RalfJu...
2019-12-27 borsAuto merge of #66936 - cjgillot:hirene-expr, r=Zoxc
2019-12-26 Camille GILLOTMove arena_vec inside lowering.
2019-12-26 Camille GILLOTRemove some type information.
2019-12-26 Camille GILLOTFewer calls to arena.alloc.
2019-12-26 Camille GILLOTFallout in other crates.
2019-12-26 Camille GILLOTLowering for hir::Expr.
2019-12-26 Camille GILLOTVisit for hir::Expr.
2019-12-26 Camille GILLOTSyntax for hir::Expr.
2019-12-26 Matthew HealySkip LLVM rebuild when skip-rebuild is true
2019-12-26 Matthew HealyParse llvm_skip_rebuild into Config
2019-12-26 Oliver SchererMake ui test bitwidth independent
2019-12-26 Oliver SchererFix rebase fallout
2019-12-26 Oliver SchererUse the targetted const eval functions
2019-12-26 Oliver SchererReintroduce the recursion comment
2019-12-26 Oliver SchererDocumentation nit
2019-12-26 Oliver SchererAdd a `const_eval` helper to `InterpCx`
2019-12-26 Oliver SchererEarly abort instead of building up zero sized values
2019-12-26 Oliver SchererExplain why `const_eval` is ok here
2019-12-26 Oliver SchererTypo
2019-12-26 Oliver SchererRemove unintended noisy log statement
2019-12-26 Oliver SchererExplain the currently necessary existance of `Transmute...
2019-12-26 Oliver SchererExplain what we are doing with parameter environments...
2019-12-26 Oliver SchererComments should start capitalized and end in a period
2019-12-26 Oliver SchererExplain ParamEnv::reveal_all usage
2019-12-26 Oliver SchererAdd regression test for ZST statics being allowed to...
2019-12-26 Oliver SchererImmediately evaluate and validate constants when we...
2019-12-26 Oliver SchererInterning even happens when validation of a constant...
2019-12-26 Oliver SchererPrevent an ICE on invalid transmutes
2019-12-26 Oliver SchererComment on a few odd things that we should look at
2019-12-26 Oliver SchererSimplify `force_allocation_maybe_sized`
2019-12-26 Oliver SchererRetire `to_ptr` which should already have no users...
2019-12-26 Oliver SchererDon't ICE on the use of integer addresses for ZST const...
2019-12-26 Martin HabovstiakUse NonNull in slice::Iter and slice::IterMut.
2019-12-26 Mark RousskovDocument safety of Path casting
2019-12-26 borsAuto merge of #67592 - matthewjasper:cleanup-match...
2019-12-26 Dario GonzalezImplement padding for IpAddr without heap alloc
2019-12-26 Matthew KraaiConvert collapsed to shortcut reference links
2019-12-26 borsAuto merge of #67327 - oli-obk:cleanup, r=RalfJung
2019-12-26 Matthew KraaiRemove redundant link texts
2019-12-26 Oliver SchererRebase fallout
2019-12-26 Oliver SchererA cycle error on a diverging function is now a const...
2019-12-26 Oliver SchererBail out before running the query
2019-12-26 Oliver SchererTidy
2019-12-26 Oliver SchererFix imports after rebase
2019-12-26 Oliver SchererRename `query` module
2019-12-26 Oliver SchererMove function definitions before their first use
2019-12-26 Oliver SchererMove all functions used by the queries to query.rs
2019-12-26 Oliver SchererMove a function to make its adjacent impl block easier...
2019-12-26 Oliver SchererMake some functions crate local
2019-12-26 Oliver SchererMove `eval_body_using_ecx` to the only module it is...
2019-12-26 Oliver SchererMove `eval_const_fn_call` to the `const_eval` module
2019-12-26 Oliver SchererMove const eval query components into their own module
2019-12-26 Oliver SchererMove const eval machine into its own module
2019-12-26 borsAuto merge of #66670 - crlf0710:normalize_ident, r...
2019-12-26 Charles LewAdd unicode-normalization to whitelist.
2019-12-26 Charles LewAdd a test and bless existing test case.
2019-12-26 Charles LewNormalize identifiers in librustc_parse.
2019-12-26 borsAuto merge of #67268 - estebank:assoc-types, r=oli-obk
2019-12-26 borsAuto merge of #67580 - RalfJung:miri-unleash-tests...
2019-12-25 borsAuto merge of #66919 - dtolnay:description, r=KodrAus
2019-12-25 Matthew JasperUse the correct type for static qualifs
2019-12-25 Matthew KraaiRemove `compiler_builtins_lib` documentation
2019-12-25 Esteban KüberFix rebase and sort assoc type list for deterministic...
2019-12-25 Christian Povedarewrite scalar to integer methods
2019-12-25 Christian PovedaAdd Scalar::to_(u|i)16 methods
2019-12-25 Konrad BorowskiUse issue = "none" instead of "0" in intrinsics
2019-12-25 borsAuto merge of #67524 - LukasKalbertodt:improve-into...
2019-12-25 Ralf Junguse error-pattern
2019-12-25 matthewjasperUse link in doc comment
2019-12-25 Matthew JasperFeature gate or patterns in const contexts
2019-12-25 Matthew JasperSplit `match_expr` into smaller functions
2019-12-25 Matthew JasperRemove `-Znll-dont-emit-read-for-match`
2019-12-25 Matthew JasperReduce log level from info to debug
2019-12-25 David TolnayDeprecate Error::description for real
2019-12-25 Esteban KüberFix suggestion span for typo in associated type name
2019-12-25 Esteban KüberCleanup: move code to their own methods and deduplicate...
2019-12-25 Esteban KüberAccount for multiple trait bounds with missing associat...
next