]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #69118 - Dylan-DPC:rollup-7hpm1fj, r=Dylan-DPC
[rust.git] / src /
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 Perennourustbuild: 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 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...
2020-02-10 Dylan DPCRollup merge of #69006 - petrochenkov:prevspan2, r...
2020-02-10 Dylan DPCRollup merge of #69005 - ecstatic-morse:unified-dataflo...
2020-02-10 Dylan DPCRollup merge of #68992 - matthewjasper:imm-binding...
2020-02-10 Dylan DPCRollup merge of #68976 - ecstatic-morse:const-non-zero...
2020-02-10 Dylan DPCRollup merge of #68966 - jonas-schievink:coherence...
2020-02-10 Dylan DPCRollup merge of #68694 - nnethercote:reduce-RefCells...
2020-02-09 Aaron HillProperly use parent generics for opaque types
2020-02-09 Jonas SchievinkRemove vestigial #43355-compat code
2020-02-09 Jonas SchievinkDefer error span calculation until needed
2020-02-09 Jonas SchievinkAdd desc to `specialization_graph_of` query
2020-02-09 Jonas SchievinkReduce queries/map lookups done by coherence
2020-02-09 borsAuto merge of #67665 - Patryk27:master, r=zackmdavis
2020-02-09 Nicholas NethercoteReduce the number of `RefCell`s in `InferCtxt`.
2020-02-09 Vadim Petrochenkovparser: Keep current and previous tokens precisely
2020-02-09 Matthias Prechtl--bless --compare-mode=nll
2020-02-09 Matthias PrechtlMake issue references consistent
2020-02-09 bjorn3Update for #68718
2020-02-09 borsAuto merge of #69004 - jonas-schievink:rollup-z2ymler...
2020-02-09 Dylan MacKenzieUse nicer alignment when printing state vectors
2020-02-09 Dylan MacKenzieDon't break first line
2020-02-09 Dylan MacKenzieRemove unnecessary allows
2020-02-09 Dylan MacKenzieAdd option to `dot::render` for monospace font
2020-02-09 Dylan MacKenziePrint `after` effect in default graphviz formatter
2020-02-09 Jonas SchievinkRollup merge of #68913 - Areredify:gat_pretty, r=cramertj
next