about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-8/+48
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-4/+62
2021-03-07Add help suggesting `matches` to `let_chains` lintEsteban Küber-0/+48
2021-03-07Account for `if (let pat = expr) {}`Esteban Küber-222/+129
2021-03-07rustdoc: Don't enter an infer_ctxt in get_blanket_impls for impls that aren't...Joshua Nelson-6/+2
2021-03-07Avoid temporary allocations in `render_assoc_item`Joshua Nelson-18/+30
2021-03-07Update Source Code Pro and include italicsTrevor Spiteri-11/+25
2021-03-07Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomezYuki Okushi-33/+72
2021-03-07Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkovYuki Okushi-46/+1
2021-03-07Rollup merge of #82720 - henryboisdequin:fix-79040, r=oli-obkYuki Okushi-25/+28
2021-03-07Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomezYuki Okushi-40/+89
2021-03-07Rollup merge of #82402 - jyn514:module-cache-refcell, r=GuillaumeGomezYuki Okushi-50/+56
2021-03-07Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplettYuki Okushi-2/+2
2021-03-06Revert fmt version, add rustdoc-json-types to bootstrap testsRune Tynan-1/+73
2021-03-06x.py fmtRune Tynan-9/+3
2021-03-06Move tests to own fileRune Tynan-42/+41
2021-03-06Add roundtrip testing and bump format versionRune Tynan-1/+48
2021-03-06Remove Item::kind, use tagged enum. Rename variants to matchRune Tynan-56/+53
2021-03-06Implement built-in attribute macro `#[cfg_eval]`Vadim Petrochenkov-0/+196
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-03-06Add codegen test checking binary_search allows eliding bound checksGiacomo Stevanato-0/+19
2021-03-06Move some tests to more suitable subdirsYuki Okushi-46/+1
2021-03-06Handle negative literals in cast overflow warningYuki Okushi-1/+2
2021-03-05Undo addition of boxesCamelid-8/+7
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-22/+28
2021-03-05Box some fields to reduce `Context` sizeCamelid-5/+5
2021-03-05Don't share `id_map` and `deref_id_map`Camelid-21/+20
2021-03-05rustdoc: Add static size assertion for `Context`Camelid-0/+4
2021-03-05rustdoc: Make a bunch of fields privateCamelid-12/+18
2021-03-06address commentsHenry Boisdequin-12/+9
2021-03-05rustdoc: Replace `Arc` around `SharedContext` with `Rc`Camelid-6/+5
2021-03-05rustdoc: Move most shared fields to `SharedContext`Camelid-37/+48
2021-03-06Disable destination propagation on all mir-opt-levelsTomasz Miąsko-147/+255
2021-03-05Rollup merge of #82809 - notriddle:microoptimize-main-js, r=GuillaumeGomezGuillaume Gomez-3/+3
2021-03-05Rollup merge of #82797 - henryboisdequin:name-issue-num, r=XanewokGuillaume Gomez-1/+1
2021-03-05Rollup merge of #82782 - pnkfelix:include-crate-being-compiled-in-bootstrap-v...Guillaume Gomez-6/+12
2021-03-05Rollup merge of #82736 - spastorino:mir-opt-level-perf-changes, r=oli-obkGuillaume Gomez-74/+74
2021-03-05Rollup merge of #82714 - estebank:missing-braces, r=oli-obkGuillaume Gomez-0/+222
2021-03-05Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=ManishearthGuillaume Gomez-16/+94
2021-03-05Rollup merge of #80845 - GuillaumeGomez:item-kind-transition, r=jyn514Guillaume Gomez-45/+55
2021-03-05bless mir-inlining warning messageSantiago Pastorino-1/+1
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-18/+51
2021-03-05Rename `rustdoc` to `rustdoc::all`Joshua Nelson-33/+57
2021-03-05Update minifier dependency versionGuillaume Gomez-1/+1
2021-03-05Make clippy set mir_opt_level using OptionSantiago Pastorino-1/+1
2021-03-05Bump mir-opt-level from 2 to 3 in testsSantiago Pastorino-41/+41
2021-03-05Bump mir-opt-level from 3 to 4 in testsSantiago Pastorino-31/+31
2021-03-05Make clippy set mir_opt_level using OptionSantiago Pastorino-1/+1
2021-03-05Typo fix: cargo cov -> cargo profdataMarianna Rapoport-1/+1
2021-03-05Use substrings instead of split to grab enum variant pathsMichael Howell-3/+3