| Age | Commit message (Expand) | Author | Lines |
| 2021-05-20 | Auto merge of #85524 - RalfJung:miri, r=RalfJung | bors | -8/+6 |
| 2021-05-20 | update miri | Ralf Jung | -8/+6 |
| 2021-05-20 | Rollup merge of #85509 - GuillaumeGomez:search-null-title, r=jsha | Guillaume Gomez | -1/+1 |
| 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 | Rollup merge of #85326 - infinity0:fix-cross-compile-tools, r=Mark-Simulacrum | Guillaume Gomez | -1/+4 |
| 2021-05-20 | Prevent tab title to "null" if the URL is a search one | Guillaume Gomez | -1/+1 |
| 2021-05-20 | Extend escape key check | Guillaume Gomez | -3/+10 |
| 2021-05-20 | Rollup merge of #85470 - GuillaumeGomez:fix-css-rules, r=jsha | Ralf Jung | -9/+6 |
| 2021-05-20 | Rollup merge of #85169 - jsha:hoist-classes, r=GuillaumeGomez | Ralf Jung | -15/+10 |
| 2021-05-20 | Rollup merge of #84717 - dtolnay:literalfromstr, r=petrochenkov | Ralf Jung | -0/+80 |
| 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 | Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-... | bors | -0/+56 |
| 2021-05-19 | Fix invalid CSS rules for a:hover | Guillaume Gomez | -9/+6 |
| 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 | -2/+29 |
| 2021-05-18 | Rollup merge of #85396 - jsha:top-doc-font-sizes, r=GuillaumeGomez | Jack Huey | -3/+7 |
| 2021-05-18 | Rollup merge of #85297 - infinity0:master, r=Mark-Simulacrum | Jack Huey | -1/+8 |
| 2021-05-18 | Rollup merge of #84883 - durin42:allow-unused-prefixes, r=nikic | Jack Huey | -1/+5 |
| 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/+14 |
| 2021-05-18 | Add method-toggle to <details> for methods. | Jacob Hoffman-Andrews | -15/+10 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -613/+835 |
| 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 #85423 - jyn514:cmake, r=Mark-Simulacrum | Ralf Jung | -2/+3 |
| 2021-05-18 | Rollup merge of #85407 - GuillaumeGomez:copy-path-display-improvement, r=jsha | Ralf Jung | -13/+39 |
| 2021-05-18 | Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnr | Ralf Jung | -10/+2 |
| 2021-05-18 | Rollup merge of #84462 - jsha:focus-search-results2, r=GuillaumeGomez | Ralf Jung | -195/+178 |
| 2021-05-18 | Auto merge of #85437 - GuillaumeGomez:rollup-3jcirty, r=GuillaumeGomez | bors | -58/+464 |
| 2021-05-18 | Add GUI tests for escape handling | Guillaume Gomez | -0/+27 |
| 2021-05-18 | Fix escape handling on search results | Guillaume Gomez | -2/+2 |
| 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 | -2/+14 |
| 2021-05-18 | Rollup merge of #84587 - jyn514:rustdoc-lint-block, r=CraftSpider | Guillaume Gomez | -52/+139 |
| 2021-05-18 | Auto merge of #85313 - jackh726:region_eq, r=nikomatsakis | bors | -1/+5 |
| 2021-05-18 | Improve display for "copy-path" button, making it more discrete | Guillaume Gomez | -13/+39 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -51/+14 |
| 2021-05-17 | Fix rebase conflicts | Joshua Nelson | -1/+1 |
| 2021-05-17 | Don't require cmake on Windows when LLVM isn't being built | Joshua Nelson | -2/+3 |
| 2021-05-17 | Address review comments | Joshua Nelson | -14/+21 |
| 2021-05-17 | Rename INVALID_RUST_CODEBLOCK{,S} | Joshua Nelson | -9/+9 |