]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-11 Dylan MacKenzieUse exhaustive matching
2020-02-11 Dylan MacKenzieAdd note about `elaborate_drops::InitializationData`
2020-02-11 Dylan MacKenzieSkip caching block transfer functions for acyclic MIR
2020-02-11 Dylan MacKenzieUse new dataflow framework for `rustc_peek` tests
2020-02-11 Dylan MacKenzieUse new dataflow framework for drop elaboration and...
2020-02-11 Matthew JasperSpecify overflow checks behaviour in test
2020-02-11 Esteban KüberSuggestion when encountering assoc types from hrtb
2020-02-11 Jason LiquorishAdd self to .mailmap
2020-02-11 Andreas Jonsonremove some dependencies on itertools
2020-02-11 Dario Gonzalezmake the sgx arg cleanup implementation a no op
2020-02-11 borsAuto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r...
2020-02-11 Jane Lusbyremove intentionally failing test
2020-02-11 Dylan DPCRollup merge of #69055 - GuillaumeGomez:clean-up-e0307...
2020-02-11 Dylan DPCRollup merge of #69047 - ehuss:rustfmt-vendor, r=Centril
2020-02-11 Dylan DPCRollup merge of #69044 - jonas-schievink:dont-run-coher...
2020-02-11 Dylan DPCRollup merge of #69031 - Centril:dyntest, r=eddyb
2020-02-11 Dylan DPCRollup merge of #69022 - ljedrz:traits_tweak_vecs,...
2020-02-11 Dylan DPCRollup merge of #68824 - ajpaverd:cfguard-rustbuild...
2020-02-11 Dylan DPCRollup merge of #68816 - estebank:fn-mut-closure, r...
2020-02-11 Dylan DPCRollup merge of #66498 - bjorn3:less_feature_flags...
2020-02-11 borsAuto merge of #68725 - jumbatm:invert-control-in-struct...
2020-02-11 Tim DiekmannPreparation for allocator aware `Box`
2020-02-11 Guillaume GomezClean up E0307 explanation
2020-02-11 jumbatmFix stage2 test failures from call to span_lint.
2020-02-11 jumbatmAvoid allocs in a few places.
2020-02-11 jumbatmAddress review nitpicks.
2020-02-11 jumbatmMove more into decorate functions.
2020-02-11 jumbatmRun RustFmt
2020-02-11 jumbatmMake cx.span_lint methods lazy
2020-02-11 jumbatmMove more work into `decorate` functions.
2020-02-11 jumbatmRun RustFmt
2020-02-11 jumbatmAlso check for "use fully-qualified syntax".
2020-02-11 jumbatmBox `decorate` to avoid code bloat.
2020-02-11 jumbatmInvert control in struct_lint_level.
2020-02-11 Andrea CancianiImprove `char::is_ascii_*` code
2020-02-11 Victor DingSupport linking from a .rlink file
2020-02-11 Marc-Antoine... rustbuild: include channel in sanitizers installed...
2020-02-11 Nicholas NethercoteMicro-optimize the heck out of LEB128 reading and writing.
2020-02-11 borsAuto merge of #68961 - eddyb:dbg-stack-dunk, r=nagisa
2020-02-11 Jane Lusbybackwards again, god damnit
2020-02-11 Jane Lusbyrule over the code in libstd with an iron fist
2020-02-11 Jane Lusbymaximum alternative consistency!
2020-02-11 Aaron HillOnly use the parent if it's an opaque type
2020-02-11 Eric HussDon't rustfmt the vendor directory.
2020-02-11 ImgBotApp[ImgBot] Optimize images
2020-02-11 borsAuto merge of #68929 - matprec:consistent-issue-referen...
2020-02-11 Jane Lusbymake symbol printing consistent with backtrace_rs
2020-02-11 Jane Lusbyadd nice alt fmt for debug
2020-02-11 Jane Lusbyuse debug_map and skip empty frames
2020-02-10 Jane Lusbyremove Some from fn name
2020-02-10 Jane Lusbyfinal format cleanups
2020-02-10 Jane Lusbymake it compile
2020-02-10 Jonas SchievinkDon't run coherence twice for future-compat lints
2020-02-10 Jane Lusbyremove unnecessary Debug impl for BacktraceFrame
2020-02-10 Jane Lusbyremove unnecessary derives
2020-02-10 Jane Lusbyless noisy format
2020-02-10 borsAuto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r...
2020-02-10 Jane LusbyGet vaguely working with a test for checking output
2020-02-10 Jane LusbyAdd initial debug fmt for Backtrace
2020-02-10 Jane LusbyBump version to backtrace without the header
2020-02-10 Esteban Küberreview comment: wording
2020-02-10 Ralf Jungremove outdated comment
2020-02-10 Dylan MacKenzieUse new dataflow interface for initialization/borrows...
2020-02-10 Dylan MacKenzieImplement a `find_descendant` method for `MovePath`
2020-02-10 Dylan MacKenzieAdd a `Visitor` for dataflow results
2020-02-10 Dylan MacKenzieAdd an `into_engine` method to `Analysis`
2020-02-10 Dylan MacKenzieAdd a `contains` method to `ResultsCursor`
2020-02-10 Matthias Krügersubmodules: update cargo from 9d32b7b01 to 3c53211c3
2020-02-10 Jethro BeekmanAvoid jumping to Rust code with user %rsp (reentry_panic)
2020-02-10 Raoul Strackxsanitize MXCSR/FPU control registers
2020-02-10 Raoul StrackxCorrected ac_mitigation patch. That patch used the...
2020-02-10 Jethro BeekmanFix SGX RWLock representation for UnsafeCell niche fix
2020-02-10 Felix S. Klock IIAdd `repr(no_niche)` to `UnsafeCell`. Fix #68303.
2020-02-10 Felix S. Klock IItests for `#[repr(no_niche)]`.
2020-02-10 Felix S. Klock IIAdd `#[repr(no_niche)]`.
2020-02-10 Andrew PaverdEnable Control Flow Guard in rustbuild
2020-02-10 Chris Simpkinsadd main function to issue-69017 test
2020-02-10 Tim DiekmannAdd missing `_zeroed` varants to `AllocRef`
2020-02-10 Tim DiekmannRemove common usage pattern from `AllocRef`
2020-02-10 Vadim Petrochenkovparser: Remove `Parser::prev_token_kind`
2020-02-10 Chris Simpkinsadd issue 69017 test
2020-02-10 Mazdak Farrokhzaduse `dyn Trait` more in tests
2020-02-10 Chris Simpkinshandle TerminatorKind::Yield by returning Err(Unpromotable)
2020-02-10 Dylan DPCRollup merge of #69014 - dwrensha:fix-68890, r=Centril
2020-02-10 Dylan DPCRollup merge of #69007 - GuillaumeGomez:clean-up-e0283...
2020-02-10 Dylan DPCRollup merge of #68986 - ecstatic-morse:const-ascii...
2020-02-10 Dylan DPCRollup merge of #68932 - michaelwoerister:self-profile...
2020-02-10 Dylan DPCRollup merge of #68908 - jwhite927:E0637, r=Dylan-DPC
2020-02-10 Dylan DPCRollup merge of #68897 - GuillaumeGomez:clean-up-e0275...
2020-02-10 borsAuto merge of #68835 - CAD97:sound-range-inclusive...
2020-02-10 Michael Woeristerself-profile: Support arguments for generic_activities.
2020-02-10 ljedrzpreallocate 2 Vecs in traits; tweak WfPredicates::normalize
2020-02-10 Guillaume Gomezclean up E0275 explanation
2020-02-10 Guillaume GomezClean up E0283 explanation
2020-02-10 borsAuto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r...
2020-02-10 Ralf Jungsome more tests for i128 oveflow behavior
2020-02-10 Ralf Jungdiv/rem overflow tests: also test i128
2020-02-10 Ralf Jungadd test that checks overflows on arithmetic operators
2020-02-10 Nicholas NethercoteSpeed up `SipHasher128`.
2020-02-10 David Renshaw[parser] change an instance of span_bug() to struct_spa...
next