]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 moxianChange traits to bare FnMut where possible.
2018-06-28 moxianMake msvc symbol extraction/printing functions generic.
2018-06-28 moxianMake stackwalking generic instead of matching on enum...
2018-06-28 moxianLoad backtrace-related functions only once
2018-06-28 moxianSplit separate stackwalk variants into their own functions
2018-06-28 moxianAdd a fallback for stacktrace printing for older Window...
2018-06-28 Sean McArthurArc: remove unused allocation from Weak::new()
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 Jan-Erik RedigerExplicitely disable WASM code generation for Emscripten
2018-06-28 borsAuto merge of #50997 - michaelwoerister:pre-analyze...
2018-06-28 LireerRemove process::id from 'Stabilized APIs' in 1.27
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 Matthew JasperUpdate tests for grouped nll move errors
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 Matthew JasperUpdate MIR opt tests
2018-06-27 Matthew JasperGenerate a direct assignment in MIR for `let x = y;`
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`
next