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
path:
root
/
src
/
librustc_mir
Age
Commit message (
Expand
)
Author
Lines
2019-12-27
Stabilize the `matches!` macro
Simon Sapin
-1
/
+0
2019-12-27
Avoid memory copy logic for zsts
Santiago Pastorino
-1
/
+9
2019-12-27
Auto merge of #67192 - oli-obk:const_zst_addr, r=RalfJung,varkor
bors
-50
/
+115
2019-12-26
Fallout in other crates.
Camille GILLOT
-53
/
+74
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
-9
/
+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
-1
/
+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
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
/
+4
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
-10
/
+15
2019-12-26
Don't ICE on the use of integer addresses for ZST constants in pattern matching
Oliver Scherer
-12
/
+46
2019-12-26
Auto merge of #67592 - matthewjasper:cleanup-match, r=Centril
bors
-115
/
+166
2019-12-26
Convert collapsed to shortcut reference links
Matthew Kraai
-1
/
+1
2019-12-26
Rebase fallout
Oliver Scherer
-3
/
+5
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
2019-12-26
Move a function to make its adjacent impl block easier to discover
Oliver Scherer
-39
/
+43
2019-12-26
Make some functions crate local
Oliver Scherer
-3
/
+3
2019-12-26
Move `eval_body_using_ecx` to the only module it is used in
Oliver Scherer
-50
/
+53
2019-12-26
Move `eval_const_fn_call` to the `const_eval` module
Oliver Scherer
-34
/
+44
2019-12-26
Move const eval query components into their own module
Oliver Scherer
-228
/
+234
2019-12-26
Move const eval machine into its own module
Oliver Scherer
-344
/
+369
2019-12-25
Use the correct type for static qualifs
Matthew Jasper
-9
/
+8
2019-12-25
Use link in doc comment
matthewjasper
-1
/
+2
2019-12-25
Split `match_expr` into smaller functions
Matthew Jasper
-108
/
+164
2019-12-25
Remove `-Znll-dont-emit-read-for-match`
Matthew Jasper
-7
/
+1
2019-12-25
Reduce log level from info to debug
Matthew Jasper
-1
/
+1
2019-12-24
Deprecate Error::description for real
David Tolnay
-13
/
+1
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-1734
/
+1309
2019-12-24
Auto merge of #67241 - mark-i-m:simplify-borrow_check-3, r=matthewjasper
bors
-284
/
+339
2019-12-24
Rollup merge of #67551 - ldm0:E0627, r=Dylan-DPC
Mazdak Farrokhzad
-2
/
+2
2019-12-24
Rollup merge of #67337 - oli-obk:no_mut_static_ref_from_const, r=RalfJung
Mazdak Farrokhzad
-23
/
+66
2019-12-23
Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelix
bors
-88
/
+155
[prev]
[next]