]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-07-21 Santiago PastorinoPlace::as_place_ref is now Place::as_ref
2019-07-21 borsAuto merge of #59706 - matklad:the-essence-of-lexer...
2019-07-21 borsAuto merge of #60913 - spastorino:place2_4, r=oli-obk
2019-07-20 Aleksey KladovIntroduce rustc_lexer
2019-07-20 borsAuto merge of #62789 - GuillaumeGomez:update-pulldown...
2019-07-20 Guillaume GomezUpdate pulldown-cmark version
2019-07-20 borsAuto merge of #62710 - estebank:bad-named-args, r=petro...
2019-07-20 Santiago PastorinoAvoid cloning Place in check_and_patch
2019-07-20 Santiago PastorinoAvoid cloning Place in visit_rvalue
2019-07-20 Santiago PastorinoAvoid cloning Place in assign #2
2019-07-20 Santiago PastorinoAvoid cloning Place in assign #1
2019-07-20 Santiago PastorinoAvoid cloning Place in in_projection_structurally
2019-07-20 Santiago PastorinoAvoid cloning Place in is_stable
2019-07-20 Santiago PastorinoAvoid unneeded else branches
2019-07-20 Santiago PastorinoAvoid cloning Place in gather_init
2019-07-20 Santiago PastorinoAvoid cloning Place in calculate_fake_borrows
2019-07-20 Santiago PastorinoAvoid cloning Place in limit_capture_mutability
2019-07-20 Santiago PastorinoAvoid cloning Place in report_cannot_move_from_borrowed...
2019-07-20 Santiago PastorinoAvoid cloning Place in report_cannot_move_from_static
2019-07-20 Santiago PastorinoAvoid cloning Place in check_access_permissions
2019-07-20 Santiago PastorinoAvoid cloning Place in append_place_to_string
2019-07-20 Santiago PastorinoAvoid cloning Place in classify_drop_access_kind
2019-07-20 Santiago PastorinoAvoid cloning Place in describe_place_for_conflicting_b...
2019-07-20 Santiago PastorinoAvoid cloning Place in report_use_of_moved_or_uninitial...
2019-07-20 Santiago PastorinoRemove explicit lifetime
2019-07-20 Santiago PastorinoRemove explicit return from last line of fn
2019-07-20 Santiago PastorinoAvoid cloning Place in codegen_place
2019-07-20 Santiago PastorinoImplement Place::as_place_ref
2019-07-20 Santiago PastorinoAvoid cloning place in LocalAnalyzer visitor
2019-07-20 Santiago PastorinoMigrate from Place enum to Place struct
2019-07-20 borsAuto merge of #62008 - ia0:issues_61053, r=petrochenkov
2019-07-19 borsAuto merge of #62705 - petrochenkov:oh-bye-mark, r...
2019-07-19 Julien CretinImplement checks for meta-variables in macros
2019-07-19 Julien CretinRemember the span of the Kleene operator in macros
2019-07-19 borsAuto merge of #62690 - alexcrichton:azure-update, r...
2019-07-19 Alex Crichtonazure: Prepare configuration for 4-core machines
2019-07-19 borsAuto merge of #62679 - Xanewok:after-expansion, r=Zoxc
2019-07-19 Vadim Petrochenkovhygiene: Tweak naming some more
2019-07-19 Vadim PetrochenkovAdjust other names after the `Mark` renaming
2019-07-19 Vadim Petrochenkovlibsyntax: Remove `Mark` into `ExpnId`
2019-07-19 borsAuto merge of #62694 - lundibundi:help-infer-fn-ret...
2019-07-19 borsAuto merge of #62684 - petrochenkov:scopevisit, r=davidtwco
2019-07-18 borsAuto merge of #61749 - davidtwco:rfc-2203-const-array...
2019-07-18 borsAuto merge of #62782 - Mark-Simulacrum:rollup-1hz5ya6...
2019-07-18 Mark RousskovRollup merge of #62778 - jsgf:notify-dep-info, r=petroc...
2019-07-18 Mark RousskovRollup merge of #62777 - gilescope:self-referencial...
2019-07-18 Mark RousskovRollup merge of #62774 - smaeul:pr/simd-tests, r=petroc...
2019-07-18 Mark RousskovRollup merge of #62764 - fakenine:normalize_use_of_back...
2019-07-18 Mark RousskovRollup merge of #62752 - nikic:llvm-disable-z3, r=alexc...
2019-07-18 Mark RousskovRollup merge of #62749 - chocol4te:fix_60633, r=estebank
2019-07-18 Mark RousskovRollup merge of #62745 - BaoshanPang:master, r=nikic
2019-07-18 Mark RousskovRollup merge of #62740 - lzutao:patch-2, r=alexcrichton
2019-07-18 Mark RousskovRollup merge of #62732 - nathanwhit:fix_mem_uninit...
2019-07-18 Mark RousskovRollup merge of #62730 - matthewjasper:hygiene-tests...
2019-07-18 Mark RousskovRollup merge of #62728 - DutchGhost:fix-double-wording...
2019-07-18 Mark RousskovRollup merge of #62712 - limira:self-type-help, r=estebank
2019-07-18 Mark RousskovRollup merge of #62696 - chocol4te:fix_#62194, r=estebank
2019-07-18 Mark RousskovRollup merge of #62615 - wesleywiser:pgo_error, r=nagisa
2019-07-18 Mark RousskovRollup merge of #61926 - scottmcm:vec-vecdeque, r=Mark...
2019-07-18 borsAuto merge of #62682 - alessandrod:issue-58375, r=eddyb
2019-07-18 Vadim Petrochenkovresolve: Support resolving macro paths without macro...
2019-07-18 Vadim Petrochenkovresolve: Attempt to resolve unresolved paths in macro...
2019-07-18 Vadim Petrochenkovresolve: Move some common code into the scope visitor
2019-07-18 Vadim Petrochenkovresolve: Visit all scopes to collect suggestion candida...
2019-07-18 Vadim Petrochenkovresolve: Use `feature(custom_attribute)` fallback only...
2019-07-18 Vadim Petrochenkovresolve: Decouple scope visiting process from visitor...
2019-07-18 Vadim Petrochenkovresolve: Rename `WhereToResolve` into `Scope`
2019-07-18 Vadim Petrochenkovresolve: Move some diagnostic code into `diagnostics.rs`
2019-07-18 borsAuto merge of #62671 - lzutao:tidy-lldb, r=alexcrichton
2019-07-18 Jeremy FitzhardingeEmit artifact notifications for dependency files
2019-07-18 Giles CopeSelf-referencial type renamed to recursive type.
2019-07-18 borsAuto merge of #62669 - estebank:suggest-assoc-type...
2019-07-18 Samuel HollandDisable simd_select_bitmask test on big endian
2019-07-17 borsAuto merge of #62733 - ehuss:update-mdbook, r=alexcrichton
2019-07-17 Samy Kaciminormalize use of backticks in compiler messages for...
2019-07-17 Giles CopeTest case for #62506.
2019-07-17 Eric HussUpdate mdbook, cargo, books
2019-07-17 borsAuto merge of #62757 - pietroalbini:fix-linuxtools...
2019-07-17 Ferdia McKeoghRequested change
2019-07-17 Pietro Albinici: include public credentials in the linuxtools pr job
2019-07-17 borsAuto merge of #62688 - topecongiro:rustfmt-1.3.3, r...
2019-07-17 Nikita PopovDisable Z3 in LLVM build
2019-07-17 Denys Otrishkorustc_typeck: improve diagnostics for -> _ fn return...
2019-07-17 Denys Otrishkorustc_typeck: extract common placeholder type diagnosti...
2019-07-17 Ferdia McKeoghDocument link_section arbitrary bytes
2019-07-17 borsAuto merge of #61339 - jridgewell:pointer-alignment...
2019-07-17 borsAuto merge of #62596 - cuviper:expect_none, r=rkruppe
2019-07-17 Baoshan Pangupdate data_layout and features
2019-07-17 topecongiroUpdate rustfmt to the latest master
2019-07-17 topecongiroUpdate rustfmt to 1.3.3
2019-07-17 lzutaoAdd missing link to Infallible in TryFrom doc
2019-07-17 borsAuto merge of #62714 - matthiaskrgr:submodule_upd,...
2019-07-17 nathanwhitRemove last use of mem::uninitialized from std::io...
2019-07-16 borsAuto merge of #62592 - nikic:actually-update-llvm,...
2019-07-16 Matthew JasperMake pretty-expanded-hygiene a `ui` test
2019-07-16 Matthew JasperChange all run-pass hygiene tests to `ui` tests
2019-07-16 Dodofound more repeated wording
2019-07-16 Dodofix double wording
2019-07-16 borsAuto merge of #61946 - BaoshanPang:vxworks, r=alexcrichton
2019-07-16 borsAuto merge of #62723 - Mark-Simulacrum:rollup-vjdzlam...
next