]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 borsAuto merge of #52405 - matthewjasper:mutability-errors...
2018-07-21 dylan_DPCdelete tests
2018-07-21 Niko Matsakiswe now get 2 extra mismatched type errors
2018-07-21 Niko Matsakisuse proper body-id and span when solving obligations
2018-07-21 Niko Matsakisadd regression test for #52078
2018-07-21 Niko Matsakisskip no-op obligations and add a little debug output
2018-07-21 Tyler MandryConvert implied_outlives_bounds to a query
2018-07-21 borsAuto merge of #52562 - Manishearth:clippyup, r=RalfJung
2018-07-21 dylan_DPCadd docs
2018-07-21 Oliver SchneiderDon't invent new magic keywords
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 Alex CrichtonUpdate stdsimd to undo an accidental stabilization
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 borsAuto merge of #52574 - kennytm:rollup, r=kennytm
2018-07-20 Oliver SchneiderClippy opts out of in_external_macro
2018-07-20 Oliver SchneiderAllow individual lints to opt into being reported in...
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 ljedrzRefactor a few push loops to iterators in librustc
2018-07-20 Matthew JasperUpdate tests for new NLL mutability errors
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 Manish GoregaokarUpdate clippy
2018-07-20 borsAuto merge of #52354 - QuietMisdreavus:rustdoc-lints...
2018-07-20 Oliver SchneiderRemove unused method
2018-07-20 Oliver SchneiderOnly methods are fn-like, not other associated items
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 Vadim PetrochenkovRevert some use of `PtrKey` to fix parallel_queries...
2018-07-20 Vadim Petrochenkovresolve: Add more comments to in-module resolution
2018-07-20 Vadim Petrochenkovresolve: Fully prohibit shadowing of in-scope names...
2018-07-20 Vadim Petrochenkovdata_structures: Add a reference wrapper for pointer...
2018-07-20 Vadim Petrochenkovresolve: Add some comments to in-module resolution
2018-07-20 Vadim Petrochenkovresolve: Remove `SingleImports` in favor of a simple set
2018-07-20 Vadim Petrochenkovresolve: Rename `global_macros` to `macro_prelude`
2018-07-20 Vadim Petrochenkovresolve: Remove unused parameter from `resolve_ident_in...
2018-07-20 borsAuto merge of #52467 - alexcrichton:lints-and-macros...
2018-07-20 ljedrzRemove duplicate E0396 tests
2018-07-20 borsAuto merge of #52445 - alexcrichton:wasm-import-module...
2018-07-20 Niko Matsakisalways get number of live variables from the map
2018-07-20 Eduard-Mihai... proc_macro: avoid exposing internal details in formatti...
2018-07-20 Eduard-Mihai... proc_macro: move some implementation details to a rustc...
2018-07-20 borsAuto merge of #52349 - RalfJung:once, r=alexcrichton
2018-07-19 Eduard-Mihai... proc_macro: don't expose compiler-internal FileName...
2018-07-19 Eduard-Mihai... proc_macro: clean up the implementation of quasi-quoting.
2018-07-19 Eduard-Mihai... proc_macro: don't try to reflect literals in quasi...
2018-07-19 Eduard-Mihai... proc_macro: don't use DiagnosticBuilder for building...
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 Oliver SchneiderGenerate a page for existential types
2018-07-19 David WoodUpdated FRU terminology.
2018-07-19 Alex CrichtonFix docker/run.sh script when run locally
2018-07-19 Alex Crichtonrustc: Fix two custom attributes with custom derive
2018-07-19 Alex Crichtonproc_macro: Preserve spans of attributes on functions
2018-07-19 borsAuto merge of #52197 - euclio:exit-code, r=oli-obk
2018-07-19 borsAuto merge of #52515 - Manishearth:clippyup, r=kennytm
2018-07-19 ljedrzEnable run-pass/sepcomp-lib-lto.rs on Android
2018-07-19 Ralf Jungfix safety-related comment in slice::rotate
2018-07-19 Manish GoregaokarUpdate clippy
2018-07-19 borsAuto merge of #52429 - alexcrichton:update-cargo, r...
2018-07-19 borsAuto merge of #52486 - kennytm:rollup, r=kennytm
2018-07-18 Alex CrichtonUpdate Cargo submodule
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 #52418 - estebank:desugaring-type,...
2018-07-18 QuietMisdreavusremove FIXME about macro redirects
2018-07-18 David WoodUpdated wording and placement of non-exhaustive notice...
2018-07-18 Alex Crichtonrustc: Remove a workaroudn in ThinLTO fixed upstream
2018-07-18 Sébastien Marieupdate compiler-builtins for openbsd
2018-07-18 Esteban KüberUpdate test output
2018-07-18 Esteban KüberChange label span to point at iterator instead of iter...
2018-07-18 Esteban KüberDo not use desugared ident when suggesting adding a...
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 kennytmRollup merge of #52487 - alexcrichton:build-less-saniti...
2018-07-18 Oliver SchneiderConst-propagate casts
next