]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #68469 - ollie27:skip_count, r=sfackler
[rust.git] / src /
2020-01-20 Matthew ParkinsonAdded minor clarification to specification of realloc.
2020-01-20 Dylan MacKenzieUpdate tests
2020-01-20 Dylan MacKenzieParse `?const ?Trait`
2020-01-20 Dylan MacKenzieIgnore filelength for `astconv`
2020-01-20 Dylan MacKenzieTrack constness while lowering bounds
2020-01-20 Dylan MacKenzieAdd `ConstnessAnd` that implements `ToPredicate`
2020-01-20 Dylan MacKenzieAdd `constness` field to `ty::Predicate::Trait`
2020-01-20 Dylan MacKenzieRevert "Add a `constness` field to `ast::TraitRef`"
2020-01-20 Dylan MacKenzieAdd `MaybeConst` variant to `{ast,hir}::TraitBoundModifier`
2020-01-20 Jorge AparicioMerge branch 'master' into bare-metal-cortex-a
2020-01-20 Dylan MacKenzieStore `impl const` in `ItemKind::Impl`
2020-01-20 Dylan MacKenzieAdd `constness` field to `hir::ItemKind::Impl`
2020-01-20 Dylan MacKenzieAdd `constness` field to `ast::ItemKind::Impl`
2020-01-20 borsAuto merge of #68380 - Dylan-DPC:rollup-a7moqmr, r...
2020-01-20 Dylan DPCRollup merge of #68365 - GuillaumeGomez:clean-up-err...
2020-01-20 Dylan DPCRollup merge of #68357 - ollie27:rustdoc_test_errors...
2020-01-20 Dylan DPCRollup merge of #68353 - Centril:code-liberation, r...
2020-01-20 Dylan DPCRollup merge of #68335 - RalfJung:drop-in-place, r...
2020-01-20 Dylan DPCRollup merge of #68326 - ollie27:rustdoc_hightlight_fat...
2020-01-20 Dylan MacKenzieDocument all methods
2020-01-20 Dylan MacKenzieExplain motivation for `GenKill` trait
2020-01-20 Esteban Küberreview comments
2020-01-20 Esteban KüberDeal with stabilization of `feature(slice_patterns)`
2020-01-20 Esteban Küberreview comments: use closures
2020-01-20 Esteban Küberreview comments
2020-01-20 Esteban KüberWhen encountering an expected named lifetime and none...
2020-01-20 Esteban KüberWhen encountering an undefined named lifetime, point...
2020-01-20 borsAuto merge of #68057 - Aaron1011:fix/marker-trait-selec...
2020-01-19 Yuki OkushiReplace `walk_callee` with `consume_expr`
2020-01-19 Adam PerryTest that ReifyShim + caller_location return the def...
2020-01-19 Eduard-Mihai Burtescurustc_mir: don't require a self argument for ReifyShim.
2020-01-19 Adam PerryInstanceDef::requires_caller_location limited to items.
2020-01-19 Adam PerryAdd failing #[track_caller] test with fn pointers.
2020-01-19 Yuki OkushiFix ICE #68025
2020-01-19 borsAuto merge of #68343 - matthiaskrgr:submodule_upd,...
2020-01-19 Ralf Jungfix real_drop_in_place in comments
2020-01-19 Ralf Jungadjust codegen-units tests
2020-01-19 Guillaume Gomezclean up E0204 explanation
2020-01-19 Guillaume Gomezclean up E0201 explanation
2020-01-19 borsAuto merge of #68363 - Dylan-DPC:rollup-33enndv, r...
2020-01-19 Matthias Krügersubmodules: update clippy from a8d90f6a to fd0428f6
2020-01-19 Dylan DPCRollup merge of #68348 - xfix:patch-14, r=nagisa
2020-01-19 Dylan DPCRollup merge of #68247 - GuillaumeGomez:clean-up-err...
2020-01-19 Dylan DPCRollup merge of #67682 - wesleywiser:remove_opty_const_...
2020-01-19 Tobias KortkampAdd -Wl,-znotext to default linker flags to link with...
2020-01-19 borsAuto merge of #67758 - ssomers:testing_range, r=Mark...
2020-01-19 borsAuto merge of #68030 - cuviper:llvm-9.0.1, r=nikic
2020-01-18 Oliver Middletonrustdoc: Fix handling of compile errors when running...
2020-01-18 Wesley Wiser[const-prop] Run `x.py fmt`
2020-01-18 Wesley Wiser[const-prop] Remove useless typedef
2020-01-18 Mazdak Farrokhzadremove rustc_error_codes deps except in rustc_driver
2020-01-18 borsAuto merge of #68351 - Centril:rollup-0gzuh0p, r=Centril
2020-01-18 Mazdak FarrokhzadRollup merge of #68342 - lcnr:type_name_docs, r=Dylan-DPC
2020-01-18 Mazdak FarrokhzadRollup merge of #68341 - fusion-engineering-forks:insta...
2020-01-18 Mazdak FarrokhzadRollup merge of #68340 - GuillaumeGomez:clean-up-e0200...
2020-01-18 Mazdak FarrokhzadRollup merge of #68224 - GuillaumeGomez:prevent-urls...
2020-01-18 Mazdak FarrokhzadRollup merge of #67712 - Centril:stabilize-slice_patter...
2020-01-18 Mazdak Farrokhzadslice_patterns: address review comments
2020-01-18 Mazdak Farrokhzadslice_patterns: remove from unstable book
2020-01-18 Mazdak Farrokhzadslice_patterns: organize some tests
2020-01-18 Mazdak Farrokhzadslice_patterns: remove gates in tests
2020-01-18 Mazdak Farrokhzadslice_patterns: remove feature gate test
2020-01-18 Mazdak Farrokhzadslice_patterns: remove internal uses of gate
2020-01-18 Konrad BorowskiAdd a test for iter::empty::<*mut i32> being Sync and...
2020-01-18 Konrad BorowskiMake iter::Empty<T> implement Send and Sync for any T
2020-01-18 Mazdak Farrokhzadslice_patterns: adjust error codes
2020-01-18 Mazdak Farrokhzadstabilize slice_patterns
2020-01-18 borsAuto merge of #68001 - Marwes:lexical_region_resolve...
2020-01-18 Guillaume Gomezclean up e0200 explanation
2020-01-18 lcnr/Bastian Kauschkeimprove type_name_of_val docs
2020-01-18 Mara BosFix table of syscalls in docs of std::time::SystemTime.
2020-01-18 Mara BosFix table of syscalls in docs of std::time::Instant.
2020-01-18 msizanoen1Add `riscv64gc-unknown-linux-gnu` into target list...
2020-01-18 borsAuto merge of #68170 - wesleywiser:stop_const_prop_ref_...
2020-01-18 Ralf Jungadjust ui tests
2020-01-18 Ralf Jungadjust mir-opt tests
2020-01-18 Ralf Jungget rid of real_drop_in_place again
2020-01-18 borsAuto merge of #68037 - msizanoen1:riscv-ci, r=alexcrichton
2020-01-18 borsAuto merge of #67940 - JohnTitor:rustc-guide, r=JohnTitor
2020-01-18 borsAuto merge of #68330 - tmandry:rollup-5v29y9r, r=tmandry
2020-01-18 Tyler MandryRollup merge of #68317 - GuillaumeGomez:clean-up-e0199...
2020-01-18 Tyler MandryRollup merge of #68314 - oli-obk:true_unwind, r=eddyb
2020-01-18 Tyler MandryRollup merge of #68312 - varkor:issue-67753-regression...
2020-01-18 Tyler MandryRollup merge of #68291 - tmiasko:sanitizer-tests, r...
2020-01-18 Tyler MandryRollup merge of #68279 - GuillaumeGomez:clean-up-e0198...
2020-01-18 Tyler MandryRollup merge of #68256 - estebank:bad-sugg-span, r...
2020-01-18 Tyler MandryRollup merge of #68204 - ecstatic-morse:item-kind-impl...
2020-01-18 Tyler MandryRollup merge of #68093 - GuillaumeGomez:fix-deref-impl...
2020-01-18 Tyler MandryRollup merge of #66660 - jumbatm:dont_warn_about_snake_...
2020-01-18 Dylan MacKenzieUse named fields for `hir::ItemKind::Impl`
2020-01-18 Jethro BeekmanActually pass target LLVM args to LLVM
2020-01-17 Dylan MacKenzieUse named fields for `ast::ItemKind::Impl`
2020-01-17 Vita Batrlarefactor fix using cfg_if! (fix build)
2020-01-17 Oliver Middletonrustdoc: Catch fatal errors when syntax highlighting
2020-01-17 Vita Batrlarefactor fix using cfg_if!
2020-01-17 borsAuto merge of #67476 - mark-i-m:simplify-borrow_check...
2020-01-17 Vadim PetrochenkovFix some tests failing in `--pass check` mode
2020-01-17 Guillaume GomezClean up E0199 explanation
2020-01-17 Guillaume Gomezformatting
2020-01-17 Guillaume GomezExtend url in heading test a bit
next