about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-11-02prevent open with jsonviandoxdev-0/+5
2022-11-02merge JsonStd and Std stepsviandoxdev-58/+34
2022-11-01fix json running all the timeviandoxdev-2/+7
2022-11-01Fixes #103816 make --json workviandoxdev-1/+2
2022-11-01Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwcoDylan DPC-3/+3
2022-11-01Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebankDylan DPC-19/+111
2022-11-01Rollup merge of #103584 - ouz-a:issue-102303, r=oli-obkDylan DPC-15/+69
2022-11-01Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3Dylan DPC-31/+135
2022-11-01Rollup merge of #103805 - Mark-Simulacrum:forward-port, r=jyn514Yuki Okushi-0/+3
2022-11-01Rollup merge of #103799 - GuillaumeGomez:search-index-tuple-struct-field, r=n...Yuki Okushi-15/+40
2022-11-01Rollup merge of #103793 - notriddle:notriddle/rustdoc-toggle-in-impl-items, r...Yuki Okushi-6/+42
2022-11-01Rollup merge of #103788 - chenyukang:yukang/fix-ice-103783, r=compiler-errorsYuki Okushi-0/+33
2022-11-01Rollup merge of #103772 - compiler-errors:better-strict-coherence-err, r=davi...Yuki Okushi-0/+17
2022-11-01Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillotYuki Okushi-5/+18
2022-11-01Rollup merge of #103674 - ehuss:split-debuginfo-doc-unstable, r=davidtwcoYuki Okushi-2/+4
2022-10-31Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors-53/+26
2022-10-31Auto merge of #103795 - thomcc:untest, r=Mark-Simulacrumbors-0/+25
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-31/+135
2022-10-31Enable RUSTC_BOOTSTRAP for a few stepsMark Rousskov-0/+3
2022-10-31rustdoc: add test case for associated type marginsMichael Howell-0/+34
2022-10-31bump up recursion limit for miri crateRalf Jung-0/+2
2022-10-31Add `ignore-cross-compile` to the `#[bench]` smoketest, and move it back to r...Thom Chiovoloni-1/+3
2022-10-31move libtest bench smoketest to run-make-fulldepsThom Chiovoloni-1/+1
2022-10-31Use AdtDef to check enum.Camille GILLOT-3/+3
2022-10-31smoketest that libtest doesn't panic in `#[bench]`Thom Chiovoloni-0/+23
2022-10-31Remove bounds check with enum castouz-a-15/+69
2022-10-31Add test for tuple struct field generation in search indexGuillaume Gomez-0/+18
2022-10-31Don't generate tuple struct fields into the search indexGuillaume Gomez-15/+22
2022-10-31Rollup merge of #103732 - Mark-Simulacrum:revert-compiler-builtins, r=jyn514Dylan DPC-40/+22
2022-10-31Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obkDylan DPC-39/+29
2022-10-31Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisaDylan DPC-0/+45
2022-10-30rustdoc: add margins to all impl-item toggles, not just methodsMichael Howell-6/+8
2022-10-31Auto merge of #103787 - notriddle:rollup-q1vmxsb, r=notriddlebors-152/+424
2022-10-30Rollup merge of #103764 - SarthakSingh31:issue-94187-2, r=compiler-errorsMichael Howell-5/+11
2022-10-30Rollup merge of #103758 - GuillaumeGomez:reexports-search-result-test, r=notr...Michael Howell-0/+28
2022-10-30Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=Guillau...Michael Howell-0/+50
2022-10-30Rollup merge of #102689 - ayrtonm:master, r=cjgillotMichael Howell-0/+51
2022-10-30Rollup merge of #102101 - BelovDV:new-check-lld-version, r=petrochenkovMichael Howell-9/+22
2022-10-30Rollup merge of #101944 - notriddle:notriddle/toggle-all-docs, r=jsha,Guillau...Michael Howell-7/+14
2022-10-30Rollup merge of #101428 - JakobDegen:build-tests, r=oli-obkMichael Howell-110/+134
2022-10-30Rollup merge of #97971 - Soveu:varargs, r=jackh726Michael Howell-21/+114
2022-10-31Auto merge of #103331 - nnethercote:convert-switch-to-br, r=scottmcmbors-29/+83
2022-10-31Use `br` instead of `switch` in more cases.Nicholas Nethercote-29/+83
2022-10-30Auto merge of #103479 - nikic:update-llvm-9, r=cuviperbors-0/+0
2022-10-30better error for rustc_strict_coherence misuseMichael Goulet-0/+17
2022-10-30Auto merge of #103299 - nikic:usub-overflow, r=wesleywiserbors-0/+16
2022-10-30All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should...Sarthak Singh-5/+11
2022-10-30Auto merge of #103295 - ishitatsuyuki:ninja, r=cuviperbors-4/+5
2022-10-30Add regression test for reexports in search resultsGuillaume Gomez-0/+28
2022-10-30Auto merge of #103010 - petrochenkov:effvisdoc, r=GuillaumeGomezbors-112/+92