]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-15 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_tuple.
2019-06-15 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_repeat.
2019-06-15 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_array.
2019-06-15 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_cast.
2019-06-15 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_loop.
2019-06-15 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_while.
2019-06-15 Mazdak Farrokhzadtypeck/expr.rs: move check_expr_assign here.
2019-06-15 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_return.
2019-06-15 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_break.
2019-06-14 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_path.
2019-06-14 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_addr_of.
2019-06-14 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_unary.
2019-06-14 Mazdak Farrokhzadtypeck/expr.rs: extract out check_expr_box.
2019-06-14 Mazdak Farrokhzadtypeck: check_expr_kind -> expr.rs
2019-06-14 Alexander RegueiroMinor cosmetic improvements to accompany PR 61825
2019-06-14 Esteban Küberreview comments: move diagnostic code out of happy...
2019-06-14 Esteban KüberTweak transparent enums and unions diagnostic spans
2019-06-14 Ralf Jungupdate miri
2019-06-14 Esteban Küberreview comment: do not rely on path str to identify...
2019-06-14 Matthew JasperUse `sym` constansts for `PrimitiveTypeTable` keys
2019-06-14 Matthew JasperAvoid some unnecessary symbol interner operations
2019-06-14 Esteban Küberreview comments: avoid string modification
2019-06-14 Aaron KutchChange `...` to `..=` where applicable
2019-06-14 borsAuto merge of #61817 - eddyb:begone-gcx-attempt-2,...
2019-06-14 Eduard-Mihai... Run `rustfmt --file-lines ...` for changes from previou...
2019-06-14 Eduard-Mihai... Unify all uses of 'gcx and 'tcx.
2019-06-14 borsAuto merge of #61421 - vorner:string-in-rc-into-raw...
2019-06-14 Yuki OkushiFix examples
2019-06-14 Felix S Klock IIput back the workarounds for #60846
2019-06-14 borsAuto merge of #61679 - zackmdavis:maybe_dont_indicate_t...
2019-06-14 Marc-Antoine... rustbuild: include llvm-libunwind in dist tarball
2019-06-14 Ralf Jungmake sure we use cfg-if as a std dependency
2019-06-14 Ralf Jungnote some safety concerns of raw-ptr-to-ref casts
2019-06-14 Mazdak Farrokhzadtype_alias_enum_variants: add regression test for ...
2019-06-14 Zack M. Davisin which we decline to lint single-use lifetimes in...
2019-06-14 Zack M. Davisin which we decline to suggest the anonymous lifetime...
2019-06-14 Mazdak FarrokhzadPatKind::Path: avoid calling resolve_ty_and_res_ufcs...
2019-06-14 borsAuto merge of #61803 - Centril:write_resolution, r...
2019-06-14 borsAuto merge of #61792 - lzutao:issue-51301, r=Centril
2019-06-14 Yuki OkushiAdd explanation for E0592
2019-06-14 Esteban KüberVerify that the clone method call actually corresponds...
2019-06-13 Esteban KüberWhen suggesting to borrow, remove useless clones
2019-06-13 David Woodtypeck: Fix ICE for blocks in repeat expr count.
2019-06-13 borsAuto merge of #61639 - Mark-Simulacrum:bootstrap-cleanu...
2019-06-13 Matthew JasperAdd a test for simple matches
2019-06-13 Matthew JasperAdd some more comments on how TestKind works
2019-06-13 Matthew JasperGenerate MIR thats easier for llvm for str matches
2019-06-13 Matthew JasperCall str::eq and <[T]>::eq for match comparisons
2019-06-13 Matthew JasperCreate fewer basic blocks in match MIR lowering
2019-06-13 borsAuto merge of #61772 - alexcrichton:pr-and-master-build...
2019-06-13 Mark RousskovRemove unnecessary Std dependency
2019-06-13 Mark RousskovDelete unused fields on Crate struct
2019-06-13 Mark RousskovInline prepare_tool_cmd
2019-06-13 Mark RousskovDelete unnecessary command
2019-06-13 Mark RousskovDelete Rustbook step
2019-06-13 Mazdak Farrokhzadtypeck: small refactoring, add 'fn write_resolution'
2019-06-13 Alex Crichtonci: Enable toolstate tracking on Azure
2019-06-13 borsAuto merge of #61799 - Centril:rollup-vpm5uxr, r=Centril
2019-06-13 Mazdak FarrokhzadRollup merge of #61791 - Centril:cleanup-check_pat_path...
2019-06-13 Mazdak FarrokhzadRollup merge of #61766 - matthiaskrgr:submodule_upd...
2019-06-13 Mazdak FarrokhzadRollup merge of #61757 - sfackler:deprecate-once-init...
2019-06-13 Mazdak FarrokhzadRollup merge of #61720 - alexcrichton:libstd-cfg-if...
2019-06-13 Mazdak FarrokhzadRollup merge of #61598 - estebank:const-idx, r=oli-obk
2019-06-13 Michal 'vorner... docs: Use String in Rc::into_raw examples
2019-06-13 Felix S Klock IIrevert change incorrectly identified as "hack"
2019-06-13 borsAuto merge of #61743 - RalfJung:miri, r=oli-obk
2019-06-13 Ralf Jungupdate miri
2019-06-13 Matthias Krügersubmodules: update clippy from c0dbd34b to 7b2a7a22
2019-06-13 Steven FacklerDeprecate ONCE_INIT
2019-06-13 borsAuto merge of #61597 - lnicola:bump-rand, r=alexcrichton
2019-06-13 Lzu TaoAdd ui test for issue 51301
2019-06-13 Mazdak FarrokhzadSmall cleanup in check_pat_path.
2019-06-13 borsAuto merge of #61789 - Centril:rollup-hhyvopq, r=Centril
2019-06-12 Mazdak FarrokhzadRollup merge of #61776 - JohnTitor:fix-typo-in-error...
2019-06-12 Mazdak FarrokhzadRollup merge of #61763 - pietroalbini:azure-fix-conditi...
2019-06-12 Mazdak FarrokhzadRollup merge of #61762 - Keruspe:rustbuild-libtest...
2019-06-12 Mazdak FarrokhzadRollup merge of #61761 - lzutao:target-tuple-solaris...
2019-06-12 Mazdak FarrokhzadRollup merge of #61750 - tmandry:fix-install, r=Mark...
2019-06-12 Mazdak FarrokhzadRollup merge of #61675 - fintelia:riscv-frame-pointer...
2019-06-12 Mazdak FarrokhzadRollup merge of #61629 - petrochenkov:stdmac, r=alexcri...
2019-06-12 Mazdak FarrokhzadRollup merge of #61398 - kennytm:stabilize-copy-within...
2019-06-12 Mazdak FarrokhzadRollup merge of #60376 - lzutao:stabilize-option_xor...
2019-06-12 Esteban KüberHandle index out of bound errors during const eval...
2019-06-12 Niko Matsakiscorrectly set the `reached_depth` field
2019-06-12 Matthew JasperAvoid unnecessary false edges in MIR match lowering
2019-06-12 Matthew JasperMake `FalseEdges` always have two targets
2019-06-12 John Kåre AlsakerAdd a RUSTC_TIME env var to time rust crates during...
2019-06-12 John Kåre AlsakerIgnore NVPTX tests
2019-06-12 John Kåre AlsakerAdd a limit_rdylib_exports option and disable it for...
2019-06-12 John Kåre AlsakerLimit dylib symbols
2019-06-12 borsAuto merge of #61426 - Zoxc:just-tcx-mir-building,...
2019-06-12 Lzu TaoAdd an alias for x86_64-sun-solaris target tuple
2019-06-12 Niko Matsakisadd more debug logs
2019-06-12 Niko Matsakisremove hacks that are no longer needed
2019-06-12 Niko Matsakisadd the "provisional cache"
2019-06-12 Niko Matsakisadd in a depth-first number for stack entries
2019-06-12 Niko Matsakisintroduce ProvisionalEvaluationCache
2019-06-12 Niko Matsakisexecute cycle check before we consider caching
2019-06-12 Vadim PetrochenkovHygienize macros in the standard library
2019-06-12 John Kåre AlsakerUse a single lifetime for MIR construction
next