about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-21Add test for search result keyword extra infoGuillaume Gomez-0/+15
2021-05-21Fix display for primitive and keyword extra infoGuillaume Gomez-2/+2
2021-05-21Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomezbors-220/+583
2021-05-21Apply suggestions from code review Felix S Klock II-3/+0
2021-05-21Regression test for issue 85435.Felix S. Klock II-0/+28
2021-05-21Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisGuillaume Gomez-57/+577
2021-05-21Rollup merge of #85550 - pnkfelix:fix-max-rss-division-on-mac, r=Mark-SimulacrumGuillaume Gomez-1/+1
2021-05-21Rollup merge of #85548 - GuillaumeGomez:remove-dead-js, r=jshaGuillaume Gomez-158/+0
2021-05-21Rollup merge of #85506 - GuillaumeGomez:reset-focusedByTab, r=jshaGuillaume Gomez-4/+5
2021-05-21Check for use of mutable/extern statics in THIR unsafeckLeSeulArtichaut-22/+228
2021-05-21Auto merge of #85511 - Mark-Simulacrum:eq-not-sup, r=nikomatsakisbors-19/+33
2021-05-21Check for ptr-to-int casts in const functions in THIR unsafeckLeSeulArtichaut-13/+88
2021-05-21Check for initialization of layout-restricted typesLeSeulArtichaut-2/+33
2021-05-21facepalm: operator precedence fail on my part.Felix S. Klock II-1/+1
2021-05-21Fix search results displayGuillaume Gomez-3/+16
2021-05-21Adjust self-type to require equalityMark Rousskov-19/+33
2021-05-21Remove dead toggle JS codeGuillaume Gomez-158/+0
2021-05-21remove generic argument insead of displaying "_"AliƩnore Bouttefeux-35/+35
2021-05-21Auto merge of #85400 - lnicola:rust-analyzer-2021-05-17, r=jonas-schievinkbors-20/+16
2021-05-20Auto merge of #85524 - RalfJung:miri, r=RalfJungbors-8/+6
2021-05-20update miriRalf Jung-8/+6
2021-05-20Rollup merge of #85509 - GuillaumeGomez:search-null-title, r=jshaGuillaume Gomez-1/+1
2021-05-20Rollup merge of #85507 - GuillaumeGomez:extend-escape-key-check, r=jshaGuillaume Gomez-3/+10
2021-05-20Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726Guillaume Gomez-0/+29
2021-05-20Rollup merge of #85326 - infinity0:fix-cross-compile-tools, r=Mark-SimulacrumGuillaume Gomez-1/+4
2021-05-20Upgrade minifier version to 0.0.41Guillaume Gomez-1/+1
2021-05-20Prevent tab title to "null" if the URL is a search oneGuillaume Gomez-1/+1
2021-05-20Remove `PrimitiveType::as_str`Joshua Nelson-41/+10
2021-05-20Remove `to_url_str`Joshua Nelson-6/+2
2021-05-20Extend escape key checkGuillaume Gomez-3/+10
2021-05-20Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyupflip1995-668/+2329
2021-05-20Reset "focusedByTab" field when doing another searchGuillaume Gomez-4/+5
2021-05-20rustdoc: add tooltips to some buttonsLiigo Zhuang-4/+4
2021-05-19Add track_caller to `builder_helper::output`Joshua Nelson-0/+1
2021-05-20Rollup merge of #85470 - GuillaumeGomez:fix-css-rules, r=jshaRalf Jung-9/+6
2021-05-20Rollup merge of #85169 - jsha:hoist-classes, r=GuillaumeGomezRalf Jung-15/+10
2021-05-20Rollup merge of #84717 - dtolnay:literalfromstr, r=petrochenkovRalf Jung-0/+80
2021-05-20Check for calls to functions with `#[target_feature]` in THIR unsafeckLeSeulArtichaut-11/+120
2021-05-20Check for raw pointer dereference in THIR unsafeckLeSeulArtichaut-9/+108
2021-05-19deal with `const_evaluatable_checked` in `ConstEquate`lcnr-3/+46
2021-05-19Add proc macro Literal parse testDavid Tolnay-0/+27
2021-05-19Make a more meaningful test for Punct eqDavid Tolnay-5/+5
2021-05-19Move proc_macro tests to ui testDavid Tolnay-0/+25
2021-05-19Make a ui test to take the role of libproc_macro #[test] testsDavid Tolnay-0/+28
2021-05-19rustdoc: add test for issue-85454Justus K-0/+17
2021-05-19rustdoc: render `<Self as X>::Y` type casts properlyJustus K-13/+21
2021-05-19Disallow shadowing const parametersFabian Wolff-0/+77
2021-05-19Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-...bors-0/+56
2021-05-19Fix invalid CSS rules for a:hoverGuillaume Gomez-9/+6
2021-05-19Auto merge of #85276 - Bobo1239:more_dso_local, r=nagisabors-4/+37