about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-07Do not allow `#[rustc_legacy_const_generics]` on methodsChayim Refael Friedman-3/+16
2022-03-07Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-deadbors-6/+6
2022-03-07Gather more profile data for LLVM PGOJakub Beránek-10/+28
2022-03-07Update minifier versionGuillaume Gomez-1/+1
2022-03-07Add GUI test to ensure that line numbers text is aligned to the rightGuillaume Gomez-0/+3
2022-03-07Remove unneeded whitespace generation and use CSS instead instead to align li...Guillaume Gomez-8/+5
2022-03-07Rollup merge of #94688 - compiler-errors:free-regions-in-copy-predicate-check...Matthias Krüger-0/+31
2022-03-07Rollup merge of #94553 - lcnr:add-tests, r=Dylan-DPCMatthias Krüger-0/+45
2022-03-07add tests for #94502lcnr-0/+45
2022-03-07Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddleMatthias Krüger-35/+40
2022-03-07Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-rema...Matthias Krüger-1/+1
2022-03-07Rollup merge of #94636 - compiler-errors:issue-94599, r=davidtwcoMatthias Krüger-0/+21
2022-03-06allow referencing impl substs from rustc_on_unimplementedMichael Goulet-0/+28
2022-03-06use impl substs in on_unimplementedMichael Goulet-2/+57
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-6/+6
2022-03-06Erase regions when checking for missing Copy predicatesMichael Goulet-0/+31
2022-03-06Fix rustdoc for GATs with with anonymous bound regionsMichael Goulet-35/+40
2022-03-06Auto merge of #94597 - nnethercote:ConstAllocation, r=fee1-deadbors-3/+3
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-3/+3
2022-03-06Auto merge of #94679 - matthiaskrgr:rollup-9vd7w6a, r=matthiaskrgrbors-1/+1
2022-03-06Rollup merge of #94672 - joedeandev:master, r=Dylan-DPCMatthias Krüger-1/+1
2022-03-06Auto merge of #94579 - tmiasko:target-features, r=nagisabors-3/+3
2022-03-06Fix missing struct field separators under certain conditionscassaundra-3/+20
2022-03-07remove unnecessary `..` patternsTakayuki Maeda-1/+1
2022-03-06Auto merge of #94673 - matthiaskrgr:rollup-2tnifg9, r=matthiaskrgrbors-78/+151
2022-03-06Updated corresponding stderrJoe-1/+1
2022-03-06Rollup merge of #94617 - pierwill:update-itertools, r=Mark-SimulacrumMatthias Krüger-5/+5
2022-03-06Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG...Matthias Krüger-73/+146
2022-03-06Rollup merge of #94621 - ridwanabdillahi:lld-rel-dbg, r=Mark-Simulacrumfee1-dead-1/+9
2022-03-06Auto merge of #90076 - jackh726:wherethewhere, r=nikomatsakisbors-203/+251
2022-03-06Constify slice index for stringsDeadbeef-8/+8
2022-03-06Auto merge of #94658 - RalfJung:miri, r=RalfJungbors-8/+9
2022-03-05update MiriRalf Jung-8/+9
2022-03-06Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomezbors-91/+134
2022-03-05Auto merge of #94648 - RalfJung:rollup-4iorcrd, r=RalfJungbors-11/+78
2022-03-05Update new testsJack Huey-27/+5
2022-03-05Review changesJack Huey-44/+106
2022-03-05Change to lintJack Huey-12/+18
2022-03-05Change syntax for TyAlias where clausesJack Huey-34/+74
2022-03-05Change syntax for TyAlias where clausesJack Huey-174/+176
2022-03-05Rollup merge of #94642 - GuillaumeGomez:source-code-scroll, r=UrgauRalf Jung-9/+56
2022-03-05Rollup merge of #94633 - TaKO8Ki:suggest-removing-semicolon-after-derive-attr...Ralf Jung-0/+18
2022-03-05Rollup merge of #94630 - ehuss:remove-tier-2-docs-note, r=Mark-SimulacrumRalf Jung-2/+4
2022-03-05Auto merge of #92123 - m-ou-se:thread-local-cell-methods, r=joshtriplettbors-63/+120
2022-03-06suggest removing a semicolon after derive attributesTakayuki Maeda-0/+18
2022-03-05Update note about tier 2 docs.Eric Huss-2/+4
2022-03-05Restrict oom_unwind test to LinuxAmanieu d'Antras-0/+1
2022-03-05Add GUI test for source code viewer scroll handlingGuillaume Gomez-0/+49
2022-03-05Scroll when the anchor change and is linking outside of the displayed contentGuillaume Gomez-9/+7
2022-03-05Merge build_helper into utilbjorn3-182/+166