]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-11 Amanieu d'AntrasExplain flag value of 8 for msvc_try
2020-01-11 Amanieu d'AntrasExplain the panic! in exception_copy
2020-01-11 Amanieu d'AntrasAdd a test to check that swallowed Rust panics are...
2020-01-11 Amanieu d'AntrasFix a memory leak in SEH unwinding if a Rust panic...
2020-01-11 Amanieu d'AntrasSimplify exception cleanup for libunwind-style unwinding
2020-01-11 Amanieu d'AntrasFix a memory leak in emcc if a Rust panic is caught...
2020-01-11 Vadim Petrochenkovfeature_gate: Remove `GateStrength`
2020-01-11 Mazdak FarrokhzadBan `...X` pats, harden tests, and improve diagnostics.
2020-01-11 Mazdak Farrokhzadfix ui-fulldeps & tests fallout
2020-01-11 Mazdak Farrokhzadpacify the parallel compiler
2020-01-11 Mazdak Farrokhzadlints: move a comment
2020-01-11 Mazdak Farrokhzadmove rustc::lint::{context, passes} to rustc_lint.
2020-01-11 Mazdak Farrokhzad{rustc::lint -> rustc_lint}::internal
2020-01-11 Mazdak Farrokhzadlints: promote levels.rs to lint.rs & extract passes.rs
2020-01-11 Mazdak Farrokhzadinline maybe_lint_level_root
2020-01-11 Mazdak Farrokhzadmove struct_lint_level to levels.rs
2020-01-11 Mazdak Farrokhzadmove LintSource to levels
2020-01-11 Mazdak Farrokhzadmove logic to LintLevelsBuilder
2020-01-11 Mazdak FarrokhzadGlobalCtxt: Erase `LintStore` type.
2020-01-11 Mazdak Farrokhzadreduce diversity in linting methods
2020-01-11 Mazdak Farrokhzadmove in_derive_expansion as Span method
2020-01-11 Mazdak Farrokhzadcanonicalize some lint imports
2020-01-11 borsAuto merge of #65912 - estebank:variants-orig, r=petroc...
2020-01-11 ecstatic-morseExpand comment
2020-01-11 Lzu TaoUpdate test after renaming Result::as_deref
2020-01-11 Lzu TaoRename Result::as_deref_ok to as_deref
2020-01-11 Lzu TaoRevert "Rollup merge of #67727 - Dylan-DPC:stabilise...
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 Dylan MacKenzieTest that stable `const fn` requires `allow_internal_un...
2020-01-11 Dylan MacKenzieRemove unnecessary `const_fn` feature gates
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-11 varkorAdd suggestions when encountering chained comparisons
2020-01-11 Dylan MacKenzieOnly require `allow_internal_unstable` for stable ...
2020-01-11 Yuki OkushiFix test not to depend on environment
2020-01-10 John Kåre AlsakerAdd a comment
2020-01-10 John Kåre AlsakerAvoid a duplicate hash map lookup
2020-01-10 John Kåre AlsakerFix a deadlock
2020-01-10 John Kåre AlsakerRun codegen unit partitioning and assert_symbols_are_di...
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 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'.
next