summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
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
2021-10-23Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726Matthias Krüger-2/+7
2021-10-20Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiserYuki Okushi-1/+1
2021-10-15Add -Z location-detail flagHudson Ayers-1/+40
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-11Add -Z no-unique-section-names to reduce ELF header bloat.Javier Blazquez-0/+2
2021-10-07Rollup merge of #89476 - cjgillot:expn-id, r=petrochenkovJubilee-1/+8
2021-10-07Add support for artifact size profilingRyan Levick-1/+1
2021-10-06Enable AutoFDO.Michael Benfield-0/+23
2021-10-06Access Session while decoding expn_id.Camille GILLOT-1/+8
2021-10-05Auto merge of #89266 - cjgillot:session-ich, r=michaelwoeristerbors-1/+203
2021-10-03Add some inlining.Camille GILLOT-0/+4
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-0/+1
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+198
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-10-02Report fatal lexer errors in `--cfg` command line argumentsFabian Wolff-2/+7
2021-10-01Rollup merge of #89322 - tmiasko:rm-optimization-fuel, r=michaelwoeristerManish Goregaokar-6/+1
2021-09-30Implemented -Z randomize-layoutChase Wilson-0/+2
2021-09-28Reapply "Remove optimization_fuel_crate from Session"bjorn3-6/+1
2021-09-28rustc_session: Remove lint store from `Session`Vadim Petrochenkov-16/+1
2021-09-22Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoeristerthe8472-1/+6
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-21Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0`Fabian Wolff-1/+6