about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-174/+248
2022-09-22Auto merge of #102121 - JohnTitor:rollup-3fb1wrt, r=JohnTitorbors-73/+239
2022-09-22Rollup merge of #102100 - GuillaumeGomez:stab-in-docblocks, r=notriddleYuki Okushi-0/+45
2022-09-22Rollup merge of #102084 - andrewpollack:add-issue-panic-unwind, r=bjorn3Yuki Okushi-2/+3
2022-09-22Rollup merge of #102079 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2022-09-22Rollup merge of #102075 - notriddle:notriddle/content-methods-method, r=Guill...Yuki Okushi-4/+0
2022-09-22Rollup merge of #102073 - andrewpollack:add-execvp-call-ignore, r=tmandryYuki Okushi-0/+1
2022-09-22Rollup merge of #102071 - andrewpollack:add-needs-unwind-for-binary-size, r=t...Yuki Okushi-0/+3
2022-09-22Rollup merge of #102054 - GuillaumeGomez:sidebar-all-page, r=notriddleYuki Okushi-44/+139
2022-09-22Rollup merge of #102033 - andrewpollack:add-unwind-on-pretty, r=tmandryYuki Okushi-0/+3
2022-09-22Rollup merge of #102032 - andrewpollack:bad-signal-compiler-tests, r=tmandryYuki Okushi-0/+5
2022-09-22Rollup merge of #102030 - est31:tidy_walk_no_reexport, r=Mark-SimulacrumYuki Okushi-21/+28
2022-09-22Rollup merge of #101952 - Mark-Simulacrum:missing-fallback, r=ehussYuki Okushi-2/+12
2022-09-21Auto merge of #102106 - djkoloski:sync-from-clippy, r=Manishearthbors-1631/+1997
2022-09-21Auto merge of #101558 - JhonnyBillM:session-diagnostic-to-diagnostic-handler-...bors-170/+170
2022-09-21Auto merge of #102097 - Dylan-DPC:rollup-gc75oh4, r=Dylan-DPCbors-4/+181
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-1631/+1997
2022-09-21Adding ignore fuchsia tests for signal casesAndrew Pollack-0/+5
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-6/+6
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-69/+69
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-87/+87
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-9/+9
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-94/+95
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-2/+1
2022-09-21Make error messages great again (and fix clippy and add test)Deadbeef-42/+64
2022-09-21Add GUI test for `.stab` elements in docblocksGuillaume Gomez-0/+39
2022-09-21Prevent usage of `.stab` elements to create scrollable areas in doc blocksGuillaume Gomez-0/+6
2022-09-21Rollup merge of #102059 - compiler-errors:issue-101984, r=jackh726Dylan DPC-0/+41
2022-09-21Rollup merge of #102045 - RalfJung:const-prop-regression-fix, r=oli-obkDylan DPC-0/+120
2022-09-21Rollup merge of #102031 - andrewpollack:compiler-tests-backtrace, r=tmandryDylan DPC-4/+10
2022-09-21Rollup merge of #89891 - ojeda:modular-alloc, r=Mark-SimulacrumDylan DPC-0/+10
2022-09-21Auto merge of #101846 - chenyukang:fix-101793, r=davidtwcobors-22/+64
2022-09-21Auto merge of #101329 - QuinnPainter:armv5te-targets, r=nagisabors-0/+69
2022-09-21Auto merge of #100096 - compiler-errors:fn-return-must-be-sized, r=jackh726bors-1/+66
2022-09-21Adding needs-unwind for test using panic::catch_unwindAndrew Pollack-2/+3
2022-09-21Auto merge of #100214 - scottmcm:strict-range, r=thomccbors-0/+14
2022-09-20Update booksEric Huss-0/+0
2022-09-20rustdoc: remove no-op `.method { position: relative }`Michael Howell-3/+0
2022-09-20rustdoc: remove no-op `.method { font-size: 1rem }`Michael Howell-1/+0
2022-09-20Avoid panicking on missing fallbackMark Rousskov-2/+12
2022-09-20Adding ignore fuchsia tests for execvpAndrew Pollack-0/+1
2022-09-20Unify generation of section on "All items" page with all other pagesGuillaume Gomez-18/+18
2022-09-20Adding needs-unwind to tests involving changing memory size of Futures/ClosuresAndrew Pollack-0/+3
2022-09-20Auto merge of #102061 - notriddle:rollup-kwu9vp8, r=notriddlebors-738/+1840
2022-09-20Rollup merge of #102053 - lnicola:rust-analyzer-2022-09-20, r=lnicolaMichael Howell-628/+1587
2022-09-20Rollup merge of #102038 - jyn514:rustdoc-normalize-test, r=compiler-errorsMichael Howell-0/+2
2022-09-20Rollup merge of #102034 - notriddle:notriddle/border-bottom, r=GuillaumeGomezMichael Howell-20/+13
2022-09-20Rollup merge of #102027 - notriddle:notriddle/docblock-item-decl, r=Guillaume...Michael Howell-90/+87
2022-09-20Rollup merge of #102008 - GuillaumeGomez:notable-trait-gui-test, r=notriddleMichael Howell-0/+103
2022-09-20Rollup merge of #100250 - cjgillot:recover-token-stream, r=Aaron1011Michael Howell-0/+48