]> git.lizzy.rs Git - rust.git/history - src
Add note to the lint diagnostic
[rust.git] / src /
2022-03-30 InfRandomnessAdd note to the lint diagnostic
2022-03-30 borsAuto merge of #94963 - lcnr:inherent-impls-std, r=oli...
2022-03-30 borsAuto merge of #95241 - Gankra:cleaned-provenance, r...
2022-03-30 lcnrclippy: nameres for primitive type impls
2022-03-30 lcnrrework error messages for incorrect inherent impls
2022-03-30 lcnrfix rustdoc wrt builtin impls switch
2022-03-30 lcnrget clippy to compile again
2022-03-30 lcnrfix rustdoc
2022-03-30 lcnrfix behavior for empty impls
2022-03-30 lcnrupdate rustdoc
2022-03-30 lcnrupdate ui tests
2022-03-30 borsAuto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r...
2022-03-30 Dylan DPCRollup merge of #95461 - nyurik:spelling, r=lcnr
2022-03-30 Dylan DPCRollup merge of #95460 - nyurik:spelling-str, r=lcnr
2022-03-30 Dylan DPCRollup merge of #95452 - yaahc:termination-version...
2022-03-30 Dylan DPCRollup merge of #95443 - jyn514:clarify-python-search...
2022-03-30 Dylan DPCRollup merge of #95294 - sourcefrog:doc-copy, r=dtolnay
2022-03-30 Yuri AstrakhanSpellchecking some comments
2022-03-30 borsAuto merge of #94081 - oli-obk:lazy_tait_take_two,...
2022-03-30 borsAuto merge of #95455 - RalfJung:miri, r=RalfJung
2022-03-30 Ralf Jungupdate miri
2022-03-29 borsAuto merge of #95448 - Dylan-DPC:rollup-wpj5yto, r...
2022-03-29 Dylan DPCRollup merge of #95437 - notriddle:notriddle/issue...
2022-03-29 Dylan DPCRollup merge of #95386 - compiler-errors:try-wrapping...
2022-03-29 Dylan DPCRollup merge of #95256 - thomcc:fix-unwind-safe, r...
2022-03-29 Dylan DPCRollup merge of #93840 - yaahc:termination-stabilizatio...
2022-03-29 Joshua NelsonClarify how `src/tools/x` searches for python
2022-03-29 borsAuto merge of #95433 - Dylan-DPC:rollup-xdfit9h, r...
2022-03-29 Michael Howelldiagnostics: regression test for derive bounds
2022-03-29 borsAuto merge of #94566 - yanganto:show-ignore-message...
2022-03-29 Dylan DPCRollup merge of #95424 - lnicola:rust-analyzer-2022...
2022-03-29 Dylan DPCRollup merge of #95422 - TaKO8Ki:use-format-args-captur...
2022-03-29 Dylan DPCRollup merge of #95415 - notriddle:notriddle/issue...
2022-03-29 Dylan DPCRollup merge of #94566 - yanganto:show-ignore-message...
2022-03-29 borsAuto merge of #95096 - GuillaumeGomez:rm-header-fn...
2022-03-29 Guillaume GomezMerge ItemKind::TyMethodItem branch with ItemKind:...
2022-03-29 borsAuto merge of #95375 - MarcusCalhoun-Lopez:i686_apple_d...
2022-03-29 Guillaume GomezAdd test to ensure foreign functions from dependencies...
2022-03-29 Guillaume GomezRemove header field from clean::Function
2022-03-29 borsAuto merge of #95257 - compiler-errors:fn-borrow, r...
2022-03-29 Laurențiu Nicola:arrow_up: rust-analyzer
2022-03-29 Michael GouletSuggest function borrow ignoring needs_note
2022-03-29 Michael GouletAdd suggestion to borrow opaque Fn and FnMut instead...
2022-03-29 borsAuto merge of #95423 - ehuss:update-books, r=ehuss
2022-03-29 Eric HussUpdate books
2022-03-29 borsAuto merge of #95417 - ehuss:doc-no_std-error, r=Dylan-DPC
2022-03-28 borsAuto merge of #95249 - HeroicKatora:set-ptr-value,...
2022-03-28 Eric Hussbootstrap: better error message for no_std docs
2022-03-28 Michael Howelldiagnostics: add regression test for #82081
2022-03-28 borsAuto merge of #95414 - Dylan-DPC:rollup-9hbshd0, r...
2022-03-28 Dylan DPCRollup merge of #95407 - xfix:inline-u8-is_utf8_char_bo...
2022-03-28 Dylan DPCRollup merge of #95397 - dtolnay:disclaimer, r=m-ou-se
2022-03-28 Dylan DPCRollup merge of #95328 - DrMeepster:box_gep_err, r...
2022-03-28 Dylan DPCRollup merge of #95318 - rust-lang:notriddle/issue...
2022-03-28 Dylan DPCRollup merge of #93787 - klensy:really-not-a-features...
2022-03-28 Oli Schererrebase fallout
2022-03-28 Oli SchererAdd test for revealing auto traits in the defining...
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 SchererAdd regression tests
2022-03-28 Oli SchererRemove opaque type obligation and just register opaque...
2022-03-28 Oli SchererRevert to inference variable based hidden type computat...
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 SchererNormalize all projections in mir validation again
2022-03-28 Oli SchererDon't bind hidden types when searching for matching...
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 Takayuki Maedause `can_coerce` instead of `same_type_modulo_infer`
2022-03-28 Takayuki Maedasuggest replacing field when using the same type
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 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
next