]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-01-13 Yuki OkushiRollup merge of #67959 - liigo:patch-13, r=GuillaumeGomez
2020-01-13 Yuki OkushiRollup merge of #67313 - oli-obk:document_all_the_t̶h̶i...
2020-01-13 Afnan EnayetUse `report_in_external_macro` for internal lints
2020-01-13 borsAuto merge of #67900 - nikic:prepare-llvm-10, r=nagisa
2020-01-13 Mark Mansiaddress review comments
2020-01-13 Mark MansiGet rid of RegionErrorNamingContext
2020-01-13 Mark Mansirename nonlexical_regioncx -> regioncx
2020-01-13 Mark MansiPrivatize the fields of RegionInferenceContext
2020-01-13 Mark MansiMove report_region_errors to region_errors.rs
2020-01-13 markMove a bunch of methods to inherent impl MirBorrowckCtxt
2020-01-13 Mark MansiMove some methods to region_infer/mod.rs
2020-01-13 Mark MansiMore separation of error reporting from region inference
2020-01-13 Amanieu d'AntrasFix destructor return value in emcc.rs
2020-01-12 Oliver Middletonrustdoc: HTML escape arrows on help popup
2020-01-12 Ruud van AsseldonkFix system call docs for time::Instant
2020-01-12 Amanieu d'AntrasDon't include __rust_drop_panic when testing libstd
2020-01-12 Guillaume GomezClean up E0186 explanation
2020-01-12 Guillaume GomezFix error codes explanation' code examples
2020-01-12 Yuki OkushiFix crate paths in comments
2020-01-12 varkorUpdate `output-default.json` and rustdoc test
2020-01-12 varkorAppease tidy
2020-01-12 varkorFix formatting ellipses at the end of some diagnostics
2020-01-12 varkorAdd backticks in appropriate places
2020-01-12 varkorDiagnostics should not end with a full stop
2020-01-12 varkorDiagnostics should start lowercase
2020-01-12 borsAuto merge of #67831 - mati865:ci-images-upgrade, r...
2020-01-12 Till ArnoldDocument behavior of set_nonblocking on UnixListener
2020-01-12 Charles LewAddress review comments.
2020-01-12 borsAuto merge of #67901 - matthewjasper:split-mir-build...
2020-01-12 Matthew JasperSplit `rustc_mir::{build, hair, lints}` into their...
2020-01-12 Ben LewisUpdate test benchmark file
2020-01-12 Yuki OkushiExpose `context::CheckLintNameResult`
2020-01-12 Charles LewAddress review comments.
2020-01-12 Ben LewisAdded comment about behaviour.
2020-01-12 Ben LewisForbid elided lifetimes within const generic parameter...
2020-01-12 borsAuto merge of #68142 - Centril:rollup-dl232e9, r=Centril
2020-01-12 Mazdak FarrokhzadRollup merge of #68108 - varkor:chained-comparison...
2020-01-12 Mazdak FarrokhzadRollup merge of #68089 - lzutao:revert-remote_item...
2020-01-12 Mazdak FarrokhzadRollup merge of #68045 - Centril:liberate-lints, r...
2020-01-12 Mazdak FarrokhzadRollup merge of #67948 - llogiq:gallop, r=Mark-Simulacrum
2020-01-12 Mazdak FarrokhzadRollup merge of #67867 - matthewjasper:opaque-assoc...
2020-01-12 Mazdak FarrokhzadRollup merge of #67494 - lukaslueg:const_alloc, r=oli-obk
2020-01-12 Andy Russelluse winapi for non-stdlib Windows bindings
2020-01-12 Andre BogusGalloping search for binary_search_util
2020-01-11 borsAuto merge of #67458 - pnkfelix:fix-66530-by-propagatin...
2020-01-11 Andy Russellparse extended terminfo format
2020-01-11 Caleb Cartwrightrestore some rustc_parse visibilities
2020-01-11 Charles LewImplement Cursor for linked lists. (RFC 2570).
2020-01-11 Camille GILLOTMove some queries from rustc::ty to librustc_passes.
2020-01-11 Lukas LuegConstify alloc::Layout
2020-01-11 borsAuto merge of #67000 - spastorino:remove-promoted-from...
2020-01-11 Oliver SchererMake codegen tests wordsize independent
2020-01-11 varkorClarify the relationship between `extended` and `tools...
2020-01-11 borsAuto merge of #68126 - Centril:rollup-cz5u7xx, r=Centril
2020-01-11 Mazdak FarrokhzadRollup merge of #68120 - Centril:ban-range-to-dotdotdot...
2020-01-11 Mazdak FarrokhzadRollup merge of #68114 - ecstatic-morse:fix-feature...
2020-01-11 Mazdak FarrokhzadRollup merge of #68072 - JohnTitor:fix-macro-ice, r...
2020-01-11 Mazdak FarrokhzadRollup merge of #68070 - GuillaumeGomez:clean-up-e0185...
2020-01-11 Mazdak FarrokhzadRollup merge of #68018 - petrochenkov:nosoft, r=Centril
2020-01-11 Mazdak FarrokhzadRollup merge of #67930 - lzutao:result-as_deref, r...
2020-01-11 Mazdak FarrokhzadRollup merge of #67889 - Zoxc:parallel-cgus, r=michaelw...
2020-01-11 Mazdak FarrokhzadRollup merge of #67756 - Zoxc:collector-tweaks, r=Mark...
2020-01-11 Amanieu d'AntrasAbort if C++ tries to swallow a Rust panic
2020-01-11 Amanieu d'AntrasApply review feedback
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 John Kåre AlsakerRemove SyncTypedArena, SyncDroplessArena and in_arena
2020-01-11 John Kåre AlsakerUse Arena for interning
2020-01-11 John Kåre AlsakerLift using interners instead of in_arena
2020-01-11 John Kåre AlsakerDon't create strings in the fast path
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
next