]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-11 Mazdak Farrokhzadcanonicalize some lint imports
2020-01-11 borsAuto merge of #68115 - Centril:rollup-e2fszdv, r=Centril
2020-01-11 Mazdak FarrokhzadRollup merge of #68106 - varkor:self_self_use, r=estebank
2020-01-11 Mazdak FarrokhzadRollup merge of #68102 - lzutao:inline, r=alexcrichton
2020-01-11 Mazdak FarrokhzadRollup merge of #68084 - estebank:ice-68000, r=varkor
2020-01-11 Mazdak FarrokhzadRollup merge of #68079 - varkor:E0013-clarify, r=Centril
2020-01-11 Mazdak FarrokhzadRollup merge of #68074 - matthew-healy:skip-llvm-rebuil...
2020-01-11 Mazdak FarrokhzadRollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser
2020-01-11 Mazdak FarrokhzadRollup merge of #67806 - Centril:splitsynmore, r=petroc...
2020-01-11 Mazdak FarrokhzadRollup merge of #67666 - lzutao:ptr-null-cmp, r=dtolnay
2020-01-11 Mazdak Farrokhzadfix fallout in ui-fulldeps
2020-01-11 Mazdak Farrokhzadpacify tidy by nixing added docs :(
2020-01-11 Mazdak Farrokhzadappease rustfmt
2020-01-11 Mazdak Farrokhzadrustc_passes: remove unused rustc_parse dep
2020-01-11 Mazdak Farrokhzad{syntax -> rustc_ast_passes}::show_span
2020-01-11 Mazdak Farrokhzad{syntax -> rustc_ast_passes}::feature_gate
2020-01-11 Mazdak Farrokhzadast_validation -> new crate rustc_ast_passes
2020-01-11 Mazdak Farrokhzadnix syntax::early_buffered_lints
2020-01-11 Mazdak Farrokhzadmove {rustc -> rustc_session}::lint::builtin
2020-01-11 Mazdak Farrokhzadprepare moving HardwiredLints to rustc_session
2020-01-11 Mazdak Farrokhzadbuffered lint infra -> rustc_session
2020-01-11 Mazdak Farrokhzadprepare for moving BuiltinLintDiagnostics to rustc_session
2020-01-11 Mazdak FarrokhzadRemove unused derives
2020-01-11 Mazdak Farrokhzadcanonicalize rustc::session import
2020-01-11 Mazdak Farrokhzadsimplify feature_err imports
2020-01-11 Mazdak Farrokhzadget_features -> rustc_parse::config
2020-01-11 Mazdak Farrokhzaddocument feature_err et. al
2020-01-11 Mazdak Farrokhzadgating diagnostics -> rustc_session::parse
2020-01-10 varkorFix issue with using `self` module via indirection
2020-01-10 borsAuto merge of #65241 - tmiasko:no-std-san, r=alexcrichton
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 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 Lzu TaoInline to make OsStr::is_empty zero cost
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 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 John Kåre AlsakerLabel unmarked time
2020-01-09 borsAuto merge of #68067 - JohnTitor:rollup-vsj5won, r...
2020-01-09 Yuki OkushiRollup merge of #68054 - tspiteri:null-unchecked-as_mut...
2020-01-09 Yuki OkushiRollup merge of #68040 - sinkuu:unused, r=petrochenkov
2020-01-09 Yuki OkushiRollup merge of #68006 - infinity0:master, r=nikomatsakis
2020-01-09 Yuki OkushiRollup merge of #67975 - EmbarkStudios:export-statics...
next