about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-05Rollup merge of #84913 - estebank:issue-84831, r=varkorRalf Jung-0/+35
2021-05-05Rollup merge of #84882 - joshtriplett:platform-support-formatting, r=Dylan-DPCRalf Jung-2/+2
2021-05-05Rollup merge of #84865 - petrochenkov:llthread, r=Mark-SimulacrumRalf Jung-8/+15
2021-05-05Rollup merge of #84808 - estebank:issue-84769, r=petrochenkovRalf Jung-2/+25
2021-05-05Add `yansi-term` as a permitted dependencyJoshua Nelson-0/+2
2021-05-05Update RLS and RustfmtIgor Matuszewski-5/+5
2021-05-04Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil...bors-255/+336
2021-05-04Auto merge of #84900 - hyd-dev:miri, r=RalfJungbors-8/+9
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-255/+336
2021-05-04Do not ICE on invalid const paramEsteban Küber-0/+35
2021-05-04Auto merge of #84894 - joshtriplett:clang-12, r=Mark-Simulacrumbors-1/+1
2021-05-04Auto merge of #84017 - Smittyvb:int-literal-underscores, r=jyn514bors-2/+62
2021-05-04Update Mirihyd-dev-8/+9
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-142/+365
2021-05-03Update clang to 12.0.0 on Windows and macOSJosh Triplett-1/+1
2021-05-04Auto merge of #84874 - joshtriplett:ci-extract-llvm-win64-installer, r=Mark-S...bors-15/+6
2021-05-04Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnrbors-0/+55
2021-05-03Valid underscores in hex/octal/binary literal docsSmitty-2/+62
2021-05-03platform-support: Center the contents of the `std` and `host` columnsJosh Triplett-2/+2
2021-05-03CI: Extract LLVM win64 installer directly, using 7zJosh Triplett-15/+6
2021-05-03Auto merge of #84862 - GuillaumeGomez:rollup-cbc93h4, r=GuillaumeGomezbors-10/+12
2021-05-03rustbuild: Pass a `threads` flag that works to windows-gnu lldVadim Petrochenkov-8/+15
2021-05-03Rollup merge of #84860 - badboy:link-to-mcp, r=GuillaumeGomezGuillaume Gomez-4/+6
2021-05-03Rollup merge of #84854 - hi-rustin:rustin-patch-E0761, r=varkorGuillaume Gomez-1/+1
2021-05-03Rollup merge of #84852 - mautamu:master, r=GuillaumeGomezGuillaume Gomez-5/+5
2021-05-03Link to MCP from target tier policyJan-Erik Rediger-4/+6
2021-05-03use full path for E0761hi-rustin-1/+1
2021-05-03parser: Remove support for inner attributes on non-block expressionsVadim Petrochenkov-601/+303
2021-05-03use double quotes for E0761hi-rustin-1/+1
2021-05-03Change librustdoc write(.. \n) to writeln(..); fix comment in grammarmautamu-5/+5
2021-05-03Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplettbors-18/+18
2021-05-02Change 'NULL' to 'null'Brent Kerby-18/+18
2021-05-03Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514Dylan DPC-3/+24
2021-05-03Rollup merge of #84818 - ABouttefeux:enum-suggest, r=jackh726Dylan DPC-23/+162
2021-05-03Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514Dylan DPC-17/+58
2021-05-03Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnrDylan DPC-0/+37
2021-05-03Rollup merge of #84744 - kornelski:enomem, r=joshtriplettDylan DPC-2/+4
2021-05-03Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkovDylan DPC-4/+7
2021-05-03Set target_family="wasm" for wasm targetsSimonas Kazlauskas-4/+7
2021-05-02Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jshabors-232/+186
2021-05-02PR feedbackScott McMurray-11/+18
2021-05-02Do not print visibility in external traitsJustus K-3/+24
2021-05-02Improve code readabilityGuillaume Gomez-18/+18
2021-05-02Rollup merge of #84763 - tdelabro:shrink-doctree-module, r=jyn514Dylan DPC-15/+14
2021-05-02Rollup merge of #84752 - lrh2000:generator-debuginfo, r=tmandryDylan DPC-50/+80
2021-05-02Rollup merge of #84358 - sexxi-goose:print_captures_borrowck_rebased, r=nikom...Dylan DPC-72/+324
2021-05-02Update testsGuillaume Gomez-30/+42
2021-05-02Add missing CSS rules for associated typesGuillaume Gomez-8/+11
2021-05-02Migrate trait and impl blocks' toggles intoGuillaume Gomez-185/+124
2021-05-02add suggestion for unit enum variant when matched with a paternAliénore Bouttefeux-23/+162