about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-05Auto merge of #84200 - CDirkx:os, r=m-ou-sebors-1/+1
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-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-03CI: Extract LLVM win64 installer directly, using 7zJosh Triplett-15/+6
2021-05-03Change `std::sys::unix::ext::fs::PermissionsExt::from_mode` to `std::os::imp:...Christiaan Dirkx-1/+1
2021-05-03Auto merge of #84862 - GuillaumeGomez:rollup-cbc93h4, r=GuillaumeGomezbors-10/+12
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
2021-05-02Add ErrorKind::OutOfMemoryKornel-2/+4
2021-05-02fix nll test stderrChris Pardy-1/+1
2021-05-02Auto merge of #84750 - jyn514:nix-cargo, r=Mark-Simulacrumbors-5/+7
2021-05-01RustDoc: Fix bounds linking trait.Foo instead of traitalias.FooScott McMurray-16/+50
2021-05-02Auto merge of #84638 - mark-i-m:unignore-tests, r=Mark-Simulacrumbors-4/+1