summary refs log tree commit diff
path: root/src/librustc_session
AgeCommit message (Expand)AuthorLines
2020-07-09Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G...bors-2/+2
2020-07-07rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-2/+2
2020-07-02Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearthbors-2/+3
2020-06-29add spans to injected coverage countersRich Kadel-2/+3
2020-06-28Remove defunct `-Z print-region-graph`Tomasz Miąsko-3/+0
2020-06-26errors: use `-Z terminal-width` in JSON emitterDavid Wood-4/+12
2020-06-26Auto merge of #73746 - Manishearth:rollup-80jnynm, r=Manishearthbors-4/+8
2020-06-25Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=ManishearthManish Goregaokar-1/+2
2020-06-25Rollup merge of #72738 - mati865:self-contained-option, r=petrochenkovManish Goregaokar-3/+6
2020-06-25Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrumbors-0/+3
2020-06-25Rename get_self_contained_lib_pathMateusz Mikuła-1/+1
2020-06-25Add unstable rustc option to control self-contained linkage modeMateusz Mikuła-2/+5
2020-06-23Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morseManish Goregaokar-2/+5
2020-06-23Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandryManish Goregaokar-2/+3
2020-06-23Refactor non_ascii_idents lints, exclude ascii pair for confusable_idents lint.Charles Lew-1/+2
2020-06-20Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-SimulacrumRalf Jung-9/+22
2020-06-20Support sanitizers on aarch64-unknown-linux-gnuTomasz Miąsko-5/+13
2020-06-19Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikicManish Goregaokar-85/+96
2020-06-19Fix -Z unpretty=everybody_loopsJoshua Nelson-2/+5
2020-06-19code coverage foundation for hash and num_countersRich Kadel-2/+3
2020-06-19Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkovManish Goregaokar-3/+12
2020-06-19Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandryRalf Jung-0/+3
2020-06-19Rollup merge of #72999 - mati865:separate-self-contained-dir, r=Mark-SimulacrumRalf Jung-1/+5
2020-06-18Implement crate level only lints checking.Charles Lew-3/+12
2020-06-16Update CFGuard syntaxAndrew Paverd-9/+22
2020-06-15moved to post_borrowck_cleanup & used MirPatchRich Kadel-2/+2
2020-06-15[WIP] injects llvm intrinsic instrprof.increment for coverage reportsRich Kadel-0/+3
2020-06-14Diagnose use of incompatible sanitizersTomasz Miąsko-85/+96
2020-06-13Report error when casting an C-like enum implementing Dropoddg-0/+11
2020-06-12Rollup merge of #73178 - petrochenkov:explint, r=varkorDylan DPC-2/+3
2020-06-12Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnayDylan DPC-1/+1
2020-06-11Move shipped MinGW linker to self-contained dirMateusz Mikuła-1/+1
2020-06-11Get self-contained directory path via dedicated functionMateusz Mikuła-0/+4
2020-06-10Migrate to numeric associated constsLzu Tao-1/+1
2020-06-09expand: Give reasonable NodeIds to lints associated with macro definitionsVadim Petrochenkov-2/+2
2020-06-09expand: Give reasonable NodeIds to lints associated with macro expansionsVadim Petrochenkov-0/+1
2020-06-09Handle assembler warnings properlyAmanieu d'Antras-0/+3
2020-06-08Rollup merge of #72799 - Aaron1011:feature/span-debug, r=petrochenkovRalf Jung-0/+2
2020-06-07Rollup merge of #72970 - OddCoincidence:feature-gated-lints, r=petrochenkovDylan DPC-1/+11
2020-06-05properly handle feature gated lintsJoey Hain-1/+11
2020-06-04Add `-Z span-debug` to allow for easier debugging of proc macrosAaron Hill-0/+2
2020-06-02Make things build againVadim Petrochenkov-1/+1
2020-05-31Print accessed env vars as special comments into depinfo filesVadim Petrochenkov-0/+3
2020-05-30Rollup merge of #72669 - petrochenkov:smclean, r=Mark-SimulacrumRalf Jung-40/+19
2020-05-30Rollup merge of #72666 - ivanloz:profile_emit_flag, r=matthewjasperRalf Jung-0/+3
2020-05-30Rollup merge of #72657 - flip1995:impl_lint_pass-ty, r=matthewjasperRalf Jung-5/+5
2020-05-30Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v...Ralf Jung-6/+48
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-6/+48
2020-05-27rustc_session: Cleanup session creationVadim Petrochenkov-40/+19
2020-05-27Implement RFC 2585LeSeulArtichaut-0/+7