]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 #51849 - nikomatsakis:issue-51820-places...
2018-06-30 borsAuto merge of #51862 - estebank:lifetime-spans, r=nikom...
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 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 borsAuto merge of #51178 - GabrielMajeri:os-str-compare...
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 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 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 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 borsAuto merge of #51630 - joshlf:map-split-perf, r=dtolnay
2018-06-28 Jan-Erik RedigerExplicitely disable WASM code generation for Emscripten
2018-06-28 Niko Matsakisadd explanatory comment
2018-06-28 borsAuto merge of #50997 - michaelwoerister:pre-analyze...
2018-06-28 LireerRemove process::id from 'Stabilized APIs' in 1.27
2018-06-28 Oliver SchneiderRebase fallout
2018-06-28 borsAuto merge of #51492 - petrochenkov:hirident, r=eddyb
2018-06-28 Oliver SchneiderTurn the use of erroneous constants into errors again
2018-06-28 Oliver SchneiderDon't const propagate the body of constants
2018-06-28 Oliver SchneiderMerge `ConstVal` and `ConstValue`
2018-06-28 Oliver SchneiderFixup
2018-06-28 Oliver SchneiderMove everything over from `middle::const_val` to `mir...
2018-06-28 Oliver SchneiderMove the Lrc outside the error type and name the fields
2018-06-28 Oliver SchneiderRemove unused type
2018-06-28 Oliver SchneiderAddress review comments
2018-06-28 Oliver SchneiderEliminate old CTFE's `ErrKind`
2018-06-28 Oliver SchneiderSimplify const error reporting
2018-06-28 Michael WoeristerFix FileMap::line_begin_pos().
2018-06-28 Vadim PetrochenkovFix rebase
2018-06-28 Vadim Petrochenkovincremental: Do not hash spans for things that didn...
2018-06-28 Vadim PetrochenkovSupport delegation in stable hashing macros
2018-06-28 Vadim PetrochenkovUse `Ident`s for associated item definitions in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s in a number of structures in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s for path segments in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s for associated type bindings in HIR
2018-06-28 Vadim PetrochenkovUse `Ident`s for lifetimes in HIR
2018-06-28 borsAuto merge of #51444 - estebank:impl-static, r=nikomatsakis
2018-06-28 borsAuto merge of #51538 - nikomatsakis:nll-perf-examinatio...
2018-06-27 borsAuto merge of #51859 - kennytm:rollup, r=kennytm
2018-06-27 kennytmRollup merge of #51842 - rust-lang:align-is-nonzero...
2018-06-27 kennytmRollup merge of #51824 - vorner:thread-local-try-with...
2018-06-27 kennytmRollup merge of #51800 - mark-i-m:edition2018compiletes...
2018-06-27 kennytmRollup merge of #51799 - mark-i-m:lower_case_feature_ga...
2018-06-27 kennytmRollup merge of #51658 - oli-obk:unregress_perf, r...
2018-06-27 kennytmRollup merge of #50342 - fkjogu:euclidean, r=BurntSushi
2018-06-27 kennytmRollup merge of #49987 - clarcharr:split_ascii_whitespa...
2018-06-27 Clar CharrAdd str::split_ascii_whitespace.
next