]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-01 borsAuto merge of #51833 - wesleywiser:faster_large_constan...
2018-07-01 borsAuto merge of #51536 - davidtwco:nll-dyn-trait-undersco...
2018-07-01 David WoodUpdated affected tests after rebase.
2018-07-01 David WoodFix infinite loops when regions are self-referential.
2018-07-01 Niko MatsakisWIP boring() long line
2018-07-01 David WoodEnsure that changed errors are lower case.
2018-07-01 David WoodUpdated affected tests.
2018-07-01 David WoodIntroduce new categories and show a reasonable error...
2018-07-01 David WoodMoved region inference error reporting into own module.
2018-07-01 David WoodSwitched to while let in DFS and deriving Ord on Constr...
2018-07-01 David WoodConstraints are now being categorized, sorted and the...
2018-07-01 Wesley WiserAdd two regression tests for const eval
2018-07-01 David WoodAdded bfs for constraint paths from regions.
2018-07-01 Niko Matsakisdon't consider assignments to temporaries "interesting"
2018-07-01 Niko Matsakispropagate boring vs interesting causal info for constra...
2018-07-01 Niko Matsakiscategorize `Locations` as interesting or boring
2018-07-01 Niko Matsakisremove the `at_location` from Locations
2018-07-01 Niko Matsakisrename `ToLocations` to `NormalizeLocation`
2018-07-01 borsAuto merge of #51883 - estebank:placement-suggestion...
2018-07-01 borsAuto merge of #51855 - Eh2406:i51821, r=nikomatsakis
2018-07-01 Niko Matsakisremove the FxHashSet since it's not helping us in practice
2018-07-01 borsAuto merge of #51882 - varkor:check-type_dependent_defs...
2018-07-01 borsAuto merge of #51877 - oli-obk:lowering_cleanups3,...
2018-07-01 borsAuto merge of #51869 - nnethercote:rm-clone_from, r...
2018-07-01 borsAuto merge of #51943 - oli-obk:miriup, r=kennytm
2018-06-30 borsAuto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton
2018-06-30 Mark SimulacrumNotice non-toplevel dll dependencies in rustbuild
2018-06-30 Mark SimulacrumBootstrap from 1.28.0-beta.3
2018-06-30 Wesley WiserCopy undef_masks correctly for repeated bytes
2018-06-30 borsAuto merge of #51849 - nikomatsakis:issue-51820-places...
2018-06-30 borsAuto merge of #51862 - estebank:lifetime-spans, r=nikom...
2018-06-30 Oliver SchneiderUpdate the miri submodule
2018-06-30 borsAuto merge of #51828 - kennytm:no-simd-swap-for-mac...
2018-06-30 kennytmDo not allow LLVM to increase a TLS's alignment on...
2018-06-30 Oliver SchneiderRemove some global state from the lowering pass
2018-06-30 Oliver SchneiderRemove unused field
2018-06-30 Oliver SchneiderReduce repetition around `lower_method_sig`
2018-06-30 Oliver SchneiderDeduplicate `IsAsync::Async` match
2018-06-30 borsAuto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk
2018-06-30 borsAuto merge of #51806 - oli-obk:lowering_cleanups1,...
2018-06-30 Wesley WiserFix relocations to include repeated values
2018-06-30 borsAuto merge of #51178 - GabrielMajeri:os-str-compare...
2018-06-30 Wesley WiserInline a few `UndefMask` methods.
2018-06-30 Wesley WiserOptimize `copy_undef_mask()` to use one pass
2018-06-30 Wesley WiserOptimize `copy_undef_mask()` by lifting some loop invar...
2018-06-29 Vadim PetrochenkovAddress comments
2018-06-29 Vadim PetrochenkovRestore the old behavior of `$crate` in nested `macro_r...
2018-06-29 Vadim PetrochenkovFortify dummy span checking
2018-06-29 Vadim Petrochenkovproc-macro: Use transparent marks for call-site hygiene
2018-06-29 Vadim Petrochenkovhygiene: Implement transparent marks
2018-06-29 Vadim Petrochenkovexpansion: Give names to some fields of `SyntaxExtension`
2018-06-29 Vadim Petrochenkovresolve: Cleanup `resolve_crate_root`
2018-06-29 borsAuto merge of #46720 - estebank:issue-46302, r=nikomatsakis
2018-06-29 Esteban KüberFix incorrect type mismatch label pointing at return...
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 Simon Sapinliballoc docs: Remove “not intended for general usage”
2018-06-29 Simon SapinRename alloc::arc to alloc::sync, to match std::sync
2018-06-29 Simon SapinRemove the Vec and String reexports at the root of...
2018-06-29 Simon SapinMove core::alloc::CollectionAllocErr to alloc::collections
2018-06-29 Simon SapinMove some alloc crate top-level items to a new alloc...
2018-06-29 Simon SapinRemove the unstable alloc::allocator module reexport...
2018-06-29 Simon SapinMake raw_vec perma-unstable and hidden
2018-06-29 Gabriel MajeriAdd run-pass test
2018-06-29 Gabriel MajeriFix stability attributes
2018-06-29 Gabriel MajeriImplement PartialEq between &str and OsString
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 Mike HommeyUpdate LLVM to 1c817c7a0c828b8fc8e8e462afbe5db41c7052d1
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 Nicholas NethercoteRename `IdxSet::clone_from`.
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 Esteban KüberSuggest correct comparison against negative literal
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 varkorAlways check type_dependent_defs
2018-06-28 Esteban KüberFix rebase
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 Esteban Küberreview comments: unify duplicated code
2018-06-28 Esteban KüberAlso point to free named region on lifetime errors
2018-06-28 Esteban KüberExtend support to `get_generics` for all `NodeItem`s
2018-06-28 Esteban KüberPoint to lifetime in fn definition on lifetime error...
2018-06-28 Esteban KüberPoint at lifetimes instead of def span for E0195
2018-06-28 borsAuto merge of #51687 - japaric:gh51671, r=alexcrichton
2018-06-28 Eh2406add comments
2018-06-28 Eh2406use deref instead of inner
2018-06-28 Eh2406each_affected_by_dirty
next