| Age | Commit message (Expand) | Author | Lines |
| 2021-05-24 | Auto merge of #85515 - jedel1043:fix-85480, r=petrochenkov | bors | -0/+24 |
| 2021-05-24 | Add test for pretty printing anonymous types | jedel1043 | -0/+24 |
| 2021-05-23 | Auto merge of #85554 - 12101111:fix-dedup-native-libs, r=petrochenkov | bors | -0/+36 |
| 2021-05-23 | Auto merge of #85479 - Stupremee:render-Self_as-type-casts, r=CraftSpider | bors | -0/+17 |
| 2021-05-23 | Rollup merge of #85575 - jsha:fix-toggle-settings, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2021-05-22 | Auto merge of #85078 - RalfJung:const_fn_unsize, r=oli-obk | bors | -75/+38 |
| 2021-05-22 | Fix auto-hide for implementations and implementors. | Jacob Hoffman-Andrews | -1/+2 |
| 2021-05-22 | Add test for deduplicate native lib in linking | 12101111 | -0/+36 |
| 2021-05-22 | const_fn_unsize: check that the cast behaves correctly | Ralf Jung | -3/+10 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -75/+31 |
| 2021-05-22 | Auto merge of #85568 - GuillaumeGomez:search-result-extra-info, r=jsha | bors | -0/+15 |
| 2021-05-21 | Add test for search result keyword extra info | Guillaume Gomez | -0/+15 |
| 2021-05-21 | Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomez | bors | -55/+575 |
| 2021-05-21 | Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | Guillaume Gomez | -55/+575 |
| 2021-05-21 | Check for use of mutable/extern statics in THIR unsafeck | LeSeulArtichaut | -20/+226 |
| 2021-05-21 | Auto merge of #85511 - Mark-Simulacrum:eq-not-sup, r=nikomatsakis | bors | -19/+33 |
| 2021-05-21 | Check for ptr-to-int casts in const functions in THIR unsafeck | LeSeulArtichaut | -13/+88 |
| 2021-05-21 | Check for initialization of layout-restricted types | LeSeulArtichaut | -2/+33 |
| 2021-05-21 | Adjust self-type to require equality | Mark Rousskov | -19/+33 |
| 2021-05-20 | Rollup merge of #85507 - GuillaumeGomez:extend-escape-key-check, r=jsha | Guillaume Gomez | -3/+10 |
| 2021-05-20 | Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726 | Guillaume Gomez | -0/+29 |
| 2021-05-20 | Extend escape key check | Guillaume Gomez | -3/+10 |
| 2021-05-20 | Rollup merge of #84717 - dtolnay:literalfromstr, r=petrochenkov | Ralf Jung | -0/+80 |
| 2021-05-20 | Check for calls to functions with `#[target_feature]` in THIR unsafeck | LeSeulArtichaut | -11/+120 |
| 2021-05-20 | Check for raw pointer dereference in THIR unsafeck | LeSeulArtichaut | -9/+108 |
| 2021-05-19 | Add proc macro Literal parse test | David Tolnay | -0/+27 |
| 2021-05-19 | Make a more meaningful test for Punct eq | David Tolnay | -5/+5 |
| 2021-05-19 | Move proc_macro tests to ui test | David Tolnay | -0/+25 |
| 2021-05-19 | Make a ui test to take the role of libproc_macro #[test] tests | David Tolnay | -0/+28 |
| 2021-05-19 | rustdoc: add test for issue-85454 | Justus K | -0/+17 |
| 2021-05-19 | Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-... | bors | -0/+56 |
| 2021-05-19 | Auto merge of #85276 - Bobo1239:more_dso_local, r=nagisa | bors | -4/+37 |
| 2021-05-18 | Rollup merge of #85438 - GuillaumeGomez:fix-escape-handling, r=jsha | Jack Huey | -0/+27 |
| 2021-05-18 | Rollup merge of #83767 - camelid:mangle-v0-fix, r=nikomatsakis | Jack Huey | -0/+104 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -51/+2 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -610/+832 |
| 2021-05-18 | No matter how trivial the change, tidy always finds a way to complain... | Scott McMurray | -6/+6 |
| 2021-05-18 | Mention the issue number for the new mir-opt in the FIXMEs
| scottmcm | -3/+3 |
| 2021-05-18 | std: Attempt again to inline thread-local-init across crates | Alex Crichton | -0/+56 |
| 2021-05-18 | Set dso_local for more items | Boris-Chengbiao Zhou | -0/+33 |
| 2021-05-18 | Fix assembly test from #83592 | Boris-Chengbiao Zhou | -4/+4 |
| 2021-05-18 | Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnr | Ralf Jung | -10/+2 |
| 2021-05-18 | Auto merge of #85437 - GuillaumeGomez:rollup-3jcirty, r=GuillaumeGomez | bors | -11/+331 |
| 2021-05-18 | Add GUI tests for escape handling | Guillaume Gomez | -0/+27 |
| 2021-05-18 | Rollup merge of #85393 - Aaron1011:async-type-err, r=varkor | Guillaume Gomez | -0/+25 |
| 2021-05-18 | Rollup merge of #85369 - FabianWolff:issue-84973, r=jackh726 | Guillaume Gomez | -4/+209 |
| 2021-05-18 | Rollup merge of #85339 - FabianWolff:issue-83893, r=varkor | Guillaume Gomez | -0/+77 |
| 2021-05-18 | Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomez | Guillaume Gomez | -0/+7 |
| 2021-05-18 | Auto merge of #85313 - jackh726:region_eq, r=nikomatsakis | bors | -1/+5 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -51/+2 |