summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/back
AgeCommit message (Expand)AuthorLines
2019-11-01Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichtonTyler Mandry-15/+4
2019-11-01targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic...Felix S. Klock II-15/+4
2019-10-29Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichtonTyler Mandry-2/+3
2019-10-29Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichtonbors-17/+4
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-2/+2
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-2/+3
2019-10-22self-profiling: Remove module names from some event-ids in codegen backend.Michael Woerister-6/+6
2019-10-22Fix issue #64153 by checking for .rcgu.o suffix when trying to identify Rust ...Michael Woerister-17/+4
2019-10-17Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkovMazdak Farrokhzad-2/+2
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-5/+2
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-2/+2
2019-10-15Refactor: Rename `db` locals to `diag`Philipp Hansch-5/+5
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-1/+5
2019-10-08Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe...Mazdak Farrokhzad-1/+1
2019-10-07Auto merge of #64780 - choller:master, r=michaelwoeristerbors-1/+3
2019-10-07Rollup merge of #65137 - andjo403:selfProfiling_fix, r=michaelwoeristerMazdak Farrokhzad-4/+0
2019-10-07Add feature gate for raw_dylib.Charles Lew-3/+13
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-2/+5
2019-10-05remove event that causes panics in measureme toolsAndreas Jonson-4/+0
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-5/+2
2019-10-03Remove -Zprofile-queriesMark Rousskov-1/+1
2019-10-01Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes...Tyler Mandry-67/+11
2019-09-30Self-Profiling: Make names of existing events more consistent and use new API.Michael Woerister-67/+11
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-27Auto merge of #64813 - varkor:node-to-kind, r=Centrilbors-4/+4
2019-09-26Rename `Item.node` to `Item.kind`varkor-3/+3
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-1/+1
2019-09-25Remove tx_to_llvm_workers from TyCtxtMark Rousskov-10/+13
2019-09-25Only add sanitizer runtimes when linking an executable (#64629).Christian Holler (:decoder)-1/+3
2019-09-23Allow using upstream generics in a dylib crate typeAlex Crichton-2/+20
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-1/+1
2019-09-23rustc: Convert `dependency_formats` to a queryAlex Crichton-26/+49
2019-09-17Remove Handler::{emit, emit_with_code}Mark Rousskov-13/+5
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-2/+2
2019-09-13Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichtonbors-0/+19
2019-09-12Remove env vars instead of setting them to an empty stringAleksi Juvani-0/+19
2019-09-11Use `Symbol` in `Linker`.Nicholas Nethercote-51/+63
2019-09-04Remove `LocalInternedString` uses from `librustc/ty/`.Nicholas Nethercote-1/+1
2019-08-27Prevent syntax error in ld linker version scriptLogan Wendholt-4/+7
2019-08-15hygiene: `ExpnInfo` -> `ExpnData`Vadim Petrochenkov-1/+1
2019-08-15hygiene: Remove `Option`s from functions returning `ExpnInfo`Vadim Petrochenkov-4/+1
2019-08-15Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichtonMazdak Farrokhzad-0/+32
2019-08-13review feedback: add comments and use local flavor variableMartin Finkel-1/+4
2019-08-12review feedback: move uwp link code to get_linkerMartin Finkel-13/+28
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-2/+2
2019-08-08move store lib probing code to librustc_codegen_ssaMartin Finkel-0/+14
2019-07-30Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obkbors-1/+1
2019-07-29Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikicMazdak Farrokhzad-201/+46
2019-07-26rustc: Stabilize options for pipelined compilationAlex Crichton-1/+1
2019-07-26Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichtonbors-0/+20