]> git.lizzy.rs Git - rust.git/history - src/librustc
Fix various nll unused mut errors
[rust.git] / src / librustc /
2018-06-29 borsAuto merge of #51569 - SimonSapin:liballoc, r=sfackler
2018-06-29 borsAuto merge of #51891 - glandium:llvm, r=alexcrichton
2018-06-29 borsAuto merge of #51729 - matthewjasper:move-errors, r...
2018-06-29 borsAuto merge of #50526 - moxian:just-fix, r=alexcrichton
2018-06-29 borsAuto merge of #51290 - Pslydhh:master, r=alexcrichton
2018-06-29 borsAuto merge of #50357 - seanmonstar:arc-weak-null, r...
2018-06-29 borsAuto merge of #51592 - GuillaumeGomez:fix-macro-doc...
2018-06-28 borsAuto merge of #51884 - Mark-Simulacrum:rollup, r=Mark...
2018-06-28 Mark RousskovRollup merge of #51875 - badboy:emscripten-no-wasm...
2018-06-28 Mark RousskovRollup merge of #51868 - Lireer:master, r=pietroalbini
2018-06-28 Mark RousskovRollup merge of #51839 - oli-obk:const_shift_overflow...
2018-06-28 Mark RousskovRollup merge of #51822 - estebank:suggest-more, r=nikom...
2018-06-28 Mark RousskovRollup merge of #51765 - jonas-schievink:patch-1, r...
2018-06-28 Mark RousskovRollup merge of #51636 - oli-obk:const_diagnostics...
2018-06-28 borsAuto merge of #51687 - japaric:gh51671, r=alexcrichton
2018-06-28 borsAuto merge of #51630 - joshlf:map-split-perf, r=dtolnay
2018-06-28 borsAuto merge of #50997 - michaelwoerister:pre-analyze...
2018-06-28 Oliver SchneiderRebase fallout
2018-06-28 borsAuto merge of #51492 - petrochenkov:hirident, r=eddyb
2018-06-28 Oliver SchneiderTurn the use of erroneous constants into errors again
2018-06-28 Oliver SchneiderMerge `ConstVal` and `ConstValue`
2018-06-28 Oliver SchneiderFixup
2018-06-28 Oliver SchneiderMove everything over from `middle::const_val` to `mir...
2018-06-28 Oliver SchneiderMove the Lrc outside the error type and name the fields
2018-06-28 Oliver SchneiderRemove unused type
2018-06-28 Oliver SchneiderAddress review comments
2018-06-28 Oliver SchneiderEliminate old CTFE's `ErrKind`
2018-06-28 Oliver SchneiderSimplify const error reporting
2018-06-28 Vadim PetrochenkovFix rebase
2018-06-28 Vadim Petrochenkovincremental: Do not hash spans for things that didn...
2018-06-28 Vadim PetrochenkovSupport delegation in stable hashing macros
2018-06-28 Vadim PetrochenkovUse `Ident`s for associated item definitions in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s in a number of structures in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s for path segments in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s for associated type bindings in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s for lifetimes in HIR
2018-06-28 borsAuto merge of #51444 - estebank:impl-static, r=nikomatsakis
2018-06-28 borsAuto merge of #51538 - nikomatsakis:nll-perf-examinatio...
2018-06-27 borsAuto merge of #51859 - kennytm:rollup, r=kennytm
2018-06-27 kennytmRollup merge of #51842 - rust-lang:align-is-nonzero...
2018-06-27 kennytmRollup merge of #51824 - vorner:thread-local-try-with...
2018-06-27 kennytmRollup merge of #51800 - mark-i-m:edition2018compiletes...
2018-06-27 kennytmRollup merge of #51799 - mark-i-m:lower_case_feature_ga...
2018-06-27 kennytmRollup merge of #51658 - oli-obk:unregress_perf, r...
2018-06-27 kennytmRollup merge of #50342 - fkjogu:euclidean, r=BurntSushi
2018-06-27 Matthew JasperGroup move errors before reporting, add suggestions
2018-06-27 borsAuto merge of #51139 - vakaras:issue-50716, r=nikomatsakis
2018-06-27 Niko Matsakisrustfmt various files
2018-06-27 Niko Matsakischange the `enter_canonical_trait_query` method to...
2018-06-27 Niko Matsakisupdate comments
2018-06-27 Niko Matsakisrename `prequery` to `try_fast_path`
2018-06-27 Niko Matsakispull out `ParamEnvAnd` and remove `QueryKey`
2018-06-27 borsAuto merge of #51852 - oli-obk:miri_fix, r=Zoxc
2018-06-27 borsAuto merge of #51850 - abarth:draw_again, r=cramertj
2018-06-27 Vytautas AstrauskasFix the error of selecting obligation by not running...
2018-06-27 borsAuto merge of #51356 - Zoxc:encode-cleanup, r=michaelwo...
2018-06-27 Niko Matsakisrename to `shrink_to_tcx_lifetime`
2018-06-27 Niko Matsakisextend comment to note complications around lifetimes
2018-06-27 Michael WoeristerMake FileMap::{lines, multibyte_chars, non_narrow_chars...
2018-06-27 Niko Matsakispacify the mercilous tidy
2018-06-27 Niko Matsakisimprove comments on `dropck_outlives`
2018-06-27 borsAuto merge of #51496 - petrochenkov:mhelper2, r=nikomat...
2018-06-27 Niko Matsakisimprove comment on instantiate NLL query result fn
2018-06-27 Niko Matsakisremove `either` dependency we are not using
2018-06-27 Niko Matsakisrename `upcast` to `cast_to_tcx_lifetime` and improve...
2018-06-27 Niko Matsakisfix wrong query description
2018-06-27 Niko Matsakisextract out query boilerplate and use for `Eq`
2018-06-27 Vadim PetrochenkovImplement `#[macro_export(local_inner_macros)]`
2018-06-27 Niko Matsakisnit: don't import Debug directly
2018-06-27 John Kåre AlsakerMake opaque::Encoder append-only and make it infallible
2018-06-27 borsAuto merge of #51835 - tmccombs:stable-int-to-from...
2018-06-27 borsAuto merge of #51815 - oli-obk:lowering_cleanups2,...
2018-06-27 borsAuto merge of #51598 - Pazzaz:master, r=sfackler
2018-06-27 borsAuto merge of #51773 - oli-obk:cleanup_impl_trait,...
2018-06-26 borsAuto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomat...
2018-06-26 borsAuto merge of #51814 - MajorBreakfast:local-task-obj...
2018-06-26 borsAuto merge of #51756 - nielx:fix/librustdoc, r=Guillaum...
2018-06-26 Niko Matsakisconvert query-type-op to create query-region-constraint...
2018-06-26 Niko Matsakisadd a streamlined `instantiate_query_result` method...
2018-06-26 Niko Matsakisconvert `dropck_outlives` type-op to use the query
2018-06-26 Niko Matsakisintroduce `QueryKey` separation
2018-06-26 Niko Matsakisextract more helpers from instantiating query result
2018-06-26 borsAuto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm
2018-06-26 Oliver SchneiderFlatten some occurrences of `[P<T>]` to `[T]`
2018-06-26 Niko Matsakistransition to `Fallible`
2018-06-26 Niko Matsakisintroduce `Normalizable` trait for things directly...
2018-06-26 Niko Matsakisconvert `prove_predicate` into a query
2018-06-26 Niko Matsakisconvert `predicates` to operate on 1 predicate at a...
2018-06-26 Niko Matsakismake `Subtype` a true query
2018-06-26 Niko Matsakismake `Eq` a true query
2018-06-26 Niko Matsakisintroduce `canonicalize_hr_query_hack`
2018-06-26 Niko Matsakismove `type_op` into `rustc`
2018-06-26 Niko Matsakisremove `Canonicalization` trait, which serves no purpose
2018-06-26 Zack M. Davisinclusive range syntax lint (`...` → `..=`)
2018-06-26 Niko Matsakisextract `query_result_substitution` helper
2018-06-26 Niko Matsakisrename `instantiate_query_result`
2018-06-26 Niko Matsakismove `Debug` bounds onto `Lift`
2018-06-26 Niko Matsakismake one `Canonicalize` impl for `QueryResult`
2018-06-26 Niko Matsakisimprove `trivial_case` handling
2018-06-26 Niko Matsakisreplace `LexicalRegionConstraintData` with `QueryRegion...
next