about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2021-12-31Auto merge of #92175 - Aaron1011:fix-missing-source-file, r=cjgillotbors-0/+6
2021-12-29Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisabors-3/+58
2021-12-23Import `SourceFile`s from crate before decoding foreign `Span`Aaron Hill-0/+6
2021-12-19Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors-1/+1
2021-12-19Rollup merge of #92042 - ChrisDenton:msvc-static-tls, r=nagisaMatthias Krüger-1/+1
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-1/+1
2021-12-19Rollup merge of #91932 - Kixiron:randomize-seed, r=nagisaMatthias Krüger-0/+2
2021-12-17Rename `has_elf_tls` to `has_thread_local`Chris Denton-1/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2021-12-14Added -Z layout_seed for allowing user-defined randomization seedsChase Wilson-0/+2
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-3/+3
2021-12-09Remove redundant [..]sest31-3/+3
2021-12-05Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgrbors-5/+16
2021-12-05Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisaMatthias Krüger-5/+16
2021-12-05Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplettbors-5/+4
2021-12-04Stabilize `-Z emit-future-incompat` as `--json future-incompat`Aaron Hill-5/+16
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-5/+4
2021-12-02Move instrument coverage config getters to `Options`Dylan MacKenzie-6/+18
2021-12-02Move `mir_opt_level` getter into `Options`Dylan MacKenzie-4/+9
2021-12-01Review commentsJamie Cunliffe-5/+4
2021-12-01Add codegen option for branch protection and pointer authentication on AArch64James McGregor-3/+59
2021-11-29Accumulate all values of `-C remark` optionTomasz Miąsko-1/+8
2021-11-25Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiserMatthias Krüger-7/+1
2021-11-25Auto merge of #88781 - estebank:emoji-idents, r=oli-obkbors-1/+7
2021-11-24Remove `-Z force-overflow-checks`Noah Lev-7/+1
2021-11-23review comment: plural of emoji is emojiEsteban Kuber-1/+1
2021-11-23Tokenize emoji as if they were valid indentifiersEsteban Kuber-1/+7
2021-11-23Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkovMatthias Krüger-7/+3
2021-11-22Use `derive_default_enum` in the compilerJacob Pratt-7/+3
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-5/+43
2021-11-19Auto merge of #90329 - nbdd0121:typeck, r=nagisabors-0/+2
2021-11-19Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011Yuki Okushi-1/+36
2021-11-15Stabilize -Z strip as -C stripJosh Triplett-1/+3
2021-11-15Support having -Z and -C options with the same nameJosh Triplett-6/+8
2021-11-15Try all stable candidates first before trying unstable onesGary Guo-0/+2
2021-11-12Add `-Zassert-incr-state` to assert state of incremental cachepierwill-1/+36
2021-11-11Auto merge of #83846 - torhovland:issue-10971, r=davidtwcobors-3/+21
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-1/+1
2021-11-08Don't proceed to codegen if there are lint errorsJoshua Nelson-1/+1
2021-11-07more clippy fixesMatthias Krüger-2/+2
2021-11-07Made temps-dir an unstable option.Tor Hovland-1/+2
2021-11-05Update the documented default of -Zmutable-noaliasJosh Stone-1/+1
2021-11-02Emitted files go to the output dir.Tor Hovland-1/+8
2021-11-02Added the --temps-dir option.Tor Hovland-2/+12
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-27Auto merge of #89652 - rcvalle:rust-cfi, r=nagisabors-2/+15
2021-10-25Add LLVM CFI support to the Rust compilerRamon de C Valle-2/+15
2021-10-25Rollup merge of #89581 - jblazquez:master, r=Mark-SimulacrumMatthias Krüger-0/+2
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-23Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwcoMatthias Krüger-1/+40