]> git.lizzy.rs Git - rust.git/history - src
Make causal tracking lazy
[rust.git] / src /
2018-07-01 Santiago PastorinoMake causal tracking lazy
2018-07-01 Santiago PastorinoMove find_use stuff to it's own file
2018-07-01 Santiago Pastorinolet add_element return by itself
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 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 Takanori Ishibashiabsoluate -> absolute
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 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 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
2018-06-29 Jorge Apariciorename the llvm-tools component to llvm-tools-preview...
2018-06-29 Jorge Aparicioimprove the error message when `#[panic_implementation...
2018-06-29 borsAuto merge of #46720 - estebank:issue-46302, r=nikomatsakis
2018-06-29 Andy Russelluse literal span for concrete type suggestion
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 IxrecFix inconsequential typo in GlobalAlloc doc example
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.
next