about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-11Remove redundant slicing of whole ranges in `bootstrap`pierwill-5/+5
2022-03-11Remove unneeded conversions in bootstrapping codepierwill-9/+5
2022-03-11Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-...Dylan DPC-0/+56
2022-03-11Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obkDylan DPC-6/+50
2022-03-11Rollup merge of #94818 - yoshuawuyts:into-future-associated-type, r=joshtriplettDylan DPC-2/+2
2022-03-11Rollup merge of #94769 - GuillaumeGomez:collapsed-by-default, r=notriddleDylan DPC-6/+19
2022-03-11Update GUI testGuillaume Gomez-1/+8
2022-03-11Collapse Blanket Implementations and Auto-trait implementations by defaultGuillaume Gomez-5/+11
2022-03-11Rollup merge of #94592 - jyn514:consistent-config-loading, r=Mark-SimulacrumDylan DPC-11/+24
2022-03-11Add tests for JSON and console outputMark Rousskov-8/+7
2022-03-11fix a suggestion messageTakayuki Maeda-6/+6
2022-03-11suggest using double colon when using single colon in struct field type pathTakayuki Maeda-0/+56
2022-03-11Auto merge of #94304 - notriddle:notriddle/buffer-args, r=CraftSpiderbors-27/+19
2022-03-11Auto merge of #94834 - Dylan-DPC:rollup-sza4qc2, r=Dylan-DPCbors-0/+4
2022-03-11Rollup merge of #94819 - jonhoo:configure-empty-list, r=Mark-SimulacrumDylan DPC-0/+4
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-101/+102
2022-03-10bootstrap: untangle static-libstdcpp & llvm-toolsJon Gjengset-1/+2
2022-03-11Auto merge of #94276 - scottmcm:primitive-clone, r=oli-obkbors-3/+119
2022-03-10Remove is_autoref parameterEric Holk-5/+5
2022-03-10adjust offset_from logic: check that both pointers are in-boundsRalf Jung-6/+50
2022-03-10Fix `cargo run tidy`Joshua Nelson-1/+7
2022-03-10Rollup merge of #94811 - GuillaumeGomez:update-browser-ui-test, r=notriddleDylan DPC-2/+2
2022-03-10Rollup merge of #94728 - compiler-errors:box-allocator-zst-meta, r=michaelwoe...Dylan DPC-1/+24
2022-03-10Rollup merge of #94719 - jonhoo:enable-static-lld, r=Mark-SimulacrumDylan DPC-12/+12
2022-03-10Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkovDylan DPC-0/+578
2022-03-10Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandryDylan DPC-68/+266
2022-03-10Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...Dylan DPC-64/+62
2022-03-10configure: don't serialize empty array elementsJon Gjengset-0/+4
2022-03-10Rename `IntoFuture::Future` to `IntoFuture::IntoFuture`Yoshua Wuyts-2/+2
2022-03-10Rollup merge of #94805 - oli-obk:drop_box, r=pnkfelixMatthias Krüger-0/+15
2022-03-10Rollup merge of #94753 - Urgau:rustdoc-book-improvements, r=GuillaumeGomezMatthias Krüger-90/+119
2022-03-10Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddleMatthias Krüger-17/+24
2022-03-10Rollup merge of #94440 - compiler-errors:issue-94282, r=lcnrMatthias Krüger-0/+45
2022-03-10Update browser-ui-test versionGuillaume Gomez-2/+2
2022-03-10debuginfo: Fix bug in type name generation for dyn types with associated type...Michael Woerister-0/+16
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-64/+62
2022-03-10Revert accidental stabilizationOli Scherer-0/+15
2022-03-10Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgrbors-389/+381
2022-03-10Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkovMatthias Krüger-0/+113
2022-03-10Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r...Matthias Krüger-8/+30
2022-03-10Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obkMatthias Krüger-8/+8
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-360/+186
2022-03-10Rollup merge of #92150 - compiler-errors:better_usize_to_wide_ptr_cast, r=pet...Matthias Krüger-13/+44
2022-03-10Disable the test on wasm32Scott McMurray-51/+52
2022-03-10short-circuit the easy cases in `is_copy_modulo_regions`Scott McMurray-1/+17
2022-03-10mir-opt: Replace clone on primitives with copyScott McMurray-2/+101
2022-03-10Auto merge of #94764 - nikic:update-llvm-3, r=nagisabors-1/+0
2022-03-10Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnrbors-25/+27
2022-03-09Fallback to top-level config.toml if not present in current directoryJoshua Nelson-11/+24
2022-03-10Auto merge of #94787 - matthiaskrgr:rollup-yyou15f, r=matthiaskrgrbors-108/+234