]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-06 Simon SapinAdd `{f32,f64}::approx_unchecked_to<Int>` unsafe methods
2019-12-06 Simon SapinMake `core::convert` a directory-module with `mod.rs`
2019-12-06 Markus ReiterRemove boxed closures in address parser.
2019-12-06 varkorUse `Instant::now` lazily
2019-12-06 varkorRename to `then_some` and `then`
2019-12-06 varkorUse `as_ref().map()` rather than `is_some().to_option()`
2019-12-06 varkorFix libcore tests
2019-12-06 varkorUse `to_option_with` in several places
2019-12-06 varkorUse `to_option` in various places
2019-12-06 varkorRename `bool`'s `then` to `to_option`
2019-12-06 Remy Rakicadd subset relations test using polonius
2019-12-06 Remy Rakicappease the vociferous tidy
2019-12-06 Remy Rakicbless polonius output due to lacking the 'static specia...
2019-12-06 Remy Rakicbless polonius output of test ui/nll/outlives-suggestio...
2019-12-06 Remy Rakicbless polonius output of test hrtb-perfect-forwarding.rs
2019-12-06 Remy RakicImplement subset errors using Polonius
2019-12-06 Remy RakicPolonius: emit `placeholder` and `known_subset` facts...
2019-12-06 Remy RakicUniversalRegionRelations: add a way to list the base...
2019-12-06 Remy RakicAdd a way to list the base non-transitive edges in...
2019-12-06 lqdupdate to polonius 0.11 to compute subset errors
2019-12-06 Alex AktsipetrovMake try_mark_previous_green aware of cycles.
2019-12-06 borsAuto merge of #67080 - JohnTitor:rollup-2t6fm3u, r...
2019-12-06 Ömer Sinan... Fix Query type docs
2019-12-06 Yuki OkushiRollup merge of #67066 - alexcrichton:update-wasi-libc...
2019-12-06 Yuki OkushiRollup merge of #67065 - alexcrichton:update-wasi,...
2019-12-06 Yuki OkushiRollup merge of #67041 - Wind-River:master_base, r...
2019-12-06 Yuki OkushiRollup merge of #67021 - elichai:2019-12-fmt, r=QuietMi...
2019-12-06 Yuki OkushiRollup merge of #67017 - GuillaumeGomez:long-err-explan...
2019-12-06 Yuki OkushiRollup merge of #66979 - reese:E0631-long-error, r...
2019-12-06 Yuki OkushiRollup merge of #66974 - cuviper:not-isCI, r=alexcrichton
2019-12-06 Yuki OkushiRollup merge of #66900 - GuillaumeGomez:clean-up-err...
2019-12-06 Yuki OkushiRollup merge of #66764 - estebank:reword-bad-collect...
2019-12-06 Yuki OkushiRollup merge of #66649 - Wind-River:master_xyz, r=alexc...
2019-12-06 Kamlesh Kumaraccept union inside enum if not followed by identifier
2019-12-06 Adam Perry`#[track_caller]` suppresses MIR inlining.
2019-12-06 Adam PerryError message no longer implies #[track_caller] is...
2019-12-06 Adam PerryAdd test for Location::caller in a macro.
2019-12-06 Adam PerryImplement core::panic::Location::caller using #[track_c...
2019-12-06 Adam PerryRemove #[track_caller] from incomplete features list.
2019-12-06 Adam PerryPass a location to #[track_caller] functions in codegen...
2019-12-06 Adam PerryAdd caller_location paramter to FnAbi::new_internal.
2019-12-06 Adam PerryGenerate &core::panic::Location type in a single place.
2019-12-06 Adam PerryAdd field to FunctionCx for passing caller location.
2019-12-06 Adam PerryAdd failing test for codegen'd track_caller attribute.
2019-12-06 Adam PerryRename test filename to match others.
2019-12-06 Adam PerryImplement #[track_caller] in const.
2019-12-06 borsAuto merge of #66835 - AviKozokin:master, r=alexcrichton
2019-12-06 Paul Daniel... rustc_codegen_ssa: Fix line accidentally reverted durin...
2019-12-06 Paul Daniel... rustc_mir: Fix tidy line lengths
2019-12-06 Paul Daniel... rustc: Apply clearer naming to BodyAndCache, fix Deref...
2019-12-06 borsAuto merge of #66911 - eddyb:nicer-rustc_regions, r...
2019-12-05 Ralf Junguse abort instead of unreachable
2019-12-05 Esteban KüberDo not ICE on closure typeck
2019-12-05 borsAuto merge of #67060 - Centril:rollup-hwhdx4h, r=Centril
2019-12-05 Alex CrichtonUpdate the revision of wasi-libc used in wasm32-wasi
2019-12-05 Alex CrichtonFix fetching arguments on the wasm32-wasi target
2019-12-05 Mazdak FarrokhzadRollup merge of #67055 - lqd:const_qualif, r=oli-obk
2019-12-05 Mazdak FarrokhzadRollup merge of #67045 - Centril:parser-import-clean...
2019-12-05 Mazdak FarrokhzadRollup merge of #67044 - Centril:67037, r=estebank
2019-12-05 Mazdak FarrokhzadRollup merge of #67011 - Aaron1011:fix/expected-found...
2019-12-05 Mazdak FarrokhzadRollup merge of #67010 - estebank:raw-idents, r=Centril
2019-12-05 Mazdak FarrokhzadRollup merge of #67005 - andrewbanchich:master, r=josht...
2019-12-05 Mazdak FarrokhzadRollup merge of #67002 - JayXon:patch-1, r=Dylan-DPC
2019-12-05 Mazdak FarrokhzadRollup merge of #66863 - osa1:fix_66702, r=cramertj
2019-12-05 Mazdak FarrokhzadRollup merge of #66710 - vorner:weak-into-raw-null...
2019-12-05 borsAuto merge of #66828 - GuillaumeGomez:less-minification...
2019-12-05 Remy Rakicupdate comment to explain the importance of this check...
2019-12-05 borsAuto merge of #66815 - mark-i-m:simplify-borrow_check...
2019-12-05 Michal 'vorner... weak-into-raw: Clarify some details in Safety
2019-12-05 Remy Rakicadd regression test for issue 67053
2019-12-05 Remy Rakiclibcore: rnable 2 unstable const fn features
2019-12-05 Remy Rakicmake const-qualif look at more `const fn`s
2019-12-05 Ralf Jungcomments
2019-12-05 Ralf Jungadd a test
2019-12-05 Ralf Jungcodegen: mark invalid SetDiscriminant unreachable
2019-12-05 Konrad BorowskiAdd UI test for Pin PartialEq unsoundness
2019-12-05 Konrad BorowskiDocument why Pin implementations aren't derived
2019-12-05 Konrad BorowskiUse deref target in Pin trait implementations
2019-12-05 borsAuto merge of #66952 - 0dvictor:print, r=rkruppe
2019-12-05 Mazdak Farrokhzadrustc_parser: cleanup imports
2019-12-05 borsAuto merge of #66520 - alexcrichton:disable-gdb-wasm...
2019-12-05 Mazdak FarrokhzadE0023: handle expected != pat-tup-type
2019-12-05 Alex CrichtonDisable gdb pretty printer global section on wasm targets
2019-12-05 n-salimMerge pull request #46 from Wind-River/master_base_V7LI...
2019-12-05 Tomasz MiąskoSimplify {IoSlice, IoSliceMut}::advance examples and...
2019-12-04 borsAuto merge of #67038 - RalfJung:miri, r=RalfJung
2019-12-04 Ralf Jungupdate miri
2019-12-04 Josh StoneMigrate to LLVM{Get,Set}ValueName2
2019-12-04 borsAuto merge of #66866 - oli-obk:const_fn_memoization...
2019-12-04 Oliver SchererUpdate src/librustc_mir/interpret/terminator.rs
2019-12-04 Mark Mansimore private
2019-12-04 Mark Mansiminor fix
2019-12-04 Mark Mansifix some imports
2019-12-04 Mark Mansimove region errors to diagnostics module
2019-12-04 Mark Mansifix imports
2019-12-04 Mark Mansimove explain_borrow to diagnostics
2019-12-04 Mark Mansifix imports
2019-12-04 Mark Mansicreate new borrow_check::diagnostics module and move...
2019-12-04 Jethro BeekmanSGX: Fix target linker used by bootstrap
2019-12-04 borsAuto merge of #66408 - nnethercote:greedy-process_oblig...
next