]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-12-17 Sébastien Marieadd aarch64-unknown-openbsd support
2017-12-14 borsAuto merge of #46582 - nikomatsakis:nll-master-to-rust...
2017-12-13 borsAuto merge of #46708 - pnkfelix:fix-issue-46112, r...
2017-12-13 borsAuto merge of #46715 - kennytm:download-crosstool-ng...
2017-12-13 kennytmDownload the crosstool from GitHub instead of crosstool...
2017-12-13 Niko Matsakiscorrect comment in test
2017-12-13 Niko Matsakisadd FIXME related to constant well-formedness
2017-12-13 Niko Matsakiscomments for `defining_ty` and `compute_indices`
2017-12-13 Niko Matsakisdocument return value of `add_live_point`
2017-12-13 Niko Matsakisimprove comments on `safe_to_unsafe_fn_ty` and `coerce_...
2017-12-13 Niko Matsakischange to use an O(1) data structure for looking up...
2017-12-13 Niko Matsakisrefactor region value bitmatrix
2017-12-13 Niko Matsakisfix closure tests now that MIR typeck works properly
2017-12-13 borsAuto merge of #46550 - jseyfried:cleanup_builtin_hygien...
2017-12-13 Niko Matsakiswhen reifying a safe fn as an unsafe fn ptr, insert...
2017-12-13 Niko Matsakisnormalize fn sig as part of reification
2017-12-13 Santiago PastorinoMir typeck Cast for Unsize value
2017-12-13 Santiago PastorinoMir typeck Cast for ClosureFnPtr value
2017-12-13 Santiago PastorinoExtract coerce_closure_fn_ty function
2017-12-13 Santiago PastorinoMir typeck Cast for UnsafeFnPtr value
2017-12-13 Santiago PastorinoMir typeck Cast for ReifyFnPtr value
2017-12-13 Santiago PastorinoRestructure a bit check_aggregate_rvalue code
2017-12-13 Santiago PastorinoAdd more debug logs
2017-12-13 Santiago PastorinoCheck functions predicates
2017-12-13 Santiago PastorinoCheck Aggregate predicates
2017-12-13 Santiago PastorinoCheck NullaryOp Rvalue
2017-12-13 Niko Matsakisfix universal regions to handle constant expressions...
2017-12-13 Santiago PastorinoCheck Repeat Rvalue
2017-12-13 borsAuto merge of #46419 - jseyfried:all_imports_in_metadat...
2017-12-13 Jeffrey SeyfriedImprove pretty printing `$crate::` paths.
2017-12-13 Felix S. Klock IIRegression test for issue #46112.
2017-12-13 borsAuto merge of #46616 - cramertj:impl-trait-elision...
2017-12-13 borsAuto merge of #46613 - petrochenkov:absext, r=nikomatsakis
2017-12-13 Felix S. Klock IIFix #46112: visible_parent_map construction needs a...
2017-12-12 borsAuto merge of #46570 - AgustinCB:issue-46553, r=oli-obk
2017-12-12 Jeffrey SeyfriedRefactor `MarkData` field `modern: bool` to `kind:...
2017-12-12 Jeffrey SeyfriedFix fallout in tests.
2017-12-12 Vadim PetrochenkovResolve absolute paths as extern under a feature flag
2017-12-12 Vadim Petrochenkovrustc_metadata: Refactor away `ExternCrateInfo`
2017-12-12 borsAuto merge of #46696 - kennytm:rollup, r=kennytm
2017-12-12 kennytmRollup merge of #46694 - kennytm:temporarily-use-old...
2017-12-12 kennytmRollup merge of #46691 - varkor:contrib-3, r=rkruppe
2017-12-12 kennytmRollup merge of #46672 - GuillaumeGomez:fix-type-filter...
2017-12-12 kennytmRollup merge of #46668 - GuillaumeGomez:mobile-sidebar...
2017-12-12 kennytmTemporarily use the old Travis image.
2017-12-12 Taylor CramerImplement impl Trait lifetime elision
2017-12-12 varkorFix return value of `LLVMRustMetadataAsValue`
2017-12-12 borsAuto merge of #46647 - varkor:contrib-1, r=sfackler
2017-12-12 borsAuto merge of #46250 - canndrew:rename-never-type-impl...
2017-12-12 borsAuto merge of #46674 - malbarbo:undist-armv5te, r=alexc...
2017-12-12 borsAuto merge of #46598 - davidtwco:issue-46471, r=arielb1
2017-12-12 Andrew CannRename never_type_impls gate to never_type
2017-12-12 borsAuto merge of #46411 - rillian:str_ascii, r=kennytm
2017-12-12 borsAuto merge of #46657 - nikomatsakis:resolve-lifetimes...
2017-12-12 Marco A L BarbosaRemove armv5te target from dist-various-1
2017-12-11 Guillaume GomezFix type filter in rustdoc js
2017-12-11 David WoodUpdated existing tests with new error messages.
2017-12-11 David WoodRefactored and tidied up report function
2017-12-11 Guillaume GomezFix mobile doc style and improve search bar
2017-12-11 borsAuto merge of #46608 - estebank:resolve-return, r=nikom...
2017-12-11 Niko Matsakismake `krate` infallible
2017-12-11 David WoodFixed case where borrowed value lives until after scope
2017-12-11 David WoodFix error does not know about free/named lifetimes
2017-12-11 David WoodAdded test for #46472
2017-12-11 David WoodFix error message confuses locals and temporaries
2017-12-11 David WoodAdded test for #46471
2017-12-11 borsAuto merge of #46558 - arielb1:union-borrow-refactor...
2017-12-11 Niko Matsakismove `resolve_lifetimes` into a proper query
2017-12-11 Niko Matsakisresolve_lifetime: rustfmt
2017-12-11 borsAuto merge of #46640 - tommyip:ui_tests, r=estebank
2017-12-11 borsAuto merge of #46625 - emilio:moar-nits, r=kennytm
2017-12-11 borsAuto merge of #46624 - emilio:nit, r=kennytm
2017-12-10 borsAuto merge of #46248 - zackmdavis:one_time_private_enum...
2017-12-10 varkorAdd `std::fmt::Pointer` implementation for `AtomicPtr`
2017-12-10 Tommy IpUpdate ui tests' line numbers.
2017-12-10 Tommy IpAdd must-compile-successfully comment to appropriate...
2017-12-10 Tommy IpImply must-compile-successfully in ui-tests when the...
2017-12-10 Tommy IpEnforce successful ui tests to have must-compile-succes...
2017-12-10 borsAuto merge of #46232 - canndrew:never-docs, r=QuietMisd...
2017-12-10 Emilio Cobos... rustc_trans: Fix indentation in trans_set_discr.
2017-12-10 Emilio Cobos... infer: Fix typo in README.
2017-12-10 borsAuto merge of #46620 - bjorn3:remove-test-metric, r...
2017-12-10 Ariel Ben-Yehudacentralize `does_not_live_long_enough` error reporting
2017-12-10 Ariel Ben-Yehudaremove is_unique
2017-12-10 Ariel Ben-Yehudause `places_conflict` to handle reassignment
2017-12-10 Ariel Ben-Yehudaavoid passing the gen/kill bits to `start_block_effects`
2017-12-10 Ariel Ben-Yehudaclean up reassignment duplicate error prevention
2017-12-10 Ariel Ben-Yehudamove FlowAtLocation to be a dataflow abstraction
2017-12-10 Ariel Ben-Yehudastart extracting things into modules
2017-12-10 bjorn3Remove *MetricFn
2017-12-10 Andrew CannUpdate never_type docs based on feedback
2017-12-10 borsAuto merge of #46611 - GuillaumeGomez:type-mismatch...
2017-12-10 Jeffrey SeyfriedUse hygiene to access the injected crate (`core` or...
2017-12-10 borsAuto merge of #46602 - mbrubeck:try, r=kennytm
2017-12-10 Zack M. Davisone-time diagnostic and suggestion for reëxporting...
2017-12-10 Zack M. Davisone-time diagnostics: span_suggestion, generalize metho...
2017-12-10 Guillaume GomezFix switched types in type mismatch
2017-12-09 Esteban KüberResolve type on return type suggestion
2017-12-09 borsAuto merge of #46572 - vramana:fix-45638, r=estebank
2017-12-09 Matt BrubeckUse Try syntax for Option in place of macros or match
next