]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-16 Denis MerigouxRemoved code duplication for CommonWriteMethods
2018-11-16 Denis MerigouxCommonWriteMethods are not static any more
2018-11-16 Denis MerigouxSplit CommonMethods to accomodate for use in back/write.rs
2018-11-16 Denis MerigouxAdded self argument for Codegen CommonMethod trait...
2018-11-16 Denis MerigouxReplaced Codegen field access by trait method
2018-11-16 Denis MerigouxTraitification of common.rs methods
2018-11-16 Denis MerigouxNew Backend trait containing associated types
2018-11-16 Denis MerigouxNew files and folders for traits
2018-11-16 Denis MerigouxUse real type names rather than Self::
2018-11-16 Denis MerigouxRemoved parasite yaml file and put explicit lifetimes
2018-11-16 Denis MerigouxUse associated types instead of type parameters inside...
2018-11-16 Denis MerigouxRemoved genericity over Value in various functions
2018-11-16 Denis MerigouxGeneralized AsmDialect for BuilderMethods
2018-11-16 Denis MerigouxGeneralized SynchronisationScope for BuilderMethods
2018-11-16 Denis MerigouxGeneralized AtomicOrdering for BuilderMethods
2018-11-16 Denis MerigouxGeneralized AtomicRmwBinOp for BuilderMethods
2018-11-16 Denis MerigouxGeneralized OperandBundleDef in BuilderMethods
2018-11-16 Denis MerigouxRemoved useless traits for IntPredicate and RealPredicate
2018-11-16 Denis MerigouxGeneralized RealPredicate
2018-11-16 Denis MerigouxGeneralized IntPredicate in the BuilderMethods trait
2018-11-16 Denis MerigouxGeneralized BasicBlocks in BuilderMethods trait
2018-11-16 Denis MerigouxGeneralized base.rs#call_memcpy and everything that...
2018-11-16 Denis MerigouxReduced line length to pass tidy
2018-11-16 Denis MerigouxWork around to fix issue https://github.com/rust-lang...
2018-11-16 Irina Poparustc_codegen_llvm: begin generalizing over backend...
2018-11-15 borsAuto merge of #55948 - matthiaskrgr:clippy, r=oli-obk
2018-11-15 Matthias Krügersubmodules: update clippy from d8b42690 to f5d868c9
2018-11-15 borsAuto merge of #55974 - pietroalbini:rollup, r=pietroalbini
2018-11-15 Pietro AlbiniRollup merge of #55956 - euclio:issue-55587, r=estebank
2018-11-15 Pietro AlbiniRollup merge of #55932 - Turbo87:to_digit, r=alexcrichton
2018-11-15 Pietro AlbiniRollup merge of #55930 - ljedrz:hir_bonuses, r=cramertj
2018-11-15 Pietro AlbiniRollup merge of #55926 - cynecx:fix-rustdoc-mobile...
2018-11-15 Pietro AlbiniRollup merge of #55901 - euclio:speling, r=petrochenkov
2018-11-15 Pietro AlbiniRollup merge of #55865 - RalfJung:unix-rwlock, r=alexcr...
2018-11-15 Pietro AlbiniRollup merge of #55852 - varkor:dotdotequals-lint,...
2018-11-15 Pietro AlbiniRollup merge of #55785 - stjepang:unsized-drop-forget...
2018-11-15 Pietro AlbiniRollup merge of #55781 - pnkfelix:issue-54382-more...
2018-11-15 Pietro AlbiniRollup merge of #55778 - nnethercote:LrcPreds, r=eddyb
2018-11-15 Pietro AlbiniRollup merge of #55750 - oli-obk:node_id_x, r=michaelwo...
2018-11-15 Pietro AlbiniRollup merge of #55622 - jakllsch:netbsd-librt, r=alexc...
2018-11-15 Pietro AlbiniRollup merge of #55556 - nnethercote:MmapMeta, r=eddyb
2018-11-15 Pietro AlbiniRollup merge of #55530 - ljedrz:speed_up_String_from_ut...
2018-11-15 Pietro AlbiniRollup merge of #55507 - fhartwig:size_of_intrinsic_doc...
2018-11-15 Pietro AlbiniRollup merge of #55211 - fintelia:bufwriter-buffer...
2018-11-15 Pietro AlbiniRollup merge of #55182 - jD91mZM2:rebased, r=alexcrichton
2018-11-15 borsAuto merge of #54906 - qnighy:fix-issue-50452, r=nikoma...
2018-11-15 borsAuto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk
2018-11-14 borsAuto merge of #55939 - alexcrichton:path-regression...
2018-11-14 Alex Crichtonstd: Synchronize access to global env during `exec`
2018-11-14 borsAuto merge of #55947 - michaelwoerister:xlto-fix-lld...
2018-11-14 Andy Russelladd test for issue #54348
2018-11-14 Andy Russelladd test for issue #55587
2018-11-14 Alex CrichtonRevert "Fixes #46775 -- don't mutate the process's...
2018-11-14 Michael WoeristerxLTO: Don't pass --plugin-opt=thin to LLD. That's not...
2018-11-14 borsAuto merge of #55934 - alexcrichton:appveyor-gce, r...
2018-11-14 Tobias Bieniekcore/char: Add comment to `to_digit()`
2018-11-14 Tobias Bieniekcore/char: Drop `radix == 10` special case
2018-11-14 Nicholas NethercoteUse `Mmap` to open the rmeta file.
2018-11-14 borsAuto merge of #52153 - csmoe:projeq_normal, r=scalexm
2018-11-14 Corey FarwellRemove unneeded newline.
2018-11-14 Nicholas NethercoteWrap some query results in `Lrc`.
2018-11-13 borsAuto merge of #55912 - kennytm:rollup, r=kennytm
2018-11-13 Alex CrichtonSwitch AppVeyor builds to the GCE cloud
2018-11-13 Tobias Bieniekcore/char: Speed up `to_digit()` for `radix <= 10`
2018-11-13 Tobias Bieniekcore/char: Replace condition + `panic!()` with `assert!()`
2018-11-13 Tobias Bieniekcore/benches: Add `char::to_digit()` benchmarks
2018-11-13 Andy Russellfix various typos in doc comments
2018-11-13 csmoeImplement `ProjectionEq-Normalize`
2018-11-13 borsAuto merge of #55356 - Aaron1011:fix/rustdoc-negative...
2018-11-13 ljedrzhir: simplify a match expression
2018-11-13 ljedrzhir: remove an unused type alias
2018-11-13 ljedrzhir: simplify fmt::Debug for hir::Path
2018-11-13 ljedrzhir: remove an unused hir_vec macro pattern
2018-11-13 cynecxChange sidebar selector to fix compatibility with docs.rs
2018-11-13 borsAuto merge of #55649 - scalexm:chalk-bound-ty, r=nikoma...
2018-11-13 scalexmFix ui tests
2018-11-13 scalexmInstantiate all bound vars existentially
2018-11-13 scalexmUse a dummy outlives requirement for `where Type:,...
2018-11-13 scalexmReorder code in `rustc::traits::structural_impls`
2018-11-13 scalexmBypass ppaux for `Outlives` predicates
2018-11-13 scalexmProvide program clauses for builtin types
2018-11-13 scalexmAdjust documentation
2018-11-13 scalexmPretty print quantified goals and clauses
2018-11-13 scalexmReplace type params with bound vars in `rustc_traits...
2018-11-13 kennytmRollup merge of #55722 - RalfJung:impl-stable-hash...
2018-11-13 kennytmRollup merge of #55136 - GuillaumeGomez:short-doc,...
2018-11-13 kennytmRollup merge of #55908 - KWierso:patch-1, r=wesleywiser
2018-11-13 kennytmRollup merge of #55905 - nnethercote:short_name-to...
2018-11-13 kennytmRollup merge of #55896 - rust-lang:opt-fuse, r=shepmaster
2018-11-13 kennytmRollup merge of #55889 - RalfJung:global-alloc, r=alexc...
2018-11-13 kennytmRollup merge of #55888 - RalfJung:alloc-extra, r=oli-obk
2018-11-13 kennytmRollup merge of #55882 - hugwijst:rc_return_crate_inher...
2018-11-13 kennytmRollup merge of #55879 - Xanewok:dont-panic-with-globs...
2018-11-13 kennytmRollup merge of #55874 - denisvasilik:docs, r=alexcrichton
2018-11-13 kennytmRollup merge of #55870 - waywardmonkeys:typo-fixes...
2018-11-13 kennytmRollup merge of #55863 - dwijnand:patch-1, r=bluss
2018-11-13 kennytmRollup merge of #55858 - GuillaumeGomez:fixes-rustdoc...
2018-11-13 kennytmRollup merge of #55843 - Axary:master, r=sfackler
2018-11-13 kennytmRollup merge of #55840 - dlrobertson:fix_stage0_downloa...
2018-11-13 kennytmRollup merge of #55837 - Centril:spökdata-skall-vara...
next