| Age | Commit message (Expand) | Author | Lines |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -2/+2 |
| 2022-01-02 | Auto merge of #90128 - joshtriplett:stabilize-symbol-mangling-version, r=wesl... | bors | -0/+1 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -0/+1 |
| 2022-01-01 | Stabilize -Z symbol-mangling-version as -C symbol-mangling-version | Josh Triplett | -0/+1 |
| 2022-01-01 | Rollup merge of #92468 - NieDzejkob:silent-cfg, r=petrochenkov | Matthias Krüger | -19/+19 |
| 2022-01-01 | Emit an error for `--cfg=)` | Jakub Kądziołka | -19/+19 |
| 2022-01-01 | Auto merge of #92294 - Kobzol:rustdoc-meta-kind, r=GuillaumeGomez | bors | -1/+1 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -2/+7 |
| 2021-12-26 | Add Attribute::meta_kind | Jakub Beránek | -1/+1 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -4/+4 |
| 2021-12-15 | Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -2/+2 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -1/+1 |
| 2021-12-13 | Use `OutputFilenames` to generate output file for `-Zllvm-time-trace` | Tomasz Miąsko | -2/+5 |
| 2021-12-12 | Auto merge of #90716 - euclio:libloading, r=cjgillot | bors | -25/+22 |
| 2021-12-09 | Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebank | Matthias Krüger | -5/+21 |
| 2021-12-06 | replace dynamic library module with libloading | Andy Russell | -25/+22 |
| 2021-12-04 | Stabilize `-Z emit-future-incompat` as `--json future-incompat` | Aaron Hill | -1/+0 |
| 2021-12-03 | Improve 'cannot contain emoji' error. | Mara Bos | -5/+21 |
| 2021-12-01 | Review comments | Jamie Cunliffe | -4/+4 |
| 2021-12-01 | Add codegen option for branch protection and pointer authentication on AArch64 | James McGregor | -2/+7 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -1/+1 |
| 2021-11-25 | Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiser | Matthias Krüger | -1/+0 |
| 2021-11-24 | Remove `-Z force-overflow-checks` | Noah Lev | -1/+0 |
| 2021-11-23 | Sort `FxHashSet`'s contents before emitting errors for consistent output | Esteban Kuber | -1/+4 |
| 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/+11 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -5/+8 |
| 2021-11-19 | Auto merge of #90329 - nbdd0121:typeck, r=nagisa | bors | -0/+1 |
| 2021-11-19 | Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011 | Yuki Okushi | -0/+1 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -1/+1 |
| 2021-11-15 | Try all stable candidates first before trying unstable ones | Gary Guo | -0/+1 |
| 2021-11-12 | Add `-Zassert-incr-state` to assert state of incremental cache | pierwill | -0/+1 |
| 2021-11-11 | Auto merge of #83846 - torhovland:issue-10971, r=davidtwco | bors | -1/+27 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -3/+3 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -3/+3 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -2/+2 |
| 2021-11-07 | Made temps-dir an unstable option. | Tor Hovland | -2/+4 |
| 2021-11-02 | Create temps_dir before it's needed. | Tor Hovland | -6/+7 |
| 2021-11-02 | Added the --temps-dir option. | Tor Hovland | -1/+24 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-26 | Auto merge of #85830 - bjorn3:separate_provide_extern, r=cjgillot | bors | -6/+5 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2021-10-25 | Avoid a branch on key being local for queries that use the same local and ext... | bjorn3 | -6/+5 |
| 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/+4 |
| 2021-10-23 | Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726 | Matthias Krüger | -1/+4 |
| 2021-10-21 | add tests for -Zlocation-detail | Hudson Ayers | -1/+4 |
| 2021-10-20 | Build jump table at runtime. | Camille GILLOT | -1/+1 |