index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2019-12-28
Rollup merge of #67576 - king6cong:slice_repeat, r=Dylan-DPC
Oliver Scherer
-4
/
+4
2019-12-28
Rollup merge of #65244 - seanmonstar:into-future, r=seanmonstar
Oliver Scherer
-12
/
+90
2019-12-27
core: add IntoFuture trait and support for await
Sean McArthur
-12
/
+90
2019-12-27
Auto merge of #67035 - Goirad:implement-ipadd-padding, r=dtolnay
bors
-13
/
+80
2019-12-27
Auto merge of #67437 - matthew-healy:skip-llvm-rebuild, r=Mark-Simulacrum
bors
-0
/
+21
2019-12-27
Auto merge of #67192 - oli-obk:const_zst_addr, r=RalfJung,varkor
bors
-59
/
+192
2019-12-27
Auto merge of #66936 - cjgillot:hirene-expr, r=Zoxc
bors
-995
/
+1189
2019-12-26
Move arena_vec inside lowering.
Camille GILLOT
-12
/
+12
2019-12-26
Remove some type information.
Camille GILLOT
-15
/
+13
2019-12-26
Fewer calls to arena.alloc.
Camille GILLOT
-138
/
+121
2019-12-26
Fallout in other crates.
Camille GILLOT
-413
/
+491
2019-12-26
Lowering for hir::Expr.
Camille GILLOT
-229
/
+347
2019-12-26
Visit for hir::Expr.
Camille GILLOT
-38
/
+41
2019-12-26
Syntax for hir::Expr.
Camille GILLOT
-341
/
+355
2019-12-26
Skip LLVM rebuild when skip-rebuild is true
Matthew Healy
-0
/
+9
2019-12-26
Parse llvm_skip_rebuild into Config
Matthew Healy
-0
/
+6
2019-12-26
Document LLVM skip-rebuild config.toml option
Matthew Healy
-0
/
+6
2019-12-26
Make ui test bitwidth independent
Oliver Scherer
-7
/
+11
2019-12-26
Fix rebase fallout
Oliver Scherer
-1
/
+6
2019-12-26
Use the targetted const eval functions
Oliver Scherer
-9
/
+5
2019-12-26
Reintroduce the recursion comment
Oliver Scherer
-0
/
+4
2019-12-26
Documentation nit
Oliver Scherer
-1
/
+2
2019-12-26
Add a `const_eval` helper to `InterpCx`
Oliver Scherer
-20
/
+23
2019-12-26
Early abort instead of building up zero sized values
Oliver Scherer
-13
/
+11
2019-12-26
Explain why `const_eval` is ok here
Oliver Scherer
-0
/
+7
2019-12-26
Typo
Oliver Scherer
-1
/
+1
2019-12-26
Remove unintended noisy log statement
Oliver Scherer
-109
/
+1
2019-12-26
Explain the currently necessary existance of `TransmuteSizeDiff`
Oliver Scherer
-0
/
+4
2019-12-26
Explain what we are doing with parameter environments for statics
Oliver Scherer
-5
/
+5
2019-12-26
Comments should start capitalized and end in a period
Oliver Scherer
-4
/
+4
2019-12-26
Explain ParamEnv::reveal_all usage
Oliver Scherer
-0
/
+5
2019-12-26
Add regression test for ZST statics being allowed to "read" from themselves
Oliver Scherer
-0
/
+7
2019-12-26
Immediately evaluate and validate constants when we want them as operands
Oliver Scherer
-3
/
+10
2019-12-26
Interning even happens when validation of a constant fails
Oliver Scherer
-6
/
+12
2019-12-26
Prevent an ICE on invalid transmutes
Oliver Scherer
-6
/
+161
2019-12-26
Comment on a few odd things that we should look at
Oliver Scherer
-5
/
+4
2019-12-26
Simplify `force_allocation_maybe_sized`
Oliver Scherer
-15
/
+4
2019-12-26
Retire `to_ptr` which should already have no users but still kept getting new...
Oliver Scherer
-19
/
+19
2019-12-26
Don't ICE on the use of integer addresses for ZST constants in pattern matching
Oliver Scherer
-12
/
+63
2019-12-26
Auto merge of #67592 - matthewjasper:cleanup-match, r=Centril
bors
-135
/
+276
2019-12-26
Implement padding for IpAddr without heap alloc
Dario Gonzalez
-13
/
+80
2019-12-26
Auto merge of #67327 - oli-obk:cleanup, r=RalfJung
bors
-754
/
+871
2019-12-26
Rebase fallout
Oliver Scherer
-3
/
+5
2019-12-26
A cycle error on a diverging function is now a const stack overflow again
Oliver Scherer
-16
/
+91
2019-12-26
Bail out before running the query
Oliver Scherer
-3
/
+4
2019-12-26
Tidy
Oliver Scherer
-7
/
+10
2019-12-26
Fix imports after rebase
Oliver Scherer
-11
/
+9
2019-12-26
Rename `query` module
Oliver Scherer
-2
/
+2
2019-12-26
Move function definitions before their first use
Oliver Scherer
-138
/
+138
2019-12-26
Move all functions used by the queries to query.rs
Oliver Scherer
-108
/
+98
[next]