| Age | Commit message (Expand) | Author | Lines |
| 2021-06-07 | Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor | bors | -117/+100 |
| 2021-06-07 | Rollup merge of #86077 - FabianWolff:issue-86061, r=GuillaumeGomez | Guillaume Gomez | -3/+3 |
| 2021-06-07 | Rollup merge of #86058 - fee1-dead:E0121-improvements, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2021-06-07 | Rollup merge of #86010 - FabianWolff:ICE-parser, r=varkor | Guillaume Gomez | -38/+47 |
| 2021-06-07 | Rollup merge of #85965 - tmiasko:a, r=nagisa | Guillaume Gomez | -46/+4 |
| 2021-06-07 | Rollup merge of #85912 - LingMan:iter_any, r=nagisa | Guillaume Gomez | -9/+4 |
| 2021-06-06 | Fix corrected example in E0759.md | Fabian Wolff | -3/+3 |
| 2021-06-06 | Auto merge of #85343 - Aaron1011:variance-diag, r=estebank | bors | -144/+344 |
| 2021-06-06 | Add variance-related information to lifetime error messages | Aaron Hill | -144/+344 |
| 2021-06-06 | Auto merge of #85086 - petrochenkov:linkord2, r=nagisa | bors | -165/+164 |
| 2021-06-06 | linker: Re-apply Solaris fixes for `-z ignore` | Vadim Petrochenkov | -5/+10 |
| 2021-06-06 | linker: Restore the old order of linking native libraries | Vadim Petrochenkov | -4/+12 |
| 2021-06-06 | linker: Reorder linker arguments | Vadim Petrochenkov | -146/+151 |
| 2021-06-06 | linker: Inline `fn link_local_crate_native_libs_and_dependent_crate_libs` | Vadim Petrochenkov | -57/+38 |
| 2021-06-06 | Auto merge of #84995 - petrochenkov:tcollect, r=Aaron1011 | bors | -31/+35 |
| 2021-06-06 | Auto merge of #86054 - JohnTitor:rollup-j40z7sm, r=JohnTitor | bors | -20/+24 |
| 2021-06-06 | parser: Ensure that all nonterminals have tokens after parsing | Vadim Petrochenkov | -31/+35 |
| 2021-06-06 | Rollup merge of #86047 - jyn514:doc-attrs, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2021-06-06 | Rollup merge of #86043 - klensy:attr-clone, r=jyn514 | Yuki Okushi | -3/+2 |
| 2021-06-06 | Rollup merge of #86028 - LingMan:dupe_empty_check, r=jyn514 | Yuki Okushi | -7/+5 |
| 2021-06-06 | Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkov | Yuki Okushi | -3/+8 |
| 2021-06-06 | Rollup merge of #85772 - luqmana:ignored-metadata, r=petrochenkov | Yuki Okushi | -3/+6 |
| 2021-06-06 | Rollup merge of #85436 - tamird:save-clone, r=estebank | Yuki Okushi | -3/+2 |
| 2021-06-06 | Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-se | bors | -0/+4 |
| 2021-06-06 | Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkov | bors | -19/+323 |
| 2021-06-05 | Don't fire `invalid_doc_attributes` on `extern crate` items | Joshua Nelson | -1/+1 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+413 |
| 2021-06-05 | Auto merge of #86002 - cjgillot:expn_that_defined, r=petrochenkov | bors | -16/+9 |
| 2021-06-05 | Update compiler/rustc_middle/src/query/mod.rs | Camille Gillot | -1/+0 |
| 2021-06-05 | Rollup merge of #86014 - cr1901:msp430-link, r=jonas-schievink | Guillaume Gomez | -0/+1 |
| 2021-06-05 | Rollup merge of #85501 - jyn514:invalid-doc-attrs, r=varkor | Guillaume Gomez | -0/+1 |
| 2021-06-05 | Drop an `if let` that will always succeed | LingMan | -7/+5 |
| 2021-06-05 | Auto merge of #85869 - tmiasko:box-free, r=nagisa | bors | -29/+0 |
| 2021-06-05 | Remove `_` from E0121 diagnostic suggestions | Deadbeef | -1/+1 |
| 2021-06-05 | Auto merge of #86001 - richkadel:revert-85617-rustin-patch-fix, r=Mark-Simula... | bors | -5/+1 |
| 2021-06-05 | Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkov | bors | -8/+12 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -163/+38 |
| 2021-06-05 | Auto merge of #84234 - jyn514:blanket-hash, r=Aaron1011 | bors | -20/+22 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -19/+323 |
| 2021-06-04 | msp430 linker does not accept -znoexecstack. Set linker_is_gnu to false as wo... | William D. Jones | -0/+1 |
| 2021-06-05 | Fix handling of unmatched angle brackets in parser | Fabian Wolff | -37/+47 |
| 2021-06-04 | Auto merge of #86006 - JohnTitor:rollup-97iuoi3, r=JohnTitor | bors | -73/+28 |
| 2021-06-05 | Rollup merge of #85979 - tlyu:where-no-unsized-indirection, r=estebank | Yuki Okushi | -0/+4 |
| 2021-06-05 | Rollup merge of #85966 - alexcrichton:wasm-simd-indirect, r=workingjubilee | Yuki Okushi | -6/+0 |
| 2021-06-05 | Rollup merge of #85939 - m-ou-se:fix-remove-ref-macro-invocation, r=estebank | Yuki Okushi | -3/+11 |
| 2021-06-05 | Rollup merge of #85853 - marmeladema:improper-ctypes-definitions-boxed-dst, r... | Yuki Okushi | -4/+11 |
| 2021-06-05 | Rollup merge of #83653 - jyn514:unused-sync-code, r=wesleywiser | Yuki Okushi | -60/+2 |
| 2021-06-04 | Remove incorrect assertion in type parsing code | Fabian Wolff | -1/+0 |
| 2021-06-04 | Always go through the expn_that_defined query. | Camille GILLOT | -15/+9 |
| 2021-06-04 | Auto merge of #84449 - alexcrichton:metadata-in-object, r=nagisa | bors | -178/+197 |