]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 #68961 - eddyb:dbg-stack-dunk, r=nagisa
2020-02-11 borsAuto merge of #68929 - matprec:consistent-issue-referen...
2020-02-10 borsAuto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r...
2020-02-10 Andrew PaverdEnable Control Flow Guard in rustbuild
2020-02-10 Mazdak Farrokhzaduse `dyn Trait` more in tests
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 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 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
2020-02-09 Jonas SchievinkRollup merge of #68911 - jonas-schievink:inherent-overl...
2020-02-09 Jonas SchievinkRollup merge of #68881 - eddyb:always-preserve-dbg...
2020-02-09 Jonas SchievinkRollup merge of #68742 - tspiteri:string-as-mut, r...
2020-02-09 Jonas SchievinkRollup merge of #68738 - kennytm:derive-clone-eq-for...
2020-02-09 borsAuto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum
2020-02-09 Eduard-Mihai... rustc_codegen_ssa: only "spill" SSA-like values to...
2020-02-09 Eduard-Mihai... rustc_codegen_ssa: use `debug_introduce_local` on Opera...
2020-02-09 John Kåre AlsakerMore comments
2020-02-09 John Kåre AlsakerAdd some comments
2020-02-09 Matthew JasperDon't parse `mut a @ b` as `mut a @ mut b`
2020-02-09 borsAuto merge of #68975 - Dylan-DPC:rollup-jzab8oh, r...
2020-02-09 Patryk WychowaniecImprove reporting errors and suggestions for trait...
2020-02-09 borsAuto merge of #68689 - estebank:where-clause-sugg-missi...
2020-02-09 Dylan MacKenzieTest ASCII ctype methods in a const context
2020-02-09 Dylan MacKenzieMake the ASCII ctype inherent methods const
2020-02-09 Esteban Küberreview comment
2020-02-09 Esteban Küberreview comments
2020-02-09 borsAuto merge of #68376 - Centril:move-ref-patterns, r...
2020-02-09 Dylan MacKenzieTest `NonZeroU8::new` in a const context
2020-02-09 Dylan MacKenzieMake `num::NonZeroX::new` an unstable `const fn`
2020-02-08 Dylan DPCRollup merge of #68960 - eddyb:llvm-dbg-cleanup, r...
2020-02-08 Dylan DPCRollup merge of #68958 - GuillaumeGomez:clean-up-e0277...
2020-02-08 Dylan DPCRollup merge of #68946 - mjbshaw:must_use, r=mjbshaw
2020-02-08 Dylan DPCRollup merge of #68918 - brson:unwrapdoc, r=Dylan-DPC
2020-02-08 Dylan DPCRollup merge of #68857 - Marwes:allocations, r=matthewj...
2020-02-08 Dylan DPCRollup merge of #68834 - ssomers:btree_first_last_fix68...
2020-02-08 Dylan DPCRollup merge of #68718 - Aaron1011:move-def-hir-span...
2020-02-08 CAD97Disable failing codegen test
2020-02-08 CAD97Remove problematic specialization from RangeInclusive
2020-02-08 Aaron HillMove librustc_hir/def_id.rs to librustc_span/def_id.rs
2020-02-08 Josh WhiteMerge branch 'master' of https://github.com/jwhite927...
2020-02-08 borsAuto merge of #68802 - eddyb:debuginfo-there-can-only...
2020-02-08 Josh WhiteTidied up E0637.md
2020-02-08 Markus WesterlindReduce Vec allocations in normalization by passing...
2020-02-08 Josh WhiteCorrected E0637.md based on test failures
2020-02-08 Michael BradshawMark several functions and methods in core::cmp as...
2020-02-08 borsAuto merge of #68452 - msizanoen1:riscv-abi, r=nagisa...
2020-02-08 Eduard-Mihai... rustc_codegen_ssa: remove unnecessary source_locations_...
2020-02-08 Eduard-Mihai... rustc_codegen_llvm: remove InternalDebugLocation and...
2020-02-08 Eduard-Mihai... rustc_codegen_llvm: remove unnecessary special-casing...
2020-02-08 Guillaume GomezClean up E0277 and E0282 explanations
2020-02-08 Jonas SchievinkAdd missing import
2020-02-08 Jonas SchievinkMake `provided_trait_methods` use `impl Iterator`
2020-02-08 Jonas SchievinkAdd a fast path to inherent impl overlap check
2020-02-08 Jonas SchievinkUse `associated_items` query in impl overlap check
2020-02-08 Jonas SchievinkMake `associated_items` query return a slice
2020-02-08 Josh WhiteCorrected E0637.md based on test failure
2020-02-08 borsAuto merge of #68443 - eddyb:abi-compat-enum, r=nagisa
2020-02-08 Eduard-Mihai... test: use `all: $(call NATIVE_STATICLIB,test)` to build...
2020-02-08 Josh WhiteAdded compiler flags to example code, removed unexpecte...
2020-02-08 Josh WhiteRemoved trailing white spaces
2020-02-08 Josh WhiteMerge branch 'master' of https://github.com/jwhite927...
2020-02-08 Eduard-Mihai... test: address comments and pacify the merciless tidy.
2020-02-08 Eduard-Mihai... rustc_target: treat enum variants like union members...
next