]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Auto merge of #52568 - oli-obk:span_bug_error, r=varkor
[rust.git] / src / librustc_mir /
2018-07-23 borsAuto merge of #52568 - oli-obk:span_bug_error, r=varkor
2018-07-22 borsAuto merge of #52564 - pnkfelix:issue-52126-lhs-of...
2018-07-22 borsAuto merge of #52069 - zackmdavis:elided_states_of_amer...
2018-07-22 borsAuto merge of #52616 - kennytm:rollup, r=kennytm
2018-07-22 kennytmRollup merge of #52051 - scottmcm:swap-directly, r...
2018-07-22 kennytmRollup merge of #52615 - davidtwco:add-to-gitignore...
2018-07-22 kennytmRollup merge of #52594 - Mark-Simulacrum:error-index...
2018-07-22 kennytmRollup merge of #52587 - csmoe:doc, r=kennytm
2018-07-22 kennytmRollup merge of #52582 - felixrabe:patch-2, r=pietroalbini
2018-07-22 kennytmRollup merge of #52581 - petrochenkov:bmacrodoc, r...
2018-07-22 borsAuto merge of #52572 - davidtwco:issue-51027, r=nikomat...
2018-07-22 kennytmRollup merge of #52521 - ehuss:rustdoc-passes-doc,...
2018-07-22 kennytmRollup merge of #52508 - joshtriplett:dangling-not...
2018-07-22 kennytmRollup merge of #52507 - estebank:infer-type, r=nikomat...
2018-07-22 kennytmRollup merge of #52465 - sekineh:add-ci-thumb, r=alexcr...
2018-07-22 kennytmRollup merge of #51807 - newpavlov:deprecate_str_slice...
2018-07-22 David WoodFallback to general error handling in ICE cases.
2018-07-22 David WoodModified how constraint classification happens to upvar...
2018-07-22 David WoodImproved is_upvar_field_projection - no longer need...
2018-07-22 David WoodImproved documentation of functions in new module.
2018-07-22 David WoodImproved closure errors.
2018-07-22 David WoodClassify aggregate rvalues as assignments.
2018-07-22 borsAuto merge of #52368 - GuillaumeGomez:intra_doc_link_re...
2018-07-22 borsAuto merge of #52359 - matthewjasper:combine-move-error...
2018-07-22 borsAuto merge of #52394 - estebank:println, r=oli-obk
2018-07-22 borsAuto merge of #52250 - nnethercote:no-SparseBitMatrix...
2018-07-21 borsAuto merge of #51485 - estebank:dehighlight-secondary...
2018-07-21 borsAuto merge of #52115 - Dylan-DPC:feature/nll-liveness...
2018-07-21 borsAuto merge of #51959 - tmandry:make-implied-outlives...
2018-07-21 Matthew JasperFix #52416 - ice for move errors in unsafe blocks
2018-07-21 Matthew JasperAdd specific message when moving from upvars in a...
2018-07-21 Matthew JasperUse MirBorrowckCtxt while reporting move errors
2018-07-21 borsAuto merge of #52405 - matthewjasper:mutability-errors...
2018-07-21 csmoeAdd missing backtick
2018-07-21 Tyler MandryConvert implied_outlives_bounds to a query
2018-07-21 dylan_DPCadd docs
2018-07-21 borsAuto merge of #52555 - petrochenkov:mresfact, r=alexcri...
2018-07-21 borsAuto merge of #52552 - eddyb:proc-macro-prep, r=alexcri...
2018-07-21 borsAuto merge of #52535 - alexcrichton:update-stdsimd...
2018-07-21 dylan_DPCremove unwanted tests and a reference to it in comments
2018-07-21 borsAuto merge of #52536 - alexcrichton:attr-spans, r=nikom...
2018-07-21 borsAuto merge of #52438 - ljedrz:rustc_vec_capacity, r...
2018-07-20 kennytmRollup merge of #52573 - oli-obk:cleanups, r=RalfJung
2018-07-20 kennytmRollup merge of #52540 - alexcrichton:tweak-script...
2018-07-20 kennytmRollup merge of #52539 - alexcrichton:two-attrs, r...
2018-07-20 kennytmRollup merge of #52527 - ljedrz:cleanup_13973, r=oli-obk
2018-07-20 kennytmRollup merge of #52526 - ljedrz:cleanup_18800, r=alexcr...
2018-07-20 kennytmRollup merge of #52505 - alexcrichton:remove-thinlto...
2018-07-20 kennytmRollup merge of #52502 - RalfJung:rotate, r=scottmcm
2018-07-20 Matthew JasperImprove NLL mutability errors
2018-07-20 Matthew JasperMove mutability error reporting to its own file
2018-07-20 Matthew JasperMIR changes to improve NLL cannot mutate errors
2018-07-20 borsAuto merge of #52354 - QuietMisdreavus:rustdoc-lints...
2018-07-20 borsAuto merge of #52498 - oli-obk:const_prop, r=nikomatsakis
2018-07-20 dylan_DPCtidy up
2018-07-20 dylan_DPCmove NllLivenessMap and LocalWithRegion to liveness_map
2018-07-20 borsAuto merge of #52476 - wesleywiser:categorize_queries...
2018-07-20 borsAuto merge of #52467 - alexcrichton:lints-and-macros...
2018-07-20 Nicholas NethercoteSpeed up `SparseBitMatrix`.
2018-07-20 Niko Matsakisalways get number of live variables from the map
2018-07-20 borsAuto merge of #52349 - RalfJung:once, r=alexcrichton
2018-07-19 borsAuto merge of #52024 - oli-obk:existential_parse, r...
2018-07-19 borsAuto merge of #51854 - davidtwco:rfc-2008-rustdoc,...
2018-07-19 dylan_DPCtidy fixes
2018-07-19 dylan_DPCleft out one field during merge
2018-07-19 dylan_DPCconvert LocalWithRegion to Local
2018-07-19 dylan_DPCmir/mod.rs / visit.rs reverted back to using Local
2018-07-19 dylan_DPCadd LocalWithRegion NllLivenessMap
2018-07-19 Niko Matsakismake liveness generic over set of local variables
2018-07-19 dylan_DPCgeneric shuffle continues
2018-07-19 dylan_DPCuse LiveVariableMap as trait bound
2018-07-19 dylan_DPCadd trait structs and other changes from V to local
2018-07-19 dylan_DPCadd generic parameter
2018-07-19 borsAuto merge of #52197 - euclio:exit-code, r=oli-obk
2018-07-19 borsAuto merge of #52429 - alexcrichton:update-cargo, r...
2018-07-18 borsAuto merge of #52431 - semarie:compiler-builtins, r...
2018-07-18 kennytmRollup merge of #52510 - QuietMisdreavus:redirects...
2018-07-18 kennytmRollup merge of #52480 - ljedrz:cleanup_24958, r=oli-obk
2018-07-18 kennytmRollup merge of #51628 - euclio:line-writer, r=frewsxcv
2018-07-18 Oliver SchneiderConst-propagate casts
2018-07-18 borsAuto merge of #52375 - oli-obk:the_early_lint_pass_gets...
2018-07-18 kennytmRollup merge of #52477 - frewsxcv:frewsxcv-iter-short...
2018-07-18 kennytmRollup merge of #52472 - alexcrichton:macros-edition...
2018-07-18 kennytmRollup merge of #52464 - o01eg:patch-1, r=alexcrichton
2018-07-18 kennytmRollup merge of #52458 - alexcrichton:fix-suggestion...
2018-07-18 kennytmRollup merge of #52455 - felixrabe:patch-1, r=estebank
2018-07-18 kennytmRollup merge of #52439 - o01eg:fix-52317, r=alexcrichton
2018-07-18 kennytmRollup merge of #52218 - rivertam:patch-1, r=withoutboats
2018-07-18 kennytmRollup merge of #52116 - Pazzaz:match-str-case, r=Simon...
2018-07-18 borsAuto merge of #52364 - ljedrz:mir_remove_clone, r=RalfJung
2018-07-18 Oliver SchneiderMove the const casting code into its dedicated file
2018-07-18 borsAuto merge of #52426 - ljedrz:#28273_cleanup, r=nikomat...
2018-07-18 borsAuto merge of #52353 - alexcrichton:wasm-custom-section...
2018-07-18 borsAuto merge of #52342 - nnethercote:CanonicalVar, r...
2018-07-17 borsAuto merge of #52145 - ExpHP:drop-it-like-its-eof,...
2018-07-17 Oliver SchneiderPull out a statement that all match arms are executing
2018-07-17 borsAuto merge of #52404 - felixrabe:doc-link-ch19-04-typo...
2018-07-17 borsAuto merge of #52433 - kennytm:rollup, r=kennytm
2018-07-17 borsAuto merge of #52190 - davidtwco:issue-52028, r=nikomat...
2018-07-17 kennytmRollup merge of #52385 - GuillaumeGomez:pass-edition...
next