]> git.lizzy.rs Git - rust.git/history - src
Fix suggestion span for typo in associated type name
[rust.git] / src /
2019-12-25 Esteban KüberFix suggestion span for typo in associated type name
2019-12-25 Esteban KüberCleanup: move code to their own methods and deduplicate...
2019-12-25 Esteban KüberAccount for multiple trait bounds with missing associat...
2019-12-25 Esteban KüberAvoid output dependency on std spans
2019-12-25 Esteban KüberUse structured suggestion for bad `Fn` traits
2019-12-25 Esteban KüberHandle more specific case E0222
2019-12-25 Esteban Küberreview comments: move error reporting to their own...
2019-12-25 Esteban KüberFix case in `associated-type-projection-from-multiple...
2019-12-25 Esteban KüberTweak errors for missing associated types and type...
2019-12-25 borsAuto merge of #67596 - Mark-Simulacrum:tidy-silence...
2019-12-24 Mark RousskovFormat librustc_feature
2019-12-24 Mark Rousskovx.py fmt after previous deignore
2019-12-24 Mark RousskovSilence line length warnings
2019-12-24 borsAuto merge of #67445 - llogiq:todo, r=dtolnay
2019-12-24 borsAuto merge of #67241 - mark-i-m:simplify-borrow_check...
2019-12-24 borsAuto merge of #66221 - ohadravid:doc-constants, r=Dylan-DPC
2019-12-24 Andre BogusDifferentiate todo! and unimplemented!
2019-12-24 borsAuto merge of #67579 - RalfJung:miri, r=RalfJung
2019-12-24 Ralf Jungbootstrap miri: remove no longer used env var
2019-12-24 Ralf Jungupdate miri
2019-12-24 Ohad RavidShow value for consts in the documentation
2019-12-24 borsAuto merge of #67575 - Centril:rollup-feikoir, r=Centril
2019-12-24 Mazdak FarrokhzadRollup merge of #67572 - aidanhs:aphs-choco-direct...
2019-12-24 Mazdak FarrokhzadRollup merge of #67569 - Mark-Simulacrum:opt-char-encod...
2019-12-24 Mazdak FarrokhzadRollup merge of #67561 - euclio:remove-description...
2019-12-24 Mazdak FarrokhzadRollup merge of #67551 - ldm0:E0627, r=Dylan-DPC
2019-12-24 Mazdak FarrokhzadRollup merge of #67547 - GuillaumeGomez:cleanup-err...
2019-12-24 Mazdak FarrokhzadRollup merge of #67543 - JohnTitor:regression-tests...
2019-12-24 Mazdak FarrokhzadRollup merge of #67337 - oli-obk:no_mut_static_ref_from...
2019-12-24 Mark RousskovMinimize unsafety in encode_utf8
2019-12-24 Aidan Hobson SayersUse the chocolatey CDN directly to avoid the flaky API
2019-12-23 borsAuto merge of #66296 - Centril:bindings_after_at-init...
2019-12-23 borsAuto merge of #67560 - Centril:rollup-fzdpu9c, r=Centril
2019-12-23 Oliver SchererBless tests
2019-12-23 Yuki OkushiApply suggestion from Centril
2019-12-23 Yuki OkushiAdd test for issue-67424
2019-12-23 Andy Russellremove `description` from `Error` impls in docs
2019-12-23 Oliver SchererTidy
2019-12-23 Mazdak FarrokhzadRollup merge of #67559 - Mark-Simulacrum:drop-doc,...
2019-12-23 Mazdak FarrokhzadRollup merge of #67546 - oli-obk:slice_pattern_ice...
2019-12-23 Mazdak FarrokhzadRollup merge of #67538 - varkor:lhs-assign-diagnostics...
2019-12-23 Mazdak FarrokhzadRollup merge of #67536 - Centril:move-is_range_literal...
2019-12-23 Mazdak FarrokhzadRollup merge of #67527 - GuillaumeGomez:results-show...
2019-12-23 Mazdak FarrokhzadRollup merge of #67507 - Mark-Simulacrum:purge-uninit...
2019-12-23 Mazdak FarrokhzadRollup merge of #67466 - oli-obk:const_intrinsic, r...
2019-12-23 Mazdak FarrokhzadRollup merge of #67233 - Luro02:cursor_traits, r=sfackler
2019-12-23 Oliver SchererFix typo
2019-12-23 Mark RousskovDocument that calling Drop, even after it panics, is UB
2019-12-23 Oliver SchererUpdate src/librustc_mir/interpret/intern.rs
2019-12-23 Oliver SchererShow `const_err` lints
2019-12-23 Oliver SchererConstants reading or referencing statics is illegal
2019-12-23 Oliver SchererDynamically prevent constants from accessing statics
2019-12-23 Oliver SchererPanic on mutable allocs in constants
2019-12-23 Mazdak Farrokhzadadjust E0303 error code docs
2019-12-23 Mazdak FarrokhzadRemove `bindings_after_at` from `INCOMPLETE_FEATURES`.
2019-12-23 Mazdak FarrokhzadTest that nested type ascription is banned.
2019-12-23 Mazdak FarrokhzadTest that `_ @ subpat` is syntactically rejected.
2019-12-23 Mazdak Farrokhzadharden & split borrowck-pat-at-and-box
2019-12-23 Mazdak Farrokhzadenhance borrowck-pat-by-copy-bindings-in-at
2019-12-23 Mazdak Farrokhzadclarify bind-by-move-neither-can-livee..
2019-12-23 Mazdak Farrokhzadbindings_after_at: harden tests wrt. contexts & slice_p...
2019-12-23 Mazdak Farrokhzadbindings_after_at: harden tests wrt. promotion
2019-12-23 Mazdak Farrokhzad--bless bindings-after-at tests
2019-12-23 Mazdak Farrokhzaddocument check_borrow_conflicts_in_at_patterns
2019-12-23 Mazdak Farrokhzadimprove robustness of pat walkers
2019-12-23 Mazdak Farrokhzadrefactor with extract_binding_mode
2019-12-23 Mazdak Farrokhzadadd check_borrow_conflicts_in_at_patterns analysis
2019-12-23 Mazdak Farrokhzadcheck_legality_of_move_bindings: generalize diagnostics...
2019-12-23 Mazdak Farrokhzadadd a fixme
2019-12-23 Mazdak FarrokhzadIntroduce `#![feature(bindings_after_at)]`.
2019-12-23 Donough LiuYield is an expression form, not a statement.
2019-12-23 Donough LiuAdd long error code explanation message for E0627
2019-12-23 varkorFix reformatting rebase issues
2019-12-23 Mazdak Farrokhzadis_range_literal: leave FIXME
2019-12-23 Mazdak Farrokhzadis_range_literal: fix fallout
2019-12-23 varkorAdd new folder for destructuring assignment tests
2019-12-23 varkorAdd span information to `ExprKind::Assign`
2019-12-23 varkorRecognise nested tuples/arrays/structs
2019-12-23 varkorAdd note about destructuring assignments
2019-12-23 varkorImprove invalid assignment error
2019-12-23 varkorAdd the full issue reference to equality constraints...
2019-12-23 Mazdak FarrokhzadMove `{hir::lowering -> hir}::is_range_literal`.
2019-12-23 Oliver SchererUpdate src/librustc_mir/interpret/place.rs
2019-12-23 Dylan DPCUpdate E0124.md
2019-12-23 Mark MansiRefactor region error handling to be done by mirborrowckctx
2019-12-23 Mark RousskovRemove mem::uninitalized from tests
2019-12-23 borsAuto merge of #67540 - Mark-Simulacrum:fmt-the-world...
2019-12-23 Mark RousskovChange bound order in rustfmt test
2019-12-23 Mark Rousskovtemporary retry around msys2 install
2019-12-23 Oliver SchererFix ICE in mir interpretation
2019-12-23 Mark Rousskovtest fallout
2019-12-22 Mark RousskovFormat the world
2019-12-22 Yuki OkushiAdd test for issue-66270
2019-12-22 Yuki OkushiAdd test for issue-66205
2019-12-22 Yuki OkushiAdd test for issue-61747
2019-12-22 Yuki OkushiUse `is_none` instead of `if let`
2019-12-22 Mark RousskovRemove most files from format ignore list
2019-12-22 Guillaume GomezClean up E0128 explanation
2019-12-22 Guillaume GomezClean up E0124 explanation
2019-12-22 borsAuto merge of #67532 - Centril:rollup-3duj42d, r=Centril
next