| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Make Emscripten unwinding use a valid type_info | Amanieu d'Antras | -3/+10 |
| 2019-11-03 | Make SEH exceptions use a rust_panic type instead of unsigned __int64* | Amanieu d'Antras | -17/+14 |
| 2019-11-02 | Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic | bors | -1/+18 |
| 2019-10-31 | rustc_codegen_ssa: hide address ops from the declare_local interface. | Eduard-Mihai Burtescu | -48/+54 |
| 2019-10-31 | rustc_codegen_ssa: move debuginfo scopes into FunctionDebugContext. | Eduard-Mihai Burtescu | -74/+50 |
| 2019-10-31 | rustc_codegen_ssa: change set_var_name back to taking a &str. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-10-31 | rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module. | Eduard-Mihai Burtescu | -12/+13 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -1/+6 |
| 2019-10-29 | Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichton | bors | -2/+4 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -3/+2 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -16/+0 |
| 2019-10-27 | Panicking infra uses &core::panic::Location. | Adam Perry | -48/+0 |
| 2019-10-27 | Implement core::intrinsics::caller_location. | Adam Perry | -0/+22 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -3/+2 |
| 2019-10-25 | Formatting | Thomas Lively | -1/+2 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -1/+5 |
| 2019-10-24 | rustc: Add a convenience alias for `dyn MetadataLoader + Sync` | Vadim Petrochenkov | -2/+2 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -11/+10 |
| 2019-10-22 | Fix issue #64153 by checking for .rcgu.o suffix when trying to identify Rust ... | Michael Woerister | -2/+4 |
| 2019-10-22 | Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum | bors | -6/+0 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -6/+0 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -2/+1 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -2/+1 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -5/+4 |
| 2019-10-21 | Change `SymbolName::name` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -4/+4 |
| 2019-10-21 | Rollup merge of #65460 - sinkuu:contains_insert, r=varkor | Yuki Okushi | -3/+1 |
| 2019-10-18 | Use dedicated method for getting the type size | Oliver Scherer | -1/+1 |
| 2019-10-18 | Avoid realloc in `CString::new` | Shotaro Yamada | -3/+1 |
| 2019-10-17 | Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkov | Mazdak Farrokhzad | -2/+3 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -2/+1 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -2/+3 |
| 2019-10-16 | Make use of the return value of `HashSet::insert` | Shotaro Yamada | -3/+1 |
| 2019-10-14 | Rollup merge of #65340 - bjorn3:cg_ssa_refactor4, r=eddyb | Tyler Mandry | -87/+47 |
| 2019-10-13 | Improve type safety | bjorn3 | -24/+17 |
| 2019-10-13 | Remove MiscMethods::instances | bjorn3 | -7/+7 |
| 2019-10-13 | Inline functions from cg_ssa::callee and remove the mod | bjorn3 | -3/+16 |
| 2019-10-13 | s/FuncId/Function | bjorn3 | -2/+2 |
| 2019-10-13 | Move span_invalid_monomorphization_error from cg_llvm to cg_ssa | bjorn3 | -46/+2 |
| 2019-10-13 | Move some provides from cg_llvm to rustc_interface | bjorn3 | -5/+0 |
| 2019-10-13 | Remove unused method CodegenBackend::diagnostics | bjorn3 | -4/+0 |
| 2019-10-13 | Remove is_const_integral method from ConstMethods | bjorn3 | -10/+14 |
| 2019-10-13 | Introduce FuncId backend type | bjorn3 | -0/+3 |
| 2019-10-12 | some typography | Ralf Jung | -2/+2 |
| 2019-10-12 | remove old branch of unwind logic | Ralf Jung | -21/+1 |
| 2019-10-12 | Auto merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unw... | bors | -13/+39 |
| 2019-10-11 | Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapin | bors | -1/+0 |
| 2019-10-11 | Make <*const/mut T>::offset_from `const fn` | Oliver Scherer | -1/+18 |
| 2019-10-10 | Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa | bors | -0/+11 |