about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-12-28Rollup merge of #67576 - king6cong:slice_repeat, r=Dylan-DPCOliver Scherer-4/+4
2019-12-28Rollup merge of #65244 - seanmonstar:into-future, r=seanmonstarOliver Scherer-12/+90
2019-12-27core: add IntoFuture trait and support for awaitSean McArthur-12/+90
2019-12-27Auto merge of #67035 - Goirad:implement-ipadd-padding, r=dtolnaybors-13/+80
2019-12-27Auto merge of #67437 - matthew-healy:skip-llvm-rebuild, r=Mark-Simulacrumbors-0/+21
2019-12-27Auto merge of #67192 - oli-obk:const_zst_addr, r=RalfJung,varkorbors-59/+192
2019-12-27Auto merge of #66936 - cjgillot:hirene-expr, r=Zoxcbors-995/+1189
2019-12-26Move arena_vec inside lowering.Camille GILLOT-12/+12
2019-12-26Remove some type information.Camille GILLOT-15/+13
2019-12-26Fewer calls to arena.alloc.Camille GILLOT-138/+121
2019-12-26Fallout in other crates.Camille GILLOT-413/+491
2019-12-26Lowering for hir::Expr.Camille GILLOT-229/+347
2019-12-26Visit for hir::Expr.Camille GILLOT-38/+41
2019-12-26Syntax for hir::Expr.Camille GILLOT-341/+355
2019-12-26Skip LLVM rebuild when skip-rebuild is trueMatthew Healy-0/+9
2019-12-26Parse llvm_skip_rebuild into ConfigMatthew Healy-0/+6
2019-12-26Document LLVM skip-rebuild config.toml optionMatthew Healy-0/+6
2019-12-26Make ui test bitwidth independentOliver Scherer-7/+11
2019-12-26Fix rebase falloutOliver Scherer-1/+6
2019-12-26Use the targetted const eval functionsOliver Scherer-9/+5
2019-12-26Reintroduce the recursion commentOliver Scherer-0/+4
2019-12-26Documentation nitOliver Scherer-1/+2
2019-12-26Add a `const_eval` helper to `InterpCx`Oliver Scherer-20/+23
2019-12-26Early abort instead of building up zero sized valuesOliver Scherer-13/+11
2019-12-26Explain why `const_eval` is ok hereOliver Scherer-0/+7
2019-12-26TypoOliver Scherer-1/+1
2019-12-26Remove unintended noisy log statementOliver Scherer-109/+1
2019-12-26Explain the currently necessary existance of `TransmuteSizeDiff`Oliver Scherer-0/+4
2019-12-26Explain what we are doing with parameter environments for staticsOliver Scherer-5/+5
2019-12-26Comments should start capitalized and end in a periodOliver Scherer-4/+4
2019-12-26Explain ParamEnv::reveal_all usageOliver Scherer-0/+5
2019-12-26Add regression test for ZST statics being allowed to "read" from themselvesOliver Scherer-0/+7
2019-12-26Immediately evaluate and validate constants when we want them as operandsOliver Scherer-3/+10
2019-12-26Interning even happens when validation of a constant failsOliver Scherer-6/+12
2019-12-26Prevent an ICE on invalid transmutesOliver Scherer-6/+161
2019-12-26Comment on a few odd things that we should look atOliver Scherer-5/+4
2019-12-26Simplify `force_allocation_maybe_sized`Oliver Scherer-15/+4
2019-12-26Retire `to_ptr` which should already have no users but still kept getting new...Oliver Scherer-19/+19
2019-12-26Don't ICE on the use of integer addresses for ZST constants in pattern matchingOliver Scherer-12/+63
2019-12-26Auto merge of #67592 - matthewjasper:cleanup-match, r=Centrilbors-135/+276
2019-12-26Implement padding for IpAddr without heap allocDario Gonzalez-13/+80
2019-12-26Auto merge of #67327 - oli-obk:cleanup, r=RalfJungbors-754/+871
2019-12-26Rebase falloutOliver Scherer-3/+5
2019-12-26A cycle error on a diverging function is now a const stack overflow againOliver Scherer-16/+91
2019-12-26Bail out before running the queryOliver Scherer-3/+4
2019-12-26TidyOliver Scherer-7/+10
2019-12-26Fix imports after rebaseOliver Scherer-11/+9
2019-12-26Rename `query` moduleOliver Scherer-2/+2
2019-12-26Move function definitions before their first useOliver Scherer-138/+138
2019-12-26Move all functions used by the queries to query.rsOliver Scherer-108/+98