| Age | Commit message (Expand) | Author | Lines |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -1/+1 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -8/+5 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -8/+8 |
| 2022-10-13 | Add suggestion to the "missing native library" error | Wesley Wiser | -1/+1 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -1/+1 |
| 2022-09-20 | Auto merge of #101806 - BelovDV:issue-fix-fn-find_library, r=petrochenkov | bors | -13/+10 |
| 2022-09-20 | fix verbatim with upstream dependencies | bors | -13/+10 |
| 2022-09-16 | Rollup merge of #101738 - dpaoliello:linkname, r=petrochenkov | Dylan DPC | -4/+3 |
| 2022-09-12 | Fix raw-dylib with link_name | Daniel Paoliello | -4/+3 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -8/+73 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -2/+2 |
| 2022-08-31 | port 5 new diagnostics that appeared in master | Nathan Stocks | -20/+16 |
| 2022-08-31 | respond to review feedback: mainly eliminate as many conversions as possible... | Nathan Stocks | -12/+6 |
| 2022-08-31 | port of locator.rs to SessionDiagnostics, fix some of the errors | Nathan Stocks | -1/+0 |
| 2022-08-31 | port native_libs.rs to SessionDiagnostics | Nathan Stocks | -128/+54 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -5/+74 |
| 2022-08-09 | Add error if link_ordinal used without raw-dylib | Daniel Paoliello | -1/+25 |
| 2022-07-26 | Fix vectorcall | Daniel Paoliello | -1/+3 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -19/+0 |
| 2022-05-23 | rustc: Fix ICE in native library error reporting | Vadim Petrochenkov | -4/+5 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -2/+2 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -240/+274 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -1/+1 |
| 2022-04-08 | remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m... | Miguel Guarniz | -11/+9 |
| 2022-04-08 | remove some uses of visit_all_item_likes in incremental, metadata and interfa... | Miguel Guarniz | -1/+4 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -2/+40 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -20/+30 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-01 | Improve allowness of the unexpected_cfgs lint | Loïc BRANSTETT | -1/+2 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -1/+3 |
| 2022-02-19 | Adopt let else in more places | est31 | -17/+10 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -3/+5 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -5/+0 |
| 2022-01-12 | Call out to binutils' dlltool for raw-dylib on windows-gnu platforms. | Richard Cobbe | -5/+0 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-14 | Remove `in_band_lifetimes` from `rustc_metadata` | Sylvan Bowdler | -2/+2 |
| 2021-12-09 | Remove redundant [..]s | est31 | -1/+1 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -1/+7 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -1/+1 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -1/+1 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -2/+2 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -1/+1 |
| 2021-09-20 | Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli... | Richard Cobbe | -1/+7 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -2/+2 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -2/+1 |
| 2021-08-08 | Fix feature gate checking of static-nobundle and native_link_modifiers | 12101111 | -11/+9 |