| Age | Commit message (Expand) | Author | Lines |
| 2019-10-23 | Rollup merge of #65695 - michaelwoerister:fix-self-profiling-work-item-event-... | Yuki Okushi | -6/+6 |
| 2019-10-23 | Rollup merge of #65681 - sunfishcode:followup, r=Centril | Yuki Okushi | -13/+24 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -65/+40 |
| 2019-10-22 | self-profiling: Remove module names from some event-ids in codegen backend. | Michael Woerister | -6/+6 |
| 2019-10-22 | Fix issue #64153 by checking for .rcgu.o suffix when trying to identify Rust ... | Michael Woerister | -19/+26 |
| 2019-10-21 | Code cleanups following up on #65576. | Dan Gohman | -13/+24 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -0/+1 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -4/+4 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 |
| 2019-10-19 | Remove unreachable unit tuple compare binop codegen | Caleb Behunin | -8/+1 |
| 2019-10-19 | Rollup merge of #65448 - eddyb:codegen-box-less-special, r=oli-obk | Mazdak Farrokhzad | -27/+19 |
| 2019-10-19 | Rollup merge of #65576 - sunfishcode:main-needs-argc-argv, r=alexcrichton | Mazdak Farrokhzad | -7/+18 |
| 2019-10-17 | Don't add `argc` and `argv` arguments to `main` on WASI. | Dan Gohman | -7/+18 |
| 2019-10-17 | Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov | Mazdak Farrokhzad | -3/+4 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -5/+2 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -3/+4 |
| 2019-10-15 | rustc_codegen_ssa: remove some unnecessary Box special-casing. | Eduard-Mihai Burtescu | -27/+19 |
| 2019-10-15 | Refactor: Rename `db` locals to `diag` | Philipp Hansch | -5/+5 |
| 2019-10-14 | Rollup merge of #65398 - estebank:capitalization-only, r=varkor | Tyler Mandry | -1/+5 |
| 2019-10-13 | Bring attention to suggestions when the only difference is capitalization | Esteban Küber | -1/+5 |
| 2019-10-13 | Add top level provide/provide_extern to cg_ssa and cg_utils | bjorn3 | -0/+11 |
| 2019-10-13 | Remove MiscMethods::instances | bjorn3 | -15/+14 |
| 2019-10-13 | Inline functions from cg_ssa::callee and remove the mod | bjorn3 | -63/+24 |
| 2019-10-13 | s/FuncId/Function | bjorn3 | -12/+12 |
| 2019-10-13 | Move span_invalid_monomorphization_error from cg_llvm to cg_ssa | bjorn3 | -0/+40 |
| 2019-10-13 | Remove is_const_integral method from ConstMethods | bjorn3 | -6/+4 |
| 2019-10-13 | Introduce FuncId backend type | bjorn3 | -10/+13 |
| 2019-10-13 | Auto merge of #65182 - anp:reify-shim, r=eddyb | bors | -1/+18 |
| 2019-10-11 | Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapin | bors | -1/+0 |
| 2019-10-10 | Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa | bors | -1/+43 |
| 2019-10-09 | Reifying callers of Instance::resolve use resolve_for_fn_ptr. | Adam Perry | -1/+18 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |
| 2019-10-08 | Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe... | Mazdak Farrokhzad | -1/+1 |
| 2019-10-07 | Auto merge of #64780 - choller:master, r=michaelwoerister | bors | -1/+3 |
| 2019-10-07 | Rollup merge of #65137 - andjo403:selfProfiling_fix, r=michaelwoerister | Mazdak Farrokhzad | -4/+0 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -3/+13 |
| 2019-10-05 | Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandry | Tyler Mandry | -2/+5 |
| 2019-10-05 | Rollup merge of #65100 - csmoe:generator, r=nikomatsakis | Tyler Mandry | -1/+1 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -2/+5 |
| 2019-10-05 | remove event that causes panics in measureme tools | Andreas Jonson | -4/+0 |
| 2019-10-04 | Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton | bors | -5/+2 |
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -1/+1 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -5/+2 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -2/+6 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -1/+1 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -3/+4 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -72/+12 |
| 2019-09-30 | Self-Profiling: Make names of existing events more consistent and use new API. | Michael Woerister | -72/+12 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -7/+7 |
| 2019-09-29 | remove ClosureSubsts with SubstsRef | csmoe | -2/+5 |