]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Esteban KüberProvide existing ref suggestions for more E0308 errors
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 SchneiderDon't const propagate the body of constants
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 Michael WoeristerFix FileMap::line_begin_pos().
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 kennytmRollup merge of #49987 - clarcharr:split_ascii_whitespa...
2018-06-27 Clar CharrAdd str::split_ascii_whitespace.
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 Oliver SchneiderDon't use `ParamEnv::reveal_all()` if there is a real...
2018-06-27 Vytautas AstrauskasFix the error of selecting obligation by not running...
2018-06-27 Felix S. Klock IIMove regression test from `compile-fail/` to `ui/`...
2018-06-27 Vytautas AstrauskasFix the regression test for issue 50716.
2018-06-27 Vytautas AstrauskasFix NLL issue 50716 and add a regression test.
2018-06-27 Adam Barth[fuchsia] Update zx_cprng_draw to target semantics
2018-06-27 borsAuto merge of #51356 - Zoxc:encode-cleanup, r=michaelwo...
2018-06-27 Niko Matsakismove into `provide` methods
2018-06-27 Niko Matsakisrename to `shrink_to_tcx_lifetime`
2018-06-27 Simon SapinDocument that Layout::from_size_align does not allow...
2018-06-27 Niko Matsakisextend comment to note complications around lifetimes
2018-06-27 Michael Woeristersyntax_pos: Store multibyte char size as u8 instead...
2018-06-27 Michael WoeristerAdd comments to analzye_filemap().
2018-06-27 Michael WoeristerAdd SSE2 accelerated version of FileMap analysis.
2018-06-27 Michael WoeristerUse u32 instead of usize of encoding byte count of...
2018-06-27 Michael WoeristerUpdate CodeMap tests after changing FileMap construction.
2018-06-27 Michael WoeristerRemove the now redundant CodeMap::new_filemap_with_line...
2018-06-27 Michael WoeristerMake FileMap::{lines, multibyte_chars, non_narrow_chars...
2018-06-27 Oliver SchneiderDetect overflows of non u32 shifts
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 Matsakismerge all the `type_op_foo` modules into one as they...
2018-06-27 Niko Matsakisuse query boiler plate for `normalize_projection_ty...
2018-06-27 Niko Matsakisuse query boilerplate for prove-predicate -- slightly...
2018-06-27 Niko Matsakisuse query boilerplate for subtype
2018-06-27 Niko Matsakisuse query boilerplate for `normalize`
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 Joshua Liebow... Optimize RefCell refcount tracking
2018-06-27 Thayne McCombsStabilize to_bytes and from_bytes for integers.
2018-06-27 Michal 'vorner... Fix the error reference for LocalKey::try_with
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-27 markadd edition compiletest header + fix tests
2018-06-27 marklower case some feature gate messages
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 Josef Reinhard... Move spawn errors into executor.rs
2018-06-26 Josef Reinhard... Nested `LocalTaskObj` in `TaskObj`, remove `SpawnErrorO...
2018-06-26 borsAuto merge of #51756 - nielx:fix/librustdoc, r=Guillaum...
2018-06-26 Niko Matsakisdo not re-create the `LocationTable` for every path
2018-06-26 Niko Matsakisconvert query-type-op to create query-region-constraint...
2018-06-26 Niko Matsakisadd a streamlined `instantiate_query_result` method...
next