| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiser | Matthias Krüger | -7/+1 |
| 2021-11-25 | Auto merge of #88781 - estebank:emoji-idents, r=oli-obk | bors | -1/+7 |
| 2021-11-24 | Remove `-Z force-overflow-checks` | Noah Lev | -7/+1 |
| 2021-11-23 | review comment: plural of emoji is emoji | Esteban Kuber | -1/+1 |
| 2021-11-23 | Tokenize emoji as if they were valid indentifiers | Esteban Kuber | -1/+7 |
| 2021-11-23 | Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkov | Matthias Krüger | -7/+3 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -7/+3 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -5/+43 |
| 2021-11-19 | Auto merge of #90329 - nbdd0121:typeck, r=nagisa | bors | -0/+2 |
| 2021-11-19 | Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011 | Yuki Okushi | -1/+36 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -1/+3 |
| 2021-11-15 | Support having -Z and -C options with the same name | Josh Triplett | -6/+8 |
| 2021-11-15 | Try all stable candidates first before trying unstable ones | Gary Guo | -0/+2 |
| 2021-11-12 | Add `-Zassert-incr-state` to assert state of incremental cache | pierwill | -1/+36 |
| 2021-11-11 | Auto merge of #83846 - torhovland:issue-10971, r=davidtwco | bors | -3/+21 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -1/+1 |
| 2021-11-08 | Don't proceed to codegen if there are lint errors | Joshua Nelson | -1/+1 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -2/+2 |
| 2021-11-07 | Made temps-dir an unstable option. | Tor Hovland | -1/+2 |
| 2021-11-05 | Update the documented default of -Zmutable-noalias | Josh Stone | -1/+1 |
| 2021-11-02 | Emitted files go to the output dir. | Tor Hovland | -1/+8 |
| 2021-11-02 | Added the --temps-dir option. | Tor Hovland | -2/+12 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -2/+15 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -2/+15 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-23 | Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwco | Matthias Krüger | -1/+40 |
| 2021-10-23 | Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726 | Matthias Krüger | -2/+7 |
| 2021-10-20 | Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiser | Yuki Okushi | -1/+1 |
| 2021-10-15 | Add -Z location-detail flag | Hudson Ayers | -1/+40 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-11 | Add -Z no-unique-section-names to reduce ELF header bloat. | Javier Blazquez | -0/+2 |
| 2021-10-07 | Rollup merge of #89476 - cjgillot:expn-id, r=petrochenkov | Jubilee | -1/+8 |
| 2021-10-07 | Add support for artifact size profiling | Ryan Levick | -1/+1 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+23 |
| 2021-10-06 | Access Session while decoding expn_id. | Camille GILLOT | -1/+8 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -1/+203 |
| 2021-10-03 | Add some inlining. | Camille GILLOT | -0/+4 |
| 2021-10-03 | Move ICH to rustc_query_system. | Camille GILLOT | -0/+1 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -1/+198 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 |
| 2021-10-02 | Report fatal lexer errors in `--cfg` command line arguments | Fabian Wolff | -2/+7 |
| 2021-10-01 | Rollup merge of #89322 - tmiasko:rm-optimization-fuel, r=michaelwoerister | Manish Goregaokar | -6/+1 |
| 2021-09-30 | Implemented -Z randomize-layout | Chase Wilson | -0/+2 |
| 2021-09-28 | Reapply "Remove optimization_fuel_crate from Session" | bjorn3 | -6/+1 |
| 2021-09-28 | rustc_session: Remove lint store from `Session` | Vadim Petrochenkov | -16/+1 |
| 2021-09-22 | Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoerister | the8472 | -1/+6 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-21 | Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0` | Fabian Wolff | -1/+6 |