| Age | Commit message (Expand) | Author | Lines |
| 2021-05-11 | Auto merge of #85109 - RalfJung:remove-const_fn, r=oli-obk | bors | -132/+52 |
| 2021-05-11 | Fix border radius for doc code blocks in rustdoc | Guillaume Gomez | -2/+2 |
| 2021-05-11 | fix clippy test | Ralf Jung | -7/+6 |
| 2021-05-11 | Auto merge of #85100 - HKalbasi:issue-68049-fix, r=Aaron1011 | bors | -0/+67 |
| 2021-05-11 | Auto merge of #80300 - LeSeulArtichaut:80275-doc-inline, r=Manishearth | bors | -74/+220 |
| 2021-05-11 | Fix CI problems | hamidreza kalbasi | -3/+3 |
| 2021-05-11 | Auto merge of #85165 - JohnTitor:rollup-ew1ls7x, r=JohnTitor | bors | -8/+26 |
| 2021-05-11 | Rollup merge of #85051 - jyn514:check-miri, r=Mark-Simulacrum | Yuki Okushi | -1/+6 |
| 2021-05-11 | Rollup merge of #84783 - jyn514:fmt-one, r=Mark-Simulacrum | Yuki Okushi | -7/+19 |
| 2021-05-11 | Rollup merge of #84777 - jyn514:rustdoc-parallel, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2021-05-11 | Auto merge of #85012 - FabianWolff:struct-rec, r=davidtwco | bors | -0/+138 |
| 2021-05-10 | Auto merge of #84677 - CDirkx:pal, r=Mark-Simulacrum | bors | -48/+28 |
| 2021-05-10 | Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jsha | Guillaume Gomez | -19/+40 |
| 2021-05-10 | Rollup merge of #85118 - GuillaumeGomez:clipboard-svg, r=Nemo157 | Guillaume Gomez | -11/+49 |
| 2021-05-10 | Rollup merge of #84465 - jyn514:primitive, r=GuillaumeGomez | Guillaume Gomez | -8/+1 |
| 2021-05-10 | Implement changes suggested by tmiasko and davidtwco | Fabian Wolff | -0/+0 |
| 2021-05-10 | Auto merge of #85150 - Dylan-DPC:rollup-q26gbx3, r=Dylan-DPC | bors | -40/+437 |
| 2021-05-10 | Use an SVG image for clipboard instead of unicode character | Guillaume Gomez | -11/+49 |
| 2021-05-10 | Rollup merge of #85147 - lnicola:rust-analyzer-2021-05-10, r=jonas-schievink | Dylan DPC | -16/+20 |
| 2021-05-10 | Rollup merge of #85112 - RalfJung:promoted-errors, r=oli-obk | Dylan DPC | -19/+101 |
| 2021-05-10 | Rollup merge of #85096 - clarfonthey:const_unchecked, r=oli-obk | Dylan DPC | -2/+12 |
| 2021-05-10 | Rollup merge of #85075 - ptrojahn:panic_warning, r=jackh726 | Dylan DPC | -3/+31 |
| 2021-05-10 | Rollup merge of #85050 - FabianWolff:issue-84592, r=jackh726 | Dylan DPC | -0/+273 |
| 2021-05-10 | More minor fixes suggested by @jackh726 | Fabian Wolff | -0/+0 |
| 2021-05-10 | update perf version used for PGO | Ralf Jung | -1/+1 |
| 2021-05-10 | Auto merge of #85079 - petrochenkov:sessclean, r=davidtwco | bors | -7/+3 |
| 2021-05-10 | Add test for source code clickable line number | Guillaume Gomez | -0/+13 |
| 2021-05-10 | Fix line number not being clickable on source pages | Guillaume Gomez | -19/+27 |
| 2021-05-10 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+20 |
| 2021-05-10 | rustc_session: Move more option building code from the `options!` macro | Vadim Petrochenkov | -7/+3 |
| 2021-05-10 | Auto merge of #85053 - camsteffen:duplicate-lint, r=davidtwco | bors | -28/+4 |
| 2021-05-10 | Update documentation for SharedContext::maybe_collapsed_doc_value | Guillaume Gomez | -2/+2 |
| 2021-05-10 | Remove wasmparser | bjorn3 | -2/+0 |
| 2021-05-09 | PR feedback | Scott McMurray | -12/+12 |
| 2021-05-10 | Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jsha | bors | -227/+78 |
| 2021-05-10 | Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisa | bors | -14/+2 |
| 2021-05-10 | Update rustdoc test | Guillaume Gomez | -10/+10 |
| 2021-05-10 | End toggle migration | Guillaume Gomez | -217/+68 |
| 2021-05-09 | Fix `Step` feature flag, make tidy lint more useful to find things like this | ltdk | -2/+12 |
| 2021-05-09 | Implement @jackh726's suggestions | Fabian Wolff | -1/+1 |
| 2021-05-09 | Auto merge of #83894 - nikic:newpm, r=nagisa | bors | -6/+9 |
| 2021-05-09 | Improve "panic message is not a string literal" warning | Paul Trojahn | -3/+31 |
| 2021-05-09 | fix compiletest to search for two dash and run make fulldeps test | Aliénore Bouttefeux | -3/+3 |
| 2021-05-09 | more erroneous-const tests | Ralf Jung | -3/+63 |
| 2021-05-09 | ensure failing promoteds in const/static bodies are handled correctly | Ralf Jung | -16/+38 |
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -124/+45 |
| 2021-05-09 | add bootstrap cfg | Aliénore Bouttefeux | -0/+4 |
| 2021-05-09 | Auto merge of #85093 - camelid:remove-fake-expect_local, r=GuillaumeGomez | bors | -20/+17 |
| 2021-05-09 | Add primary marker on codegen unit to take charge of main_wrapper for non-loc... | Charles Lew | -14/+2 |
| 2021-05-09 | Try to fix issue 68049 | hamidreza kalbasi | -0/+67 |