]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-02 varkorAdd more safeguards to "missing binding mode" errors
2018-07-02 varkorFix another return-const ICE
2018-07-02 varkorFix an ICE using break and continue as array lengths
2018-07-02 varkorFix a bug with return in anonymous consts
2018-07-02 borsAuto merge of #51321 - zackmdavis:hiridification_genera...
2018-07-02 borsAuto merge of #51122 - oli-obk:clippy, r=Mark-Simulacrum
2018-07-02 borsAuto merge of #51645 - marco-c:error_when_incremental_a...
2018-07-02 Oliver SchneiderClippy tool also has only a single LICENSE file
2018-07-02 Oliver SchneiderMake sure clippy does not duplicate depenencies
2018-07-02 borsAuto merge of #51893 - nnethercote:BTreeMap-clone-noall...
2018-07-02 borsAuto merge of #51931 - cramertj:rm-libbacktrace, r...
2018-07-02 Zack M. Davisadd FIXMEs pleading for post-@ edit of commentary on...
2018-07-02 Zack M. Davisuse HirId in middle::mem_categorization::cmt_, and...
2018-07-02 borsAuto merge of #51866 - zackmdavis:hir_making_each_day_o...
2018-07-02 Nicholas NethercoteMake `BTreeMap::clone()` not allocate when cloning...
2018-07-02 borsAuto merge of #51864 - est31:libc_update, r=alexcrichton
2018-07-01 borsAuto merge of #51110 - alexreg:new-static-eval-rules...
2018-07-01 borsAuto merge of #51969 - pietroalbini:rollup, r=pietroalbini
2018-07-01 Pietro AlbiniRollup merge of #51961 - 11Takanori:fix-typo, r=petroch...
2018-07-01 Pietro AlbiniRollup merge of #51922 - japaric:llvm-tools-preview...
2018-07-01 Pietro AlbiniRollup merge of #51921 - japaric:panic-impl-error,...
2018-07-01 Pietro AlbiniRollup merge of #51920 - euclio:concrete-type-suggestio...
2018-07-01 Pietro AlbiniRollup merge of #51890 - Ixrec:patch-3, r=alexcrichton
2018-07-01 Pietro AlbiniRollup merge of #51853 - MajorBreakfast:fix-doc-links...
2018-07-01 Pietro AlbiniRollup merge of #51511 - Centril:feature/stabilize_iter...
2018-07-01 borsAuto merge of #51833 - wesleywiser:faster_large_constan...
2018-07-01 est31Update liblibc
2018-07-01 Zack M. Daviscall it `hir::VisibilityKind` instead of `hir::Visibili...
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 Oliver SchneiderUpdate clippy submodule
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 Takanori Ishibashiabsoluate -> absolute
2018-07-01 borsAuto merge of #51877 - oli-obk:lowering_cleanups3,...
2018-07-01 Zack M. Davisin which the private/restricted-in-public error messagi...
2018-07-01 Zack M. Davisprivate no-mangle lints: help hint note if visibility...
2018-07-01 Zack M. Davisprivate no-mangle lints: issue suggestion for restricte...
2018-07-01 Zack M. Davisunreachable_pub lint: grab `pub` span from HIR rather...
2018-07-01 Zack M. Davisin which hir::Visibility recalls whence it came (i...
2018-07-01 Zack M. Davischoose a less arbitrary span when parsing the empty...
2018-07-01 borsAuto merge of #51869 - nnethercote:rm-clone_from, r...
2018-07-01 Alexander RegueiroModified expected error messages in accordance with...
2018-07-01 borsAuto merge of #51943 - oli-obk:miriup, r=kennytm
2018-06-30 Oliver SchneiderAlso run the bootstrap in bootstrap mode
2018-06-30 Oliver SchneiderDid you mean to block nightlies on clippy?
2018-06-30 Alexander RegueiroMinor refactoring.
2018-06-30 Alexander RegueiroAdded incremental test for interlinking static references.
2018-06-30 Alexander RegueiroAdded tests fo referring to statics by value in other...
2018-06-30 Alexander RegueiroAdded tests for writing to static mut's in statics.
2018-06-30 Alexander RegueiroFixed bug with miri const evaluation where allocation...
2018-06-30 Alexander RegueiroAdded miri error for evaluating foreign statics.
2018-06-30 Alexander RegueiroLoosened rules involving statics mentioning other statics.
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 Jorge Apariciomore s/llvm-tools/llvm-tools-preview/
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 Taylor CramerUse in-tree libbacktrace on Fuchsia
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 Jorge Aparicioupdate another cfail test
next