about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-25/+33
2021-09-14Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomezbors-25/+165
2021-09-14Document the closure arguments for `reduce`.Dan Zwell-3/+4
2021-09-14same_name_methodlengyijun-0/+340
2021-09-13Auto merge of #87794 - bonega:enum_niche_prefer_zero, r=nagisabors-9/+82
2021-09-13enum niche allocation grows toward zero if possibleAndreas Liljeqvist-9/+82
2021-09-13`Wrapping<T>` has the same layout and ABI as `T`Joshua Liebow-Feeser-0/+4
2021-09-13Update permissions path for clippy lintGuillaume Gomez-1/+1
2021-09-13Update permissions path for clippy lintGuillaume Gomez-1/+1
2021-09-13Rollup merge of #88896 - GuillaumeGomez:flakyness, r=camelidGuillaume Gomez-0/+1
2021-09-13Rollup merge of #88894 - FabianWolff:issue-88818, r=estebankGuillaume Gomez-1/+52
2021-09-13Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelidGuillaume Gomez-1/+49
2021-09-13Rollup merge of #88859 - RalfJung:size-helpers, r=oli-obkGuillaume Gomez-8/+6
2021-09-13Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obkGuillaume Gomez-6/+12
2021-09-13Rollup merge of #88722 - WaffleLapkin:unsafe_cell_const_get_mut, r=dtolnayGuillaume Gomez-1/+2
2021-09-13Rollup merge of #88033 - GuillaumeGomez:jump-to-def-primitive, r=jyn514Guillaume Gomez-8/+43
2021-09-13Move fortanix module position in std::os reexports for alpha sortGuillaume Gomez-20/+34
2021-09-13Remove usage of cfg_if in std/src/os/mod.rsGuillaume Gomez-31/+71
2021-09-13Simplify std::os module reexports to fix rustdoc linking issuesGuillaume Gomez-109/+74
2021-09-13 * Enable generate-link-to-def feature on a rustdoc GUI testGuillaume Gomez-0/+48
2021-09-13Improve error message for type mismatch in generator argumentsFabian Wolff-14/+55
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-958/+1200
2021-09-13Add negative test in macro-braces-dot-question.rs.Mara Bos-0/+2
2021-09-13Add test for primitive in "jump to definition" featureGuillaume Gomez-1/+24
2021-09-13Add support for primitives in "jump to definition" featureGuillaume Gomez-7/+19
2021-09-13error formatting and fix buildGus Wynn-43/+67
2021-09-13Update compiler/rustc_codegen_ssa/src/mir/mod.rsOli Scherer-1/+1
2021-09-13Fix debuginfo for ScalarPair abi parametersWesley Wiser-24/+20
2021-09-13Add test to show issue with ScalarPair parametersWesley Wiser-0/+100
2021-09-13Add tracing level for codegen_mirWesley Wiser-0/+1
2021-09-13Highlight the const function if error happened because of a bound on the impl...Waffle-6/+34
2021-09-13Auto merge of #88766 - ehuss:update-cargo, r=ehussbors-0/+0
2021-09-13Use a separate interner type for UniqueTypeIdbjorn3-11/+61
2021-09-13Suggest replacing an inexisting field for an unmentioned fieldHirochika Matsumoto-3/+22
2021-09-13Fix FP when using raw pointers as hashed keysKneasle-15/+40
2021-09-13Auto merge of #7646 - camsteffen:relative-target, r=flip1995bors-80/+30
2021-09-13Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomezbors-0/+27
2021-09-13Auto merge of #88529 - Meziu:master, r=nagisabors-0/+46
2021-09-13Update `needless_borrow` test output and expected fixdswij-12/+26
2021-09-13Fix `needless_borrow` not linting mutable referencedswij-3/+9
2021-09-13Update test for needless-borrow FP for mutable refdswij-8/+16
2021-09-12chore: convert to a multi-part suggestionMichael Howell-7/+14
2021-09-13Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995bors-44/+36
2021-09-13Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995bors-75/+44
2021-09-13Auto merge of #7661 - camsteffen:eta, r=giraffatebors-287/+272
2021-09-12Auto merge of #88839 - nbdd0121:alignof, r=nagisabors-4/+9
2021-09-12Auto merge of #88839 - nbdd0121:alignof, r=nagisabors-184/+234
2021-09-12Auto merge of #88839 - nbdd0121:alignof, r=nagisabors-1/+1
2021-09-13Introduce NullOp::AlignOfGary Guo-4/+9
2021-09-13Add mir opt test for min_align_of -> AlignOf loweringGary Guo-151/+180