summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/base.rs
AgeCommit message (Expand)AuthorLines
2019-10-28self-profiling: Record something more useful for crate metadata generation ev...Michael Woerister-2/+0
2019-10-23Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddybMazdak Farrokhzad-2/+2
2019-10-21Code cleanups following up on #65576.Dan Gohman-13/+24
2019-10-21Use `Symbol` for codegen unit names.Nicholas Nethercote-2/+2
2019-10-19Rollup merge of #65448 - eddyb:codegen-box-less-special, r=oli-obkMazdak Farrokhzad-27/+19
2019-10-17Don't add `argc` and `argv` arguments to `main` on WASI.Dan Gohman-7/+18
2019-10-15rustc_codegen_ssa: remove some unnecessary Box special-casing.Eduard-Mihai Burtescu-27/+19
2019-10-13Remove MiscMethods::instancesbjorn3-4/+3
2019-10-13Inline functions from cg_ssa::callee and remove the modbjorn3-5/+7
2019-10-01Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes...Tyler Mandry-4/+1
2019-09-30Self-Profiling: Make names of existing events more consistent and use new API.Michael Woerister-4/+1
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-26Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddybMazdak Farrokhzad-18/+7
2019-09-25Remove tx_to_llvm_workers from TyCtxtMark Rousskov-18/+7
2019-09-25Rename `sty` to `kind`varkor-4/+4
2019-09-23rustc: Convert `dependency_formats` to a queryAlex Crichton-1/+2
2019-08-28Add Option<Span> to `require_lang_item`Yuki Okushi-1/+1
2019-08-05Fiddle param env through to `try_eval_bits` in most placesOliver Scherer-1/+1
2019-08-05Don't abort on unevaluated constants without at least tryting to eval themOliver Scherer-1/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-6/+0
2019-07-12Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm...Felix S. Klock II-1/+2
2019-07-08normalize use of backticks for compiler messages in librustc_codegenSamy Kacimi-1/+1
2019-07-05Add a "total" measurement to -Ztime-passes.Nicholas Nethercote-1/+4
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-9/+7
2019-06-18rustc: reintroduce lifetime bounds where necessary.Eduard-Mihai Burtescu-1/+1
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-12/+12
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-5/+5
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-6/+3
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-5/+5
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-3/+3
2019-06-02move codegenunitext to rustc::mir::monoMark Mansi-1/+0
2019-06-02move monoitemext to inherent methodsMark Mansi-3/+1
2019-06-02move DefPathBasedNames to ty::print::obsoleteMark Mansi-0/+1
2019-06-02remove reexports of mir::mono::{MonoItem,CodegenUnit}Mark Mansi-2/+2
2019-06-02remove reexport of rustc::ty::InstanceMark Mansi-2/+1
2019-05-29rustc_codegen_llvm: remove LLVM instruction count stats.Eduard-Mihai Burtescu-62/+2
2019-05-29rustc_codegen_ssa: remove obsolete codegen stats.Eduard-Mihai Burtescu-10/+0
2019-05-23Update foreign_modules and dllimport_foreign_itemsJohn Kåre Alsaker-2/+1
2019-04-30Move metadata encoding earlier.Nicholas Nethercote-27/+21
2019-04-24Don't generate unnecessary rmeta files.Nicholas Nethercote-9/+19
2019-04-12Use measureme in self-profilerWesley Wiser-7/+4
2019-03-29Move get_param and set_value_namebjorn3-2/+2
2019-03-10Replace TimeLine with SelfProfilerWesley Wiser-21/+6
2019-02-26rustc: Update LLVM, remove dead wasm codeAlex Crichton-23/+1
2019-02-25librustc_codegen_ssa: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-5/+5
2019-02-20Allow Self::Module to be mutated.Gabriela Alexandra Moldovan-4/+4
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-8/+8
2019-02-10rustc: doc commentsAlexander Regueiro-8/+8