]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-09-18 Taylor CramerCleanup Deref impls and add ?Sized bound to &mut T...
2018-09-18 Taylor CramerRemove outdated rustdoc PinBox tests
2018-09-17 Taylor CramerCleanup and fix method resolution issue
2018-09-01 Without BoatsUpdate to a new pinning API.
2018-08-29 borsAuto merge of #53758 - oli-obk:clippy, r=kennytm
2018-08-29 Oliver SchneiderAdd more features to the workspace so that all tools...
2018-08-29 Oliver SchneiderUpdate clippy submodule
2018-08-29 borsAuto merge of #53245 - michaelwoerister:thinlto-rust...
2018-08-29 Michael Woeristerbootstrap: Link LLVM tools dynamically in order to...
2018-08-29 borsAuto merge of #53711 - arielb1:macro-table, r=michaelwo...
2018-08-29 borsAuto merge of #53684 - alexcrichton:suggest-remove...
2018-08-29 borsAuto merge of #53659 - nnethercote:rm-AccumulateVec...
2018-08-29 borsAuto merge of #53642 - alexcrichton:fix-target-cpu...
2018-08-29 borsAuto merge of #53671 - RalfJung:miri-refactor, r=oli-obk
2018-08-28 Nicholas NethercoteRemove `AccumulateVec` and its uses.
2018-08-28 Alex CrichtonFix warnings about the `native` target-cpu
2018-08-28 Ralf Jungfirst test const-ness, then hook fn call
2018-08-28 Ralf Jungfix const_prop detecting unary neg underflows
2018-08-28 Ralf Jungrestructure unary_op to also dispatch on type first...
2018-08-28 Ralf Jungfix unsized extern types
2018-08-28 Ralf Jungaddress nits
2018-08-28 borsAuto merge of #53679 - japaric:cortex-r, r=alexcrichton
2018-08-28 borsAuto merge of #53493 - matthewjasper:hair-spans, r...
2018-08-28 borsAuto merge of #53314 - nikomatsakis:nll-invert-liveness...
2018-08-28 Felix S. Klock IIFix definition of `LocalUseMapBuild` so that it can...
2018-08-28 borsAuto merge of #53616 - varkor:hir-map-rename, r=nikomat...
2018-08-28 borsAuto merge of #53404 - oconnor663:current_dir_behavior...
2018-08-28 borsAuto merge of #53272 - mark-i-m:anon_param_error_now...
2018-08-27 borsAuto merge of #53227 - nivkner:pin_move, r=RalfJung
2018-08-27 varkorRevert crate root changes
2018-08-27 varkorMake small modifications
2018-08-27 varkorRename hir::map::NodeKind to hir::Node
2018-08-27 varkorConvert EntryKind to a struct, Entry
2018-08-27 varkorRemove path prefixes from NodeKind
2018-08-27 varkorRemove Node* prefix from AnnNode
2018-08-27 varkorRename hir::map::Node to hir::map::NodeKind
2018-08-27 varkorRename MapEntry to EntryKind
2018-08-27 borsAuto merge of #51456 - qmx:crate-in-path, r=nikomatsakis
2018-08-27 Mark Mansifix test stderrs
2018-08-27 Niko Matsakismake `to_location` O(1)
2018-08-27 Niko Matsakismerge `PointIndexMap` and `RegionValueElements`
2018-08-27 Niko Matsakismicro-optimize dominator code
2018-08-27 Niko Matsakiskill dead code from `util/liveness`
2018-08-27 Niko Matsakisimprove comment on `LiveVar`
2018-08-27 Niko Matsakisrename `LocalWithRegion` to `LiveVar`
2018-08-27 Niko Matsakiscomment what `trace` does
2018-08-27 Niko Matsakisfix comment
2018-08-27 Niko Matsakisenable feature `impl_header_lifetime_elision`
2018-08-27 Niko Matsakisliveness.rs: rustfmt
2018-08-27 Niko Matsakisimplement liveness tracing, remove old liveness system
2018-08-27 Alex Crichtonrustc: Suggest removing `extern crate` in 2018
2018-08-27 Niko Matsakisupdate comment in the interest of precision
2018-08-27 Niko Matsakisremove the liveness mode and simplify `categorize`
2018-08-27 borsAuto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
2018-08-27 Mark MansiFix anon param + make it allow-by-def
2018-08-27 Mark Mansifix another
2018-08-27 Mark Mansifix some anon params
2018-08-27 Mark Mansioops
2018-08-27 Mark Mansiwarn on anon params in 015
2018-08-27 Ralf Junguse associated const for machine controlling mutable...
2018-08-27 Ralf Jungget rid of *most* of the fn call hack by honoring mir...
2018-08-27 Ralf Jungfix len() on non-array but array-layout types (e.g...
2018-08-27 Ralf Jungexpand comment on how statics work
2018-08-27 Ralf Jungfix handling of unsized types in validation; validate...
2018-08-27 Ralf Jungvalidate enum discriminant whenever it is read
2018-08-27 Ralf Jungdedicated handling for binops on bool and char (UB...
2018-08-27 Ralf Jungget rid of FinishStatic hack from stack clenaup; const_...
2018-08-27 Ralf Jungmove const_eval out of rustc_mir::interpret
2018-08-27 Ralf Jungswitch validation to use operand, not mplace
2018-08-27 Ralf Jungterminator/drop.rs is just one fn... merge it together...
2018-08-27 Ralf JungClean up function calling
2018-08-27 Ralf Jungsimplify const_to_allocation_provider because it is...
2018-08-27 Ralf Jungallow Machine to hook into foreign statics; remove...
2018-08-27 Ralf Jungwithout all those copies of constants, we can finally...
2018-08-27 Ralf JungMiri Memory Work
2018-08-27 borsAuto merge of #53580 - nikomatsakis:nll-issue-53568...
2018-08-27 Douglas Camposadd test for the suggestion from prelude
2018-08-27 Douglas Camposno need to special case std
2018-08-27 borsAuto merge of #53656 - nnethercote:HybridIdxSet-tweaks...
2018-08-27 Matthew JasperAlso use smaller spans for unsize adjustments
2018-08-27 borsAuto merge of #53624 - Zoxc:ice-fix, r=oli-obk
2018-08-27 borsAuto merge of #53648 - japaric:thumb-lld, r=alexcrichton
2018-08-27 John Kåre AlsakerUpdate clippy
2018-08-27 borsAuto merge of #53640 - alexcrichton:more-symbol-tweaks...
2018-08-27 John Kåre AlsakerMove with_globals setup from run_compiler to run
2018-08-26 Alex Crichtonrustc: Continue to tweak "std internal symbols"
2018-08-26 borsAuto merge of #53715 - pietroalbini:missing-components...
2018-08-26 borsAuto merge of #53717 - GuillaumeGomez:rollup, r=Guillau...
2018-08-26 Ariel Ben-Yehudause an incremental-fulldeps test instead of a run-make...
2018-08-26 Ariel Ben-Yehudacreate a valid DefIdTable for proc macro crates
2018-08-26 Guillaume GomezRollup merge of #53706 - ehuss:rustdoc-section-anchor...
2018-08-26 Guillaume GomezRollup merge of #53651 - GuillaumeGomez:struct-keyword...
2018-08-26 Guillaume GomezRollup merge of #53626 - kzys:hashchange, r=GuillaumeGomez
2018-08-26 Guillaume GomezRollup merge of #53428 - RalfJung:libtest-terse, r...
2018-08-26 Guillaume GomezRollup merge of #53043 - GuillaumeGomez:improve-unstabl...
2018-08-26 borsAuto merge of #53629 - nnethercote:lazier-SparseBitMatr...
2018-08-26 Jorge Aparicioadd the other two targets to the manifest
2018-08-26 Jorge Aparicioremove no longer needed Docker images
2018-08-26 Jorge Apariciofix docker build for the armebv7r-none-eabi target
2018-08-26 Jorge Apariciomore consistent llvm triples
next