| Age | Commit message (Expand) | Author | Lines |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -10/+5 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -10/+5 |
| 2024-01-12 | allow system abi to be variadic | beepster4096 | -2/+14 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -43/+49 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -0/+12 |
| 2023-11-17 | rename bound region instantiation | lcnr | -1/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+3 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -6/+11 |
| 2023-07-17 | Do not fetch HIR in native_libs. | Camille GILLOT | -46/+34 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -1/+1 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -18/+0 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -18/+0 |
| 2023-03-19 | The name of NativeLib will be presented | yukang | -41/+34 |
| 2023-03-17 | Do not ICE for native_lib without name | yukang | -1/+2 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -1/+6 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-22 | Implement -Zlink-directives=yes/no | Jeremy Fitzhardinge | -1/+6 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+2 |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -13/+14 |
| 2023-02-05 | rustc_metadata: remove huge error imports | est31 | -54/+49 |
| 2023-01-30 | Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`s | Maybe Waffle | -1/+1 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 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 |