about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2021-07-27Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelixYuki Okushi-0/+2
2021-07-27Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelixbors-80/+41
2021-07-25clippy::single_char_patternMatthias Krüger-2/+2
2021-07-23Rename `known_attrs` to `expanded_inert_attrs` and move to rustc_expandAaron Hill-10/+0
2021-07-22Auto merge of #87366 - GuillaumeGomez:rollup-7muueab, r=GuillaumeGomezbors-20/+1
2021-07-22Rollup merge of #87307 - michaelwoerister:pgo-unwind-msvc, r=nagisaGuillaume Gomez-20/+1
2021-07-22Auto merge of #86619 - rylev:incr-hashing-profiling, r=wesleywiserbors-1/+1
2021-07-21Rename force-warns to force-warnRyan Levick-3/+3
2021-07-20Allow combining -Cprofile-generate and -Cpanic=unwind when targetingMichael Woerister-20/+1
2021-07-17Make `--force-warns` a normal lint level optioninquisitivecrystal-27/+13
2021-07-16Rollup merge of #87145 - jsgf:fix-lint-opt-hash, r=michaelwoeristerGuillaume Gomez-3/+3
2021-07-14Make --cap-lints and related options leave crate hash aloneJeremy Fitzhardinge-3/+3
2021-07-14Add -Zfuture-incompat-test to assist with testing future-incompat reports.Eric Huss-0/+2
2021-07-13Auto merge of #86922 - joshtriplett:target-abi, r=oli-obkbors-1/+3
2021-07-11Simplify future incompatible reporting.Eric Huss-19/+2
2021-07-07Implement cfg(target_abi) (RFC 2992)Josh Triplett-1/+3
2021-07-07Profile incremental hashingRyan Levick-1/+1
2021-07-06Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakisbors-1/+11
2021-07-06Add flag to configure `large_assignments` lintTomasz Miąsko-0/+2
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-13/+13
2021-07-04Combine individual limit queries into single `limits` queryAaron Hill-0/+14
2021-07-04Query-ify global limit attribute handlingAaron Hill-38/+7
2021-07-03Rollup merge of #84029 - drahnr:master, r=petrochenkovYuki Okushi-0/+3
2021-07-02add track_path::path fn for proc-macro usageBernhard Schuster-0/+3
2021-07-01New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w...Ryan Levick-0/+10
2021-07-01Rollup merge of #86652 - nagisa:nagisa/non-leaf-fp, r=petrochenkovGuillaume Gomez-12/+0
2021-06-30Add support for leaf fn frame pointer eliminationSimonas Kazlauskas-12/+0
2021-06-30Force warnings even when can_emit_warnings == falseRyan Levick-1/+1
2021-06-28Introduce -Zprofile-closures to evaluate the impact of 2229Aman Arora-0/+2
2021-06-26Auto merge of #86267 - ZuseZ4:master, r=nagisabors-0/+2
2021-06-21Only hash OutputTypes keys in non-crate-hash modeAaron Hill-34/+74
2021-06-21make -Zno-codegen TRACKED_NO_CRATE_HASHJeremy Fitzhardinge-1/+1
2021-06-21In --emit KIND=PATH options, only hash KINDJeremy Fitzhardinge-2/+12
2021-06-21Auto merge of #85775 - adamrk:warn-unused-target-fields, r=nagisabors-5/+13
2021-06-18Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726bors-2/+2
2021-06-17Emit warnings for unused fields in custom targets.Adam Bratschi-Kaye-5/+13
2021-06-15Auto merge of #86311 - LeSeulArtichaut:cleanup-array-iter, r=jackh726bors-2/+2
2021-06-14Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut-2/+2
2021-06-14Auto merge of #86117 - ehuss:force-warns-underscore, r=rylevbors-1/+2
2021-06-13allow loading of llvm plugins on nightlyManuel Drehwald-0/+2
2021-06-10Fix force-warns to allow dashes.Eric Huss-1/+2
2021-06-10gcc-lld mvp1000teslas-0/+18
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-13/+13
2021-06-05Auto merge of #84234 - jyn514:blanket-hash, r=Aaron1011bors-20/+22
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-4/+27
2021-06-04Implement DepTrackingHash for `Option` through blanket impls instead of macrosJoshua Nelson-20/+22
2021-06-02Force warn on lint groups as wellRyan Levick-2/+11
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+2
2021-06-01Rollup merge of #85473 - infinity0:master, r=jackh726Guillaume Gomez-1/+1
2021-05-31Auto merge of #85702 - Aaron1011:no-vec-sort, r=michaelwoeristerbors-26/+10