]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 #46616 - cramertj:impl-trait-elision...
2017-12-13 borsAuto merge of #46613 - petrochenkov:absext, r=nikomatsakis
2017-12-12 borsAuto merge of #46570 - AgustinCB:issue-46553, r=oli-obk
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 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
2017-12-09 borsAuto merge of #46603 - ollie27:rustdoc_slice_u8, r...
2017-12-09 Oliver Middletonrustdoc: Include `impl [u8]` in the docs
2017-12-09 borsAuto merge of #46581 - tmccombs:drain_filter_drop,...
2017-12-09 Thayne McCombsRevert "Make drop impl stable for DrainFilter"
2017-12-09 borsAuto merge of #46586 - GuillaumeGomez:fix-mobile-import...
2017-12-09 borsAuto merge of #46573 - jseyfried:add_decl_macro_test...
2017-12-08 borsAuto merge of #45837 - SimonSapin:file_read_write,...
2017-12-08 borsAuto merge of #46563 - michaelwoerister:make-anon-globa...
2017-12-08 Simon Sapinfs::{read, read_string, write}: add tracking issue...
2017-12-08 Ramana VenkataFix bad error message for cannot_reborrow_already_uniqu...
2017-12-08 Guillaume GomezFixes doc important trait display on mobile
2017-12-08 borsAuto merge of #46247 - GuillaumeGomez:md-warnings,...
2017-12-08 borsAuto merge of #46556 - michaelwoerister:enable-query...
2017-12-08 Michael Woeristerincr.comp.: Fix merge fallout.
2017-12-08 Michael Woeristerincr.comp.: Make Span decoding more consistent so it...
2017-12-08 Michael WoeristerRemove some svh-tests from run-pass.
2017-12-08 Michael Woeristerincr.comp.: Hash spans unconditionally for full accuracy.
2017-12-08 Michael Woeristerincr.comp: Cache results of more queries.
2017-12-08 borsAuto merge of #46549 - alexcrichton:thinlto-weak, r...
2017-12-08 Agustin Chiappe... deny instead of warn
2017-12-08 Thayne McCombsMake drop impl stable for DrainFilter
2017-12-08 Thayne McCombsAdd Drop impl for linked_list::DrainFilter
next