]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-03-28 Oli SchererAdd some tests showcasing further differences between...
2022-03-28 Oli SchererBless ui tests
2022-03-28 Oli SchererAlso use the RPIT back compat hack in trait projection
2022-03-28 Oli SchererShow that the behaviour is the same for RPIT and TAIT
2022-03-28 Oli SchererAdd a test showing that a similar example compiles
2022-03-28 Oli SchererAdded another folder to the `ui` dir
2022-03-28 Oli SchererFix mixing lazy TAIT and RPIT in their defining scopes
2022-03-28 Oli SchererAdd regression test
2022-03-28 Oli SchererAdd another regression test
2022-03-28 Oli SchererTest that TAIT and RPIT are in sync
2022-03-28 Oli SchererAdd some tests around recursion and "revealing"
2022-03-28 Oli SchererRemove some special code handling TAIT being passed...
2022-03-28 Oli SchererThe hack isn't necessary for back compat anymore
2022-03-28 Oli SchererMerge two duplicates of the same logic into a common...
2022-03-28 Oli SchererAdd regression tests
2022-03-28 Oli SchererRemove opaque type obligation and just register opaque...
2022-03-28 NoaTouch up ExitCode docs
2022-03-28 Oli SchererRevert to inference variable based hidden type computat...
2022-03-28 Konrad BorowskiInline u8::is_utf8_char_boundary
2022-03-28 Oli SchererSpecial case the situation where the previous span...
2022-03-28 Oli SchererHave the spans of TAIT type conflict errors point to...
2022-03-28 Oli SchererRemove some dead code
2022-03-28 Oli SchererNormalize all projections in mir validation again
2022-03-28 Oli SchererDon't bind hidden types when searching for matching...
2022-03-28 Oli SchererFail more aggressively
2022-03-28 Oli SchererRevert "Auto merge of #93893 - oli-obk:sad_revert,...
2022-03-28 borsAuto merge of #95403 - Dylan-DPC:rollup-9on30mg, r...
2022-03-28 Dylan DPCRollup merge of #95401 - c410-f3r:moar-tests, r=petroch...
2022-03-28 Dylan DPCRollup merge of #95390 - nnethercote:allow-doc-comments...
2022-03-28 Dylan DPCRollup merge of #95370 - jyn514:less-verbose-skips...
2022-03-28 Dylan DPCRollup merge of #95350 - petrochenkov:qpathregr, r...
2022-03-28 Dylan DPCRollup merge of #95314 - c410-f3r:aqui-vamos-nos, r...
2022-03-28 Dylan DPCRollup merge of #95301 - nnethercote:rm-NtTT, r=petroch...
2022-03-28 borsAuto merge of #95024 - koehlma:rustdoc-private-items...
2022-03-28 CaioRemove duplicated and unused test files
2022-03-28 borsAuto merge of #94789 - compiler-errors:fatal-never...
2022-03-28 borsAuto merge of #95396 - TaKO8Ki:suggest-replacing-field...
2022-03-28 borsAuto merge of #95300 - workingjubilee:less-bitsets...
2022-03-28 klensyPropagate `parallel_compiler` feature through rustc...
2022-03-28 klensyuse cfg attribute instead of macro
2022-03-28 Michael GouletMake fatal DiagnosticBuilder yield never
2022-03-28 Takayuki Maedause `can_coerce` instead of `same_type_modulo_infer`
2022-03-28 David TolnayLink to std::io's platform-specific behavior disclaimer
2022-03-28 Takayuki Maedasuggest replacing field when using the same type
2022-03-28 Caleb CartwrightMerge pull request #5276 from calebcartwright/subtree...
2022-03-28 borsAuto merge of #95393 - Dylan-DPC:rollup-l72f39g, r...
2022-03-28 Dylan DPCRollup merge of #95098 - shepmaster:vec-from-array...
2022-03-28 Dylan DPCRollup merge of #95016 - janpaul123:patch-1, r=dtolnay
2022-03-28 Dylan DPCRollup merge of #93755 - ChayimFriedman2:allow-comparin...
2022-03-28 Dylan DPCRollup merge of #88375 - joshlf:patch-3, r=dtolnay
2022-03-28 Caleb Cartwrightchore: bump toolchain
2022-03-28 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-03-28 borsAuto merge of #95333 - GuillaumeGomez:auto-trait-perf...
2022-03-27 Nicholas NethercoteIgnore doc comments in a declarative macro matcher.
2022-03-27 Michael Gouletsuggest wrapping in struct tuples as well
2022-03-27 Michael Gouletdo not suggest enum tuple variant for named field variant
2022-03-27 Michael Gouletsuggest wrapping patterns with compatible enum variants
2022-03-27 Nicholas NethercoteRemove `Nonterminal::NtTT`.
2022-03-27 borsAuto merge of #95382 - Dylan-DPC:rollup-bebyfd1, r...
2022-03-27 Dylan DPCRollup merge of #95368 - lopopolo:lopopolo/string-try...
2022-03-27 Dylan DPCRollup merge of #95366 - c410-f3r:moar-tests, r=petroch...
2022-03-27 Dylan DPCRollup merge of #95364 - GuillaumeGomez:long-error...
2022-03-27 Dylan DPCRollup merge of #95120 - smoelius:backward-switch-int...
2022-03-27 Dylan DPCRollup merge of #94939 - notriddle:notriddle/fru-comma...
2022-03-27 DrMeepsterfix other source of box deref
2022-03-27 borsAuto merge of #94495 - estebank:missing-closing-gt...
2022-03-27 Dylan MacKenzieNit
2022-03-27 Guillaume GomezUpdate ui test output
2022-03-27 Michael Howelldiagnostics: suggest missing comma in bad FRU syntax
2022-03-27 borsAuto merge of #95345 - dtolnay:escape0, r=Dylan-DPC
2022-03-27 Joshua Nelson[bootstrap] Don't print `Suite not skipped` unless...
2022-03-27 Ryan LopopoloFix typo in `String::try_reserve_exact` docs
2022-03-27 CaioRemove duplicated test files
2022-03-27 Guillaume GomezAdd long error explanation for E0667
2022-03-27 David TolnayDebug print char 0 as '\0' rather than '\u{0}'
2022-03-27 borsAuto merge of #95355 - dtolnay:ripgreptest, r=Dylan-DPC
2022-03-27 borsAuto merge of #93957 - SaltyKitkat:stablize_const_ptr_o...
2022-03-27 Esteban KuberHandle `,` to `;` substitution in arg params
2022-03-27 David TolnayBump the ripgrep commit exercised by cargotest
2022-03-27 borsAuto merge of #95351 - Dylan-DPC:rollup-o1il7tx, r...
2022-03-27 David TolnayBump const_ptr_offset stabilization to 1.61
2022-03-27 Dylan DPCRollup merge of #95341 - Meziu:armv6k-3ds-target, r...
2022-03-27 Dylan DPCRollup merge of #95340 - RalfJung:pnvi, r=oli-obk
2022-03-27 Dylan DPCRollup merge of #95335 - Badel2:resolve-path, r=Dylan-DPC
2022-03-27 Dylan DPCRollup merge of #93469 - compiler-errors:issue-93450...
2022-03-27 Dylan DPCRollup merge of #91981 - estebank:tweakaroo, r=lcnr
2022-03-27 Esteban KuberProvide suggestion for missing `>` in a type parameter...
2022-03-27 Esteban Kuberreview comments and rebase
2022-03-27 Esteban KuberChange wording of missing return type suggestion
2022-03-27 Esteban KuberDrive by: handle references in `same_type_modulo_infer`
2022-03-27 Esteban KuberPoint (again) to more expressions with their type,...
2022-03-27 Esteban KuberAlso resolve `const` param suggestion
2022-03-27 Esteban KuberEagerly replace `{integer}`/`{float}` with `i32`/`f64...
2022-03-27 borsAuto merge of #95338 - bjorn3:sync_cg_gcc-2022-03-26...
2022-03-27 Guillaume GomezRemove SelectionContext::allow_negative_impls field
2022-03-26 Vadim Petrochenkovresolve: Simplify some diagnostic code to avoid an ICE
2022-03-26 borsAuto merge of #92472 - petrochenkov:nowrapident, r...
2022-03-26 borsAuto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC
2022-03-26 MeziuMerge pull request #16 from ian-h-chamberlain/feature...
2022-03-26 Ralf Junginterpret: with enforce_number_validity, ensure integer...
next