]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-09-06 Tim Neumannre-add accidentally removed line
2016-09-06 borsAuto merge of #36276 - jseyfried:fix_unused, r=nrc
2016-09-06 borsAuto merge of #36078 - ollie27:rustdoc_search_assoccons...
2016-09-06 Jeffrey SeyfriedAdd struct `AmbiguityError`.
2016-09-06 Jeffrey SeyfriedAdd field `used: Cell<bool>` to variant `NameBindingKin...
2016-09-06 Jeffrey SeyfriedAdd regression test.
2016-09-06 Jeffrey SeyfriedAvoid false positive unused import warnings.
2016-09-06 borsAuto merge of #36274 - Manishearth:rollup, r=Manishearth
2016-09-05 borsAuto merge of #35845 - frewsxcv:result-into-iter, r...
2016-09-05 borsAuto merge of #36281 - pnkfelix:fix-issue-36036, r...
2016-09-05 borsAuto merge of #36200 - mattico:fix-llvm-linkage, r...
2016-09-05 borsAuto merge of #35787 - canndrew:bang_type_refactor_chec...
2016-09-05 Felix S. Klock IIFix issue #36036.
2016-09-05 Manish GoregaokarRollup merge of #36245 - alexcrichton:add-back-accident...
2016-09-05 Manish GoregaokarRollup merge of #36242 - semarie:local-rebuild, r=alexc...
2016-09-05 Manish GoregaokarRollup merge of #36065 - acrrd:new_format_E0496, r...
2016-09-05 Manish GoregaokarRollup merge of #35983 - GuillaumeGomez:e0060_bonus...
2016-09-05 Manish GoregaokarRollup merge of #35845 - frewsxcv:result-into-iter...
2016-09-05 borsAuto merge of #36242 - semarie:local-rebuild, r=alexcri...
2016-09-05 Andrew CannRemove expr_ty method completely
2016-09-05 Andrew CannUndo unnecessary bookkeeping from last commit
2016-09-05 Andrew CannRemove use of expr_ty from coercions code
2016-09-05 Andrew CannMove write_ty to the bottom of check_pat
2016-09-05 Andrew CannFactor write_ty out of more pattern-checking functions
2016-09-05 Andrew CannFactor write_ty out of pattern-matching functions
2016-09-05 Andrew Canncheck_block_with_expected returns the checked type
2016-09-05 Andrew CannMove check_expr match block into its own method
2016-09-05 Andrew CannTidy. Rename variables.
2016-09-05 Andrew CannTidy
2016-09-05 Andrew CannAdd AdjustNeverToAny in check_expr
2016-09-05 Andrew CannFactor write_ty out of function checking functions
2016-09-05 Andrew CannFactor write_ty out of check_expr_closure
2016-09-05 Andrew CannFactor write_ty out of check_struct_expr
2016-09-05 Andrew CannFactor write_ty out of field/indexing methods
2016-09-05 Andrew CannFactor write_ty out of more checking functions
2016-09-05 Andrew CannFactor write_ty out of check_binop*
2016-09-05 Andrew CannRemove redundant error checking around ExprMethodCall
2016-09-05 Andrew CannRemove most uses of expr_ty
2016-09-05 Andrew CannMake write_ty and friends return adjusted type
2016-09-05 borsAuto merge of #36240 - leeopop:master, r=jseyfried
2016-09-04 Matt IckstadtFix incorrect LLVM Linkage enum
2016-09-04 borsAuto merge of #36203 - petrochenkov:uvsdot, r=nrc
2016-09-04 borsAuto merge of #36144 - japaric:rustbuild-musl, r=alexcr...
2016-09-04 borsAuto merge of #36255 - Manishearth:rollup, r=Manishearth
2016-09-04 Manish GoregaokarRollup merge of #36234 - durka:disable-codegen-config...
2016-09-04 Manish GoregaokarRollup merge of #36231 - durka:patch-29, r=alexcrichton
2016-09-04 Manish GoregaokarRollup merge of #36225 - johnthagen:fix-nightly-docs...
2016-09-04 Manish GoregaokarRollup merge of #36212 - razielgn:updated-e0493-to...
2016-09-04 Manish GoregaokarRollup merge of #36132 - nrc:save-std, r=@eddyb
2016-09-04 Manish GoregaokarRollup merge of #36070 - gavinb:master, r=jonathandturner
2016-09-04 borsAuto merge of #36132 - nrc:save-std, r=@eddyb
2016-09-04 Vadim PetrochenkovReplace `_, _` with `..`
2016-09-04 Vadim PetrochenkovReplace `_, _, _` with `..`
2016-09-04 borsAuto merge of #36034 - ahmedcharles:orbit, r=eddyb
2016-09-04 Keunhong LeeAllow CompilerControllers to access rustc_plugin::regis...
2016-09-04 borsAuto merge of #36124 - eddyb:fast-array-init, r=alexcri...
2016-09-03 Guillaume GomezE0060 and E0061 improvement
2016-09-03 borsAuto merge of #36119 - arielb1:ctp-again, r=eddyb
2016-09-03 Corey FarwellIndicate where `core::result::IntoIter` is created.
2016-09-03 borsAuto merge of #36104 - KiChjang:issue-35847, r=brson
2016-09-03 Alex CrichtonAdd back feature accidentally removed
2016-09-03 borsAuto merge of #36016 - petrochenkov:union, r=nikomatsakis
2016-09-03 Sébastien MarieUse libraries from local-rust-root directory in configu...
2016-09-03 borsAuto merge of #36072 - arthurprs:binary_heap_opt, r...
2016-09-03 Vadim PetrochenkovFix type encoding/decoding for unions
2016-09-03 Vadim PetrochenkovAddress comments and add requested tests
2016-09-03 Vadim PetrochenkovFix rebase, fix some tests
2016-09-03 Vadim PetrochenkovSupport unions in borrow checker
2016-09-03 Vadim PetrochenkovSupport deriving some traits for unions
2016-09-03 Vadim PetrochenkovGenerate debuginfo for unions
2016-09-03 Vadim PetrochenkovTranslate union constants
2016-09-03 Vadim PetrochenkovFix rebase
2016-09-03 Vadim PetrochenkovFix buggy field access translation
2016-09-03 Vadim PetrochenkovImplement drop translation and add lint for unions...
2016-09-03 Vadim PetrochenkovMake accesses to union fields unsafe
2016-09-03 Vadim PetrochenkovCheck fields in union patters/expressions
2016-09-03 Vadim PetrochenkovImplement layout calculation and add more trans stubs
2016-09-03 Vadim PetrochenkovFix rebase + address comments
2016-09-03 Vadim PetrochenkovImplement encoding/decoding unions in metadata
2016-09-03 Vadim PetrochenkovSupport unions in rustdoc
2016-09-03 Vadim PetrochenkovSome better support for unions through the compiler
2016-09-03 Vadim PetrochenkovLower unions from AST to HIR and from HIR to types
2016-09-03 Vadim PetrochenkovAdd union types
2016-09-03 Vadim PetrochenkovAdd unions to definition map
2016-09-03 Vadim PetrochenkovAdd unions to HIR
2016-09-03 Vadim PetrochenkovAdd unions to AST
2016-09-03 borsAuto merge of #35957 - alexcrichton:macros-1.1, r=nrc
2016-09-03 Alex Burkarustbuild: add config.toml option to disable codegen...
2016-09-03 Alex Burkachange wording
2016-09-03 borsAuto merge of #35856 - phimuemue:master, r=brson
2016-09-03 borsAuto merge of #36227 - jonathandturner:rollup, r=jonath...
2016-09-02 Alex Burkaindicate where to copy config.toml.example
2016-09-02 Jonathan TurnerRollup merge of #36223 - abhiQmar:e0558-formatting...
2016-09-02 Jonathan TurnerRollup merge of #36210 - EugeneGonzalez:E0529, r=jonath...
2016-09-02 Jonathan TurnerRollup merge of #36205 - EugeneGonzalez:E0528, r=jonath...
2016-09-02 Jonathan TurnerRollup merge of #36198 - alexcrichton:fix-travis, r...
2016-09-02 Jonathan TurnerRollup merge of #36190 - 0xmohit:pr/issue-31216, r...
2016-09-02 Jonathan TurnerRollup merge of #36180 - frewsxcv:patch-33, r=alexcrichton
2016-09-02 Jonathan TurnerRollup merge of #36178 - jonathandturner:windows_colors...
2016-09-02 Jonathan TurnerRollup merge of #36171 - jonathandturner:temporary_valu...
next