summary refs log tree commit diff
path: root/compiler/rustc_interface
AgeCommit message (Expand)AuthorLines
2021-11-25Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiserMatthias Krüger-1/+0
2021-11-24Remove `-Z force-overflow-checks`Noah Lev-1/+0
2021-11-23Sort `FxHashSet`'s contents before emitting errors for consistent outputEsteban Kuber-1/+4
2021-11-23review comment: plural of emoji is emojiEsteban Kuber-1/+1
2021-11-23Tokenize emoji as if they were valid indentifiersEsteban Kuber-1/+11
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-5/+8
2021-11-19Auto merge of #90329 - nbdd0121:typeck, r=nagisabors-0/+1
2021-11-19Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011Yuki Okushi-0/+1
2021-11-15Stabilize -Z strip as -C stripJosh Triplett-1/+1
2021-11-15Try all stable candidates first before trying unstable onesGary Guo-0/+1
2021-11-12Add `-Zassert-incr-state` to assert state of incremental cachepierwill-0/+1
2021-11-11Auto merge of #83846 - torhovland:issue-10971, r=davidtwcobors-1/+27
2021-11-07Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514bors-3/+3
2021-11-07more clippy fixesMatthias Krüger-3/+3
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-2/+2
2021-11-07Made temps-dir an unstable option.Tor Hovland-2/+4
2021-11-02Create temps_dir before it's needed.Tor Hovland-6/+7
2021-11-02Added the --temps-dir option.Tor Hovland-1/+24
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-26Auto merge of #85830 - bjorn3:separate_provide_extern, r=cjgillotbors-6/+5
2021-10-25Rollup merge of #89581 - jblazquez:master, r=Mark-SimulacrumMatthias Krüger-0/+1
2021-10-25Avoid a branch on key being local for queries that use the same local and ext...bjorn3-6/+5
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/+4
2021-10-23Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726Matthias Krüger-1/+4
2021-10-21add tests for -Zlocation-detailHudson Ayers-1/+4
2021-10-20Build jump table at runtime.Camille GILLOT-1/+1
2021-10-20Merge two query callbacks arrays.Camille GILLOT-0/+1
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/+1
2021-10-06Enable AutoFDO.Michael Benfield-0/+2
2021-10-05Auto merge of #89266 - cjgillot:session-ich, r=michaelwoeristerbors-1/+1
2021-10-03Fix ICE with buffered lint referring to AST node deleted by everybody_loopsFabian Wolff-6/+12
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+1
2021-10-02Report fatal lexer errors in `--cfg` command line argumentsFabian Wolff-1/+4
2021-10-02Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillotbors-29/+23
2021-10-01Fix clippy lintsGuillaume Gomez-29/+23
2021-10-01Auto merge of #88880 - cjgillot:no-krate, r=oli-obkbors-6/+4
2021-09-30Move EncodedMetadata to rustc_metadata.Camille GILLOT-5/+4
2021-09-30Move encode_metadata out of CrateStore.Camille GILLOT-1/+2
2021-09-29Move body_owners to tcx.hir().Camille GILLOT-5/+3
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-1/+1
2021-09-28rustc_session: Remove lint store from `Session`Vadim Petrochenkov-6/+3
2021-09-27Auto merge of #89214 - smoelius:register_tool, r=petrochenkovbors-2/+6
2021-09-26Pass real crate-level attributes to `pre_expansion_lint`Samuel Moelius-2/+6
2021-09-25Check for macros in built-in attributes that don't support them.Eric Huss-6/+40
2021-09-23Simplify scoped_threadMark Rousskov-19/+6
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-20Enable 2021 compatibility lints for all in-tree codeMark Rousskov-0/+1
2021-09-19Auto merge of #88703 - cjgillot:lazymod, r=petrochenkovbors-4/+4