| Age | Commit message (Expand) | Author | Lines |
| 2021-05-21 | Add test for search result keyword extra info | Guillaume Gomez | -0/+15 |
| 2021-05-21 | Fix display for primitive and keyword extra info | Guillaume Gomez | -2/+2 |
| 2021-05-21 | Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomez | bors | -220/+583 |
| 2021-05-21 | Apply suggestions from code review
| Felix S Klock II | -3/+0 |
| 2021-05-21 | Regression test for issue 85435. | Felix S. Klock II | -0/+28 |
| 2021-05-21 | Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | Guillaume Gomez | -57/+577 |
| 2021-05-21 | Rollup merge of #85550 - pnkfelix:fix-max-rss-division-on-mac, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2021-05-21 | Rollup merge of #85548 - GuillaumeGomez:remove-dead-js, r=jsha | Guillaume Gomez | -158/+0 |
| 2021-05-21 | Rollup merge of #85506 - GuillaumeGomez:reset-focusedByTab, r=jsha | Guillaume Gomez | -4/+5 |
| 2021-05-21 | Check for use of mutable/extern statics in THIR unsafeck | LeSeulArtichaut | -22/+228 |
| 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 | facepalm: operator precedence fail on my part. | Felix S. Klock II | -1/+1 |
| 2021-05-21 | Fix search results display | Guillaume Gomez | -3/+16 |
| 2021-05-21 | Adjust self-type to require equality | Mark Rousskov | -19/+33 |
| 2021-05-21 | Remove dead toggle JS code | Guillaume Gomez | -158/+0 |
| 2021-05-21 | remove generic argument insead of displaying "_" | AliƩnore Bouttefeux | -35/+35 |
| 2021-05-21 | Auto merge of #85400 - lnicola:rust-analyzer-2021-05-17, r=jonas-schievink | bors | -20/+16 |
| 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 | Upgrade minifier version to 0.0.41 | Guillaume Gomez | -1/+1 |
| 2021-05-20 | Prevent tab title to "null" if the URL is a search one | Guillaume Gomez | -1/+1 |
| 2021-05-20 | Remove `PrimitiveType::as_str` | Joshua Nelson | -41/+10 |
| 2021-05-20 | Remove `to_url_str` | Joshua Nelson | -6/+2 |
| 2021-05-20 | Extend escape key check | Guillaume Gomez | -3/+10 |
| 2021-05-20 | Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup | flip1995 | -668/+2329 |
| 2021-05-20 | Reset "focusedByTab" field when doing another search | Guillaume Gomez | -4/+5 |
| 2021-05-20 | rustdoc: add tooltips to some buttons | Liigo Zhuang | -4/+4 |
| 2021-05-19 | Add track_caller to `builder_helper::output` | Joshua Nelson | -0/+1 |
| 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-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 | deal with `const_evaluatable_checked` in `ConstEquate` | lcnr | -3/+46 |
| 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 | rustdoc: render `<Self as X>::Y` type casts properly | Justus K | -13/+21 |
| 2021-05-19 | Disallow shadowing const parameters | Fabian Wolff | -0/+77 |
| 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 |