]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-10 borsAuto merge of #68101 - JohnTitor:rollup-mvmjukr, r...
2020-01-10 Yuki OkushiRollup merge of #68075 - ollie27:rustbuild_books, r...
2020-01-10 Yuki OkushiRollup merge of #68059 - jethrogb:jb/target-llvm-args...
2020-01-10 Yuki OkushiRollup merge of #68050 - Centril:canon-error, r=Mark...
2020-01-10 Yuki OkushiRollup merge of #68039 - euclio:remove-strip-hidden...
2020-01-10 Yuki OkushiRollup merge of #68019 - cuviper:in-tree-compiletest...
2020-01-10 Yuki OkushiRollup merge of #68014 - estebank:unify-e0599, r=cramertj
2020-01-10 Yuki OkushiRollup merge of #67258 - Centril:open-ended-ranges...
2020-01-10 Yuki OkushiRollup merge of #66045 - mzabaluev:unwrap-infallible...
2020-01-10 Esteban KüberIgnore platforms that can't point to std
2020-01-10 Esteban Küber./x.py fmt
2020-01-10 Esteban KüberUse `def_span` to minimize definition span to first...
2020-01-10 Esteban KüberPoint at the span for the definition of crate foreign...
2020-01-10 Lzu Taoinline `impl From<String> for Box<dyn Error + Send...
2020-01-10 Esteban KüberAdd ICE regression tests
2020-01-10 Esteban KüberChange `next_point` when `shrink_to_hi` is more appropriate
2020-01-10 Lzu Taoinline `impl AsRef<Path> for PathBuf`
2020-01-10 Lzu Taoinline `impl AsRef<OsStr> for OsString`
2020-01-10 Esteban KüberFix invalid bounding box
2020-01-10 Esteban KüberFix `next_point` to be unicode aware
2020-01-10 Lzu TaoInline `impl From<OsString> for PathBuf`
2020-01-10 Lzu TaoInline `AsRef<Path> for str`
2020-01-10 Lzu TaoInline PathBuf::deref to make it zero cost
2020-01-10 Dylan DPCUpdate E0185.md
2020-01-10 Lzu TaoInline to make OsStr::is_empty zero cost
2020-01-10 Mikail BagishovClarify test timeout evironment variables
2020-01-10 borsAuto merge of #67996 - JohnTitor:clippy-up, r=JohnTitor
2020-01-10 varkorClarify suggestion for E0013
2020-01-10 Lzu Taomake use of pointer::is_null
2020-01-10 borsAuto merge of #67397 - michaelwoerister:query-keys...
2020-01-10 Matthew HealyPrefer llvm-skip-rebuild flag value over config.toml
2020-01-10 Matthew HealyMatch llvm-skip-rebuild flag
2020-01-10 Michael WoeristerFix some rebasing fallout.
2020-01-10 Michael WoeristerUpdate measureme to 0.7.1 in order to fix compilation...
2020-01-10 Michael WoeristerRun 'x.py fmt'.
2020-01-10 Michael Woeristerself-profile: Fix issue with handling query blocking.
2020-01-10 Michael WoeristerInitial support for recording query keys in self-profil...
2020-01-10 Michael WoeristerUse 'relaxed' memory ordering for simple atomic counter...
2020-01-10 Michael Woeristerself-profile: Switch to new approach for event_id gener...
2020-01-10 Guillaume GomezImprove E0185 wording
2020-01-10 Oliver SchererRebase fallout
2020-01-10 Oliver SchererRemove an outdated comment
2020-01-10 Oliver SchererAdd regression tests for promotion mir expansion
2020-01-10 Oliver SchererErrors in promoteds may only cause lints not hard errors
2020-01-10 Oliver SchererPromoteds also need param envs.
2020-01-10 Santiago PastorinoDo not store lint_root
2020-01-10 Santiago PastorinoAdd span_bug that notes that shuffle indices must be...
2020-01-10 Santiago PastorinoMake Place Copy
2020-01-10 Santiago PastorinoUse re_erased instead of re_static
2020-01-10 Santiago PastorinoNo need to use local.into here
2020-01-10 Santiago PastorinoFix print const on librustdoc
2020-01-10 Santiago PastorinoRemove PlaceBase enum and make Place base field be...
2020-01-10 Santiago PastorinoRemove Static from PlaceBase
2020-01-10 Santiago PastorinoRemove unused param_env parameter
2020-01-10 Santiago PastorinoUse if let instead of match with one meaningful arm
2020-01-10 Santiago PastorinoRemove StaticKind
2020-01-10 Santiago PastorinoRemove StaticKind::Promoted
2020-01-10 Santiago PastorinoAdd promoted_operand closure to reuse code across different
2020-01-10 Santiago PastorinoPromote `Argument`s to constants instead of statics
2020-01-10 Santiago PastorinoPromote `Repeat`s to constants instead of statics
2020-01-10 Santiago PastorinoPromote `Ref`s to constants instead of static
2020-01-10 Santiago PastorinoRevert const_eval call to use const_eval_raw to avoid...
2020-01-10 Jethro BeekmanAllow specifying LLVM args in target specifications
2020-01-10 Mazdak Farrokhzadnix syntax::errors & prefer rustc_errors over errors
2020-01-10 Mazdak FarrokhzadIntroduce `#![feature(half_open_range_patterns)]`.
2020-01-10 Esteban KüberDo not ICE on unicode next point
2020-01-10 borsAuto merge of #68078 - Centril:rollup-qvq052k, r=Centril
2020-01-10 Mazdak FarrokhzadRollup merge of #68073 - Centril:fix-68062, r=estebank
2020-01-10 Mazdak FarrokhzadRollup merge of #68071 - estebank:ice-67995, r=Centril
2020-01-10 Mazdak FarrokhzadRollup merge of #67922 - Centril:lowering-cleanup,...
2020-01-10 Mazdak FarrokhzadRollup merge of #67820 - ecstatic-morse:const-trait...
2020-01-10 Mazdak FarrokhzadRollup merge of #67501 - oli-obk:test-slice-patterns...
2020-01-10 Mazdak FarrokhzadRollup merge of #66463 - estebank:point-at-closure...
2020-01-10 Dylan MacKenzieAdd test for `?const` in nested impl/dyn trait
2020-01-10 Dylan MacKenzieMake `bound_context` more like neighboring functions
2020-01-10 Dylan MacKenzieAdd test for `?const` and `?` on the same bound
2020-01-10 Dylan MacKenzieCall all visit methods on trait definitions
2020-01-10 Dylan MacKenzieAdd tests for RFC 2632
2020-01-10 Dylan MacKenzieCheck for `?const` in invalid contexts during AST valid...
2020-01-10 Dylan MacKenzieReject `const` in inherent impls
2020-01-10 Dylan MacKenzieError when new syntax is lowered
2020-01-10 Dylan MacKenzieParse `?const Trait` bound syntax
2020-01-10 Dylan MacKenzieParse `impl const Trait for Ty` syntax
2020-01-10 Dylan MacKenzieAdd a `constness` field to `ast::TraitRef`
2020-01-10 Dylan MacKenzieAdd `const_trait_bound_opt_out` feature gate
2020-01-10 Dylan MacKenzieAdd `const_trait_impl` feature gate
2020-01-09 Oliver Middletonrustbuild: Cleanup book generation
2020-01-09 Esteban Küberreview comments: more tests
2020-01-09 Yuki OkushiUpdate Clippy
2020-01-09 Matthew HealyAdd llvm-skip-rebuild to opts
2020-01-09 Esteban KüberExtend support of `_` in type parameters
2020-01-09 John Kåre AlsakerTweak timers
2020-01-09 Mazdak Farrokhzadexpect `fn` after `const unsafe` / `const extern`
2020-01-09 Yuki OkushiFix ICE #68058
2020-01-09 John Kåre AlsakerLabel unmarked time
2020-01-09 John Kåre AlsakerPrecompile CGUs while the main thread has the implicit...
2020-01-09 John Kåre AlsakerCompile some CGUs in parallel at the start of codegen
2020-01-09 Guillaume Gomezclean up E0185 explanation
2020-01-09 borsAuto merge of #68067 - JohnTitor:rollup-vsj5won, r...
2020-01-09 Yuki OkushiRollup merge of #68054 - tspiteri:null-unchecked-as_mut...
next