]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-11-15 Dylan MacKenzieUse a bespoke type for the result of `mir_const_qualif`
2019-11-15 Dylan MacKenzieA `Downcast` is now reached when const-checking a ...
2019-11-15 Dylan MacKenzieRemove -Z flag for suppressing validation mismatch ICE
2019-11-15 Dylan MacKenzieAdd explanation of test for validation mismatch
2019-11-15 Dylan MacKenzieSilence miri unleashed warnings in test
2019-11-15 Dylan MacKenzieRemove unnecessary `fmt::Debug` bound
2019-11-15 Dylan MacKenzieRemove remaining validator mismatch code
2019-11-15 Dylan MacKenzieMove `delay_span_bug` into `emit_error` for if/loop
2019-11-15 Dylan MacKenzieRemove `qualify_consts` completely
2019-11-15 Dylan MacKenzieUse new const-checker for `mir_const_qualif`
2019-11-15 Dylan MacKenzieEnable standalone const-checking with `Validator`
2019-11-15 Dylan MacKenzieAllow `Validator` to get qualifs for the return place
2019-11-15 Dylan MacKenzieRemove `requires_sync`
2019-11-15 Dylan MacKenzieRemove `QUALIF_ERROR_BIT` checking
2019-11-15 borsAuto merge of #66449 - tmandry:rollup-3p1t0sb, r=tmandry
2019-11-15 Tyler MandryRollup merge of #66443 - GuillaumeGomez:port-erased...
2019-11-15 Tyler MandryRollup merge of #66435 - JohnTitor:fix-spelling, r...
2019-11-15 Tyler MandryRollup merge of #66429 - guanqun:add-unit-test, r=Centril
2019-11-15 Tyler MandryRollup merge of #66197 - Centril:transparent-ast, r...
2019-11-15 Guillaume GomezClean up E0025, E0034, E0044, E0046 and E0053
2019-11-15 Guillaume GomezClean up E0054
2019-11-15 Guillaume GomezClean up E0050
2019-11-15 Guillaume GomezClean up E0049
2019-11-15 Guillaume GomezClean up E0045
2019-11-15 Guillaume GomezClean up E0040
2019-11-15 Guillaume GomezClean up E0033
2019-11-15 Guillaume GomezClean up E0029
2019-11-15 Guillaume GomezClean up E0027
2019-11-15 Guillaume GomezClean up E0026
2019-11-15 Guillaume GomezAdd link to error code explanation RFC
2019-11-15 Guillaume GomezClean up E0023
2019-11-15 borsAuto merge of #66438 - JohnTitor:rollup-qpv3wia, r...
2019-11-15 Yuki OkushiRollup merge of #66428 - dns2utf8:cleanup_unused_functi...
2019-11-15 Yuki OkushiRollup merge of #66419 - JohnTitor:ignore-underscore...
2019-11-15 Yuki OkushiRollup merge of #66418 - ecstatic-morse:hir-const-check...
2019-11-15 Yuki OkushiRollup merge of #66410 - RalfJung:miri-machine-max...
2019-11-15 Yuki OkushiRollup merge of #66398 - sfackler:no-async-nesting...
2019-11-15 Yuki OkushiRollup merge of #66391 - estebank:if-else-async-ice...
2019-11-15 Yuki OkushiRollup merge of #66390 - estebank:parenice, r=Centril
2019-11-15 Yuki OkushiRollup merge of #66388 - estebank:melt-ice, r=Centril
2019-11-15 Yuki OkushiRollup merge of #66338 - ehuss:update-mdbook, r=alexcri...
2019-11-15 Yuki OkushiRollup merge of #66306 - spastorino:remove-error-handle...
2019-11-15 Yuki OkushiRollup merge of #66013 - nnethercote:avoid-hashing...
2019-11-15 Yuki OkushiRollup merge of #65557 - haraldh:error_iter_rename...
2019-11-15 Yuki OkushiCorrect `const_in_array_repeat_expressions` feature...
2019-11-15 borsAuto merge of #64432 - gnzlbg:simplify_truncate, r...
2019-11-15 Guanqun Luadd a unit test for #62524
2019-11-14 Stefan SchindlerCode cleanup to remove douplacte var definition
2019-11-14 Stefan SchindlerRemove unused argument
2019-11-14 borsAuto merge of #66414 - JohnTitor:clippyup, r=Manishearth
2019-11-14 Esteban Küberreview comments
2019-11-14 Esteban Küberreview comments
2019-11-14 Yuki OkushiDon't warn labels beginning with `_`
2019-11-14 Dylan MacKenzieLink to tracking issue in HIR const-check error
2019-11-14 borsAuto merge of #66314 - GuillaumeGomez:move-error-codes...
2019-11-14 Mazdak FarrokhzadTAIT: adjust tests
2019-11-14 Mazdak FarrokhzadTAIT: --bless some span changes for the better
2019-11-14 Mazdak FarrokhzadTAIT: adjust resolve
2019-11-14 Mazdak FarrokhzadTAIT: adjust save-analysis
2019-11-14 Mazdak FarrokhzadTAIT: remove redundant check from ast_validation
2019-11-14 Mazdak FarrokhzadTAIT: use hack in ->HIR to avoid more changes
2019-11-14 Mazdak FarrokhzadTAIT: parse recursively instead of hack.
2019-11-14 Mazdak FarrokhzadTAIT: feature gate recursive locations
2019-11-14 Mazdak FarrokhzadTAIT: remove `OpaqueTy` in AST.
2019-11-14 Guillaume GomezMove E0210 to new error location
2019-11-14 Guillaume Gomezmove E0744 to new error code
2019-11-14 Guillaume GomezUpdate rustc --explain to the new error codes format
2019-11-14 Guillaume Gomezmove E0623 into the new error code format
2019-11-14 Guillaume GomezAdapt error index generator to the new format
2019-11-14 Guillaume GomezFix error codes index generation
2019-11-14 Guillaume GomezFix ui tests with better error code usage
2019-11-14 Guillaume GomezPut each error code long explanation into their own...
2019-11-14 Guillaume GomezClean some error codes diagnostics
2019-11-14 Guillaume Gomezfix tidy issue on file length
2019-11-14 Guillaume Gomezregen
2019-11-14 Guillaume GomezRemove unused error_codes.rs files
2019-11-14 Guillaume GomezUpdate to use new librustc_error_codes library
2019-11-14 Guillaume GomezCreate new librustc_error_codes lib and move error...
2019-11-14 Yuki OkushiUpdate Clippy
2019-11-14 borsAuto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelix
2019-11-14 Ralf Jungmiri: helper methods for max values of machine's usize...
2019-11-14 borsAuto merge of #66403 - JohnTitor:rollup-7obuivl, r...
2019-11-14 Yuki OkushiRollup merge of #66372 - ogham:patch-2, r=jonas-schievink
2019-11-14 Yuki OkushiRollup merge of #66369 - tmiasko:compiletest-stamp...
2019-11-14 Yuki OkushiRollup merge of #66363 - Munksgaard:patch-1, r=dtolnay
2019-11-14 Yuki OkushiRollup merge of #66361 - Centril:66357, r=pnkfelix
2019-11-14 Yuki OkushiRollup merge of #66360 - elichai:2019-11-vec-link,...
2019-11-14 Yuki OkushiRollup merge of #66351 - JohnTitor:tweak-range-err...
2019-11-14 Yuki OkushiRollup merge of #66349 - euclio:def-site-builtins,...
2019-11-14 Yuki OkushiRollup merge of #66264 - guanqun:fix-mbe-missing-close...
2019-11-14 Yuki OkushiRollup merge of #66253 - ohadravid:improve-errors-after...
2019-11-14 borsAuto merge of #66233 - cjgillot:constkind, r=oli-obk
2019-11-14 Steven FacklerRemove some stack frames from `.async` calls
2019-11-13 Esteban KüberDo not ICE in `if` without `else` in `async fn`
2019-11-13 borsAuto merge of #66211 - kinnison:kinnison/fix-66159...
2019-11-13 Esteban KüberFix ICE when trying to suggest `Type<>` instead of...
2019-11-13 Esteban KüberDo not ICE on recovery from unmet associated type bound...
2019-11-13 borsAuto merge of #66170 - ecstatic-morse:hir-const-check...
2019-11-13 Dylan MacKenzieUse `ast::Mutability`
2019-11-13 Dylan MacKenzieBless miri unleashed test now that errors are mandatory
next