| Age | Commit message (Expand) | Author | Lines |
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -1/+1 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -6/+6 |
| 2020-03-26 | Update imports from `dataflow::generic` to `dataflow` | Dylan MacKenzie | -6/+6 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -6/+6 |
| 2020-03-26 | Rollup merge of #70385 - RalfJung:miri-nits, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2020-03-26 | Rollup merge of #69866 - estebank:guess_head_span, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -2/+2 |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -2/+2 |
| 2020-03-25 | rename def_id -> static_def_id | Ralf Jung | -2/+2 |
| 2020-03-25 | better explain GLOBAL_KIND choice | Ralf Jung | -1/+1 |
| 2020-03-24 | Rollup merge of #70241 - RalfJung:global-mem, r=oli-obk | Mazdak Farrokhzad | -9/+18 |
| 2020-03-24 | actually we can reject all reads from mutable allocs in const-prop | Ralf Jung | -6/+5 |
| 2020-03-24 | fix const_prop ICE | Ralf Jung | -2/+6 |
| 2020-03-24 | get back the more precise error message | Ralf Jung | -0/+1 |
| 2020-03-24 | move ModifiedStatic error to ConstEval errors, and generally adjust terminolo... | Ralf Jung | -8/+13 |
| 2020-03-24 | Rollup merge of #70259 - wesleywiser:use_reveal_all, r=eddyb | Mazdak Farrokhzad | -18/+4 |
| 2020-03-24 | Rollup merge of #70267 - RalfJung:const-prop-unsup, r=oli-obk,wesleywiser | Mazdak Farrokhzad | -9/+24 |
| 2020-03-23 | add macro to reduce boilerplate and keep readable messages | Ralf Jung | -21/+24 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2020-03-22 | miri engine: turn error sanity checks into assertions | Ralf Jung | -2/+1 |
| 2020-03-22 | Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril | Dylan DPC | -3/+2 |
| 2020-03-22 | get rid of ConstPropUnsupported; use ZST marker structs instead | Ralf Jung | -10/+22 |
| 2020-03-21 | Use Reveal::All in MIR inliner | Wesley Wiser | -10/+3 |
| 2020-03-21 | Resolve worsened debug build codegen | Wesley Wiser | -8/+1 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -3/+2 |
| 2020-03-21 | remove unused unit values (clippy::unused_unit) | Matthias Krüger | -3/+1 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-03-21 | Rollup merge of #70138 - RalfJung:throw-not-return, r=oli-obk | Mazdak Farrokhzad | -5/+5 |
| 2020-03-21 | Rollup merge of #69934 - andjo403:inlinecost, r=wesleywiser | Mazdak Farrokhzad | -2/+17 |
| 2020-03-21 | Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-19 | Use erased regions in MIR | Matthew Jasper | -83/+20 |
| 2020-03-19 | do not 'return' in 'throw_' macros | Ralf Jung | -5/+5 |
| 2020-03-19 | Rollup merge of #69814 - jonas-schievink:gen-ret-unw, r=Zoxc | Mazdak Farrokhzad | -7/+104 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -18/+13 |
| 2020-03-17 | Hold index of generator `self` arg in `const` | Dylan MacKenzie | -21/+18 |
| 2020-03-16 | Rollup merge of #67335 - ecstatic-morse:qualif-refactor, r=eddyb | Dylan DPC | -202/+178 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -14/+11 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -4/+2 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -2/+2 |
| 2020-03-14 | Return feature gate as a `Symbol` | Dylan MacKenzie | -29/+32 |
| 2020-03-14 | Simplify `Qualif` interface | Dylan MacKenzie | -202/+178 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -2/+2 |
| 2020-03-14 | Swap inserts to keep the original ordering | Jonas Schievink | -4/+4 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -2/+3 |
| 2020-03-14 | Auto merge of #69716 - jonas-schievink:generator-size, r=tmandry | bors | -1/+1 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -3/+3 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -3/+3 |
| 2020-03-12 | Auto merge of #68551 - Marwes:allocations_mir, r=ecstatic-morse | bors | -7/+23 |