about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2020-12-01Rollup merge of #79508 - jryans:check-dsymutil-result, r=nagisaGuillaume Gomez-1/+1
2020-12-01Fix `unknown-crate` when using self-profile with rustdocJoshua Nelson-1/+1
2020-11-29Add -Z normalize-docs and enable it for compiler docsJoshua Nelson-0/+2
2020-11-28Derive `Debug` for `DebugInfo`J. Ryan Stinnett-1/+1
2020-11-24TRACK '-Z polonius' flagCamelid-1/+1
2020-11-24Rollup merge of #79367 - Dirbaio:trap-unreachable, r=jonas-schievinkJonas Schievink-0/+2
2020-11-24Allow disabling TrapUnreachable via -Ztrap-unreachable=noDario Nieuwenhuis-0/+2
2020-11-23Allow using `-Z fewer-names=no` to retain value namesTomasz Miąsko-7/+10
2020-11-15Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwcoJonas Schievink-3/+1
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-9/+18
2020-11-13cleanup: Remove `ParseSess::injected_crate_name`Vadim Petrochenkov-3/+1
2020-11-11Rollup merge of #78873 - tmiasko:inline-opts, r=oli-obkJonas Schievink-0/+4
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-1/+1
2020-11-10Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-SimulacrumJonas Schievink-40/+35
2020-11-10Add flags customizing behaviour of MIR inliningTomasz Miąsko-0/+4
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+3
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-5/+5
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-36/+31
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-9/+18
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-2/+5
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-1/+1
2020-11-02Auto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasperbors-0/+2
2020-11-02Auto merge of #78605 - nox:relax-elf-relocations, r=nagisabors-0/+2
2020-10-31Implement -Z relax-elf-relocations=yes|noAnthony Ramine-0/+2
2020-10-30Some workAaron Hill-3/+3
2020-10-30Implement rustc side of report-future-incompatAaron Hill-3301/+57
2020-10-30Add option to customize the nll-facts' folder locationFederico Poli-0/+2
2020-10-30Fix even more clippy warningsJoshua Nelson-8/+3
2020-10-29Rollup merge of #78244 - workingjubilee:dogfood-fancy-ranges, r=varkorJonas Schievink-2/+2
2020-10-28Dogfood {exclusive,half-open} ranges in compiler (nfc)Jubilee Young-2/+2
2020-10-28Auto merge of #78414 - nox:function-sections, r=nagisa,bjorn3bors-3/+5
2020-10-27Added suggestion to `function_item_references` lint and fixed warning messageAyrton-1/+1
2020-10-27Added documentation for `function_item_references` lintAyrton-0/+24
2020-10-27Changed lint to check for `std::fmt::Pointer` and `transmute`Ayrton-2/+3
2020-10-27modified lint to work with MIRAyrton-0/+6
2020-10-26Implement -Z function-sections=yes|noAnthony Ramine-0/+2
2020-10-26Fix some outdated commentsAnthony Ramine-3/+3
2020-10-26Fix typo in lint descriptionMichael Howell-1/+1
2020-10-24ensure that statics are inhabitedRalf Jung-0/+30
2020-10-15Remove rustc_session::config::Configest31-13/+6
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-47/+38
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-11/+10
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-1/+1
2020-10-14Remove unused code from remaining compiler cratesest31-2/+0
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-0/+2
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-0/+11
2020-10-05Updates to experimental coverage counter injectionRich Kadel-9/+0
2020-10-05Pass tune-cpu to LLVMMingye Wang-0/+2
2020-10-04Enforce crate level attributes checksGuillaume Gomez-1/+1
2020-10-03Make invalid_html_tags lint only run on nightly and being allowed by defaultGuillaume Gomez-1/+1