]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Niko Matsakisrun rustfmt
2018-06-27 borsAuto merge of #51850 - abarth:draw_again, r=cramertj
2018-06-27 Niko Matsakisdon't use Iterator and zip but just invoke `next` manually
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 Niko Matsakisavoid use of vectors etc
2018-06-27 Niko Matsakisextract `places_conflict` into its own module
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 Oliver SchneiderUpdate ui tests
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 Oliver SchneiderExplain the lack of item recursion
2018-06-27 Oliver SchneiderDeduplicate async's impl Trait id lowering
2018-06-27 Oliver SchneiderAdd a convenience method for getting the impl Trait...
2018-06-27 Oliver SchneiderDocument the `make_ret_async` argument's `NodeId`
2018-06-27 Oliver SchneiderUndo if let -> match conversion
2018-06-27 borsAuto merge of #51835 - tmccombs:stable-int-to-from...
2018-06-27 Oliver SchneiderFix rebase fallout
2018-06-27 Oliver SchneiderDon't visit the `impl Trait` item twice
2018-06-27 Oliver SchneiderDon't use `println` in the compiler
2018-06-27 Oliver SchneiderUpdate tests
2018-06-27 Oliver SchneiderDon't generate `DefId`s for impl trait in trait methods
2018-06-27 Oliver SchneiderGenerate `DefId`s for the impl trait of `async` functions
2018-06-27 Oliver SchneiderAlso place method impl trait into the surrounding module
2018-06-27 Oliver Schneiderfixup
2018-06-27 Oliver SchneiderGenerate `DefId`s for impl Trait in the def_collector
2018-06-27 Oliver SchneiderDon't generate a new NodeId for universal impl Trait
2018-06-27 Oliver SchneiderGenerate the `NodeId` for `existential type` in the AST
2018-06-27 Oliver SchneiderCleanup in preparation of generic extraction
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...
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 Niko MatsakisWIP fix error messages for propagate_approximated_short...
2018-06-26 borsAuto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm
2018-06-26 Oliver SchneiderUpdate rustdoc
2018-06-26 Oliver SchneiderFlatten some occurrences of `[P<T>]` to `[T]`
2018-06-26 Josef Reinhard... Add `LocalTaskObj`
2018-06-26 Niko Matsakisinstantiate closure requirements as query-region-constr...
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
next