about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-11Auto merge of #85109 - RalfJung:remove-const_fn, r=oli-obkbors-132/+52
2021-05-11Fix border radius for doc code blocks in rustdocGuillaume Gomez-2/+2
2021-05-11fix clippy testRalf Jung-7/+6
2021-05-11Auto merge of #85100 - HKalbasi:issue-68049-fix, r=Aaron1011bors-0/+67
2021-05-11Auto merge of #80300 - LeSeulArtichaut:80275-doc-inline, r=Manishearthbors-74/+220
2021-05-11Fix CI problemshamidreza kalbasi-3/+3
2021-05-11Auto merge of #85165 - JohnTitor:rollup-ew1ls7x, r=JohnTitorbors-8/+26
2021-05-11Rollup merge of #85051 - jyn514:check-miri, r=Mark-SimulacrumYuki Okushi-1/+6
2021-05-11Rollup merge of #84783 - jyn514:fmt-one, r=Mark-SimulacrumYuki Okushi-7/+19
2021-05-11Rollup merge of #84777 - jyn514:rustdoc-parallel, r=Mark-SimulacrumYuki Okushi-0/+1
2021-05-11Auto merge of #85012 - FabianWolff:struct-rec, r=davidtwcobors-0/+138
2021-05-10Auto merge of #84677 - CDirkx:pal, r=Mark-Simulacrumbors-48/+28
2021-05-10Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jshaGuillaume Gomez-19/+40
2021-05-10Rollup merge of #85118 - GuillaumeGomez:clipboard-svg, r=Nemo157Guillaume Gomez-11/+49
2021-05-10Rollup merge of #84465 - jyn514:primitive, r=GuillaumeGomezGuillaume Gomez-8/+1
2021-05-10Implement changes suggested by tmiasko and davidtwcoFabian Wolff-0/+0
2021-05-10Auto merge of #85150 - Dylan-DPC:rollup-q26gbx3, r=Dylan-DPCbors-40/+437
2021-05-10Use an SVG image for clipboard instead of unicode characterGuillaume Gomez-11/+49
2021-05-10Rollup merge of #85147 - lnicola:rust-analyzer-2021-05-10, r=jonas-schievinkDylan DPC-16/+20
2021-05-10Rollup merge of #85112 - RalfJung:promoted-errors, r=oli-obkDylan DPC-19/+101
2021-05-10Rollup merge of #85096 - clarfonthey:const_unchecked, r=oli-obkDylan DPC-2/+12
2021-05-10Rollup merge of #85075 - ptrojahn:panic_warning, r=jackh726Dylan DPC-3/+31
2021-05-10Rollup merge of #85050 - FabianWolff:issue-84592, r=jackh726Dylan DPC-0/+273
2021-05-10More minor fixes suggested by @jackh726Fabian Wolff-0/+0
2021-05-10update perf version used for PGORalf Jung-1/+1
2021-05-10Auto merge of #85079 - petrochenkov:sessclean, r=davidtwcobors-7/+3
2021-05-10Add test for source code clickable line numberGuillaume Gomez-0/+13
2021-05-10Fix line number not being clickable on source pagesGuillaume Gomez-19/+27
2021-05-10:arrow_up: rust-analyzerLaurențiu Nicola-16/+20
2021-05-10rustc_session: Move more option building code from the `options!` macroVadim Petrochenkov-7/+3
2021-05-10Auto merge of #85053 - camsteffen:duplicate-lint, r=davidtwcobors-28/+4
2021-05-10Update documentation for SharedContext::maybe_collapsed_doc_valueGuillaume Gomez-2/+2
2021-05-10Remove wasmparserbjorn3-2/+0
2021-05-09PR feedbackScott McMurray-12/+12
2021-05-10Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jshabors-227/+78
2021-05-10Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisabors-14/+2
2021-05-10Update rustdoc testGuillaume Gomez-10/+10
2021-05-10End toggle migrationGuillaume Gomez-217/+68
2021-05-09Fix `Step` feature flag, make tidy lint more useful to find things like thisltdk-2/+12
2021-05-09Implement @jackh726's suggestionsFabian Wolff-1/+1
2021-05-09Auto merge of #83894 - nikic:newpm, r=nagisabors-6/+9
2021-05-09Improve "panic message is not a string literal" warningPaul Trojahn-3/+31
2021-05-09fix compiletest to search for two dash and run make fulldeps testAliénore Bouttefeux-3/+3
2021-05-09more erroneous-const testsRalf Jung-3/+63
2021-05-09ensure failing promoteds in const/static bodies are handled correctlyRalf Jung-16/+38
2021-05-09remove const_fn feature gateRalf Jung-124/+45
2021-05-09add bootstrap cfgAliénore Bouttefeux-0/+4
2021-05-09Auto merge of #85093 - camelid:remove-fake-expect_local, r=GuillaumeGomezbors-20/+17
2021-05-09Add primary marker on codegen unit to take charge of main_wrapper for non-loc...Charles Lew-14/+2
2021-05-09Try to fix issue 68049hamidreza kalbasi-0/+67