]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #68805 - matthiaskrgr:cleanup_bootstrap, r=Mark-Simulacrum
[rust.git] / src /
2020-02-04 Dylan DPCRollup merge of #68805 - matthiaskrgr:cleanup_bootstrap...
2020-02-04 Dylan DPCRollup merge of #68758 - daboross:fix-59191, r=petrochenkov
2020-02-04 Dylan DPCRollup merge of #68282 - tmiasko:sanitizer-example...
2020-02-04 borsAuto merge of #68377 - estebank:fn-obligations-spans...
2020-02-04 borsAuto merge of #68708 - Mark-Simulacrum:stage0-step...
2020-02-04 Mark RousskovDrop unused extern crates
2020-02-04 borsAuto merge of #68804 - ecstatic-morse:qualif-cursor...
2020-02-04 borsAuto merge of #68601 - 0dvictor:split, r=tmandry
2020-02-04 Victor DingSplit `join_codegen_and_link()` into two steps
2020-02-03 borsAuto merge of #67668 - matthewjasper:or-patterns, r...
2020-02-03 Matthew JasperAvoid scheduling repeated `StorageDead`s
2020-02-03 Matthew JasperMake use of `Place: Copy`
2020-02-03 matthewjasperApply suggestions from code review
2020-02-03 Matthew JasperAddress review comments
2020-02-03 Matthew JasperMake `Candidate` private
2020-02-03 Matthew JasperAdd more tests for or-patterns
2020-02-03 Matthias Krügerbootstrap: fix clippy warnings
2020-02-03 Esteban KüberChange wording for object unsafe because of assoc const
2020-02-03 borsAuto merge of #68803 - Dylan-DPC:rollup-b4x6ghj, r...
2020-02-03 Dylan MacKenzieTreat `Rvalue::AddressOf` the same as `Rvalue::Ref`
2020-02-03 Dylan MacKenzieEliminate "eager" qualif getter
2020-02-03 Dylan MacKenziePass correct closure type to `Qualif` methods
2020-02-03 Dylan MacKenzieTake `FnMut` instead of `Fn` in `Qualif` methods
2020-02-03 Dylan DPCRollup merge of #68800 - JohnTitor:stabilize-once-with...
2020-02-03 Dylan DPCRollup merge of #68798 - Centril:caller-loc-ctfe-rt...
2020-02-03 Dylan DPCRollup merge of #68797 - GuillaumeGomez:link-to-types...
2020-02-03 Dylan DPCRollup merge of #68787 - amosonn:patch-1, r=nagisa
2020-02-03 Dylan DPCRollup merge of #68777 - GuillaumeGomez:clean-up-e0263...
2020-02-03 Dylan DPCRollup merge of #68744 - JohnTitor:fix-ice-save-analysi...
2020-02-03 Dylan DPCRollup merge of #68711 - hman523:fix-68593, r=Dylan-DPC
2020-02-03 Dylan DPCRollup merge of #68678 - Mark-Simulacrum:robots, r...
2020-02-03 Yuki OkushiStabilize `core::iter::once_with()`
2020-02-03 Mazdak Farrokhzadtrack_caller test caller_location ctfe/rt equivalence...
2020-02-03 Guillaume GomezFix links to types instead of modules
2020-02-03 borsAuto merge of #68665 - eddyb:debuginfo-early-create...
2020-02-03 Eduard-Mihai Burtescurustc_codegen_llvm: avoid redundant calls to span_start.
2020-02-03 Eduard-Mihai Burtescurustc_codegen_ssa: convert mir::VarDebugInfo into a...
2020-02-03 Eduard-Mihai Burtescurustc_codegen_ssa: split declare_local into create_dbg_...
2020-02-03 borsAuto merge of #68778 - RalfJung:raw-addr-of, r=eddyb
2020-02-03 borsAuto merge of #68772 - matthewjasper:relate-opt, r...
2020-02-03 DavidChange expansion error to be non-fatal
2020-02-03 borsAuto merge of #68756 - JohnTitor:fix-ice-save-analysis...
2020-02-03 borsAuto merge of #68735 - JohnTitor:fix-ice-0202, r=estebank
2020-02-03 Amos OnnOptimize core::ptr::align_offset
2020-02-03 Amos OnnOptimize core::ptr::align_offset
2020-02-03 Amos OnnOptimize core::ptr::align_offset
2020-02-02 Esteban KüberDeal with spans showing `std` lib
2020-02-02 Esteban KüberPoint at reason in object unsafe trait with `Self`...
2020-02-02 Esteban Küberfix rebase
2020-02-02 borsAuto merge of #68720 - wesleywiser:llvm_time_trace...
2020-02-02 Esteban KüberAccount for `?Sized` type parameter bounds
2020-02-02 Esteban KüberRemove duplicated code
2020-02-02 Esteban KüberSuggest `?Sized` on type parameters
2020-02-02 Esteban Küberadd tests for structured suggestion
2020-02-02 Esteban KüberUse more appropriate spans on object unsafe traits...
2020-02-02 Esteban KüberWording changes to object unsafe trait errors
2020-02-02 Esteban KüberPoint at `Sized` requirements
2020-02-02 Esteban Küberreview comments
2020-02-02 Esteban KüberRemove duplicated code
2020-02-02 Esteban KüberSlight rewording of diagnostic message
2020-02-02 Esteban KüberUse more accurate failed predicate spans
2020-02-02 Esteban KüberPoint at return type obligations instead of at `fn...
2020-02-02 Esteban KüberPoint at the `Sized` obligation in `where` clauses
2020-02-02 Esteban KüberTweak `Self: Sized` restriction diagnostic output
2020-02-02 Esteban Küberreview comments
2020-02-02 Esteban Küberfix test
2020-02-02 Esteban KüberWhen object unsafe trait uses itself in associated...
2020-02-02 Esteban KüberPoint at `Sized` bound
2020-02-02 Esteban KüberPoint at arguments or output when fn obligations come...
2020-02-02 Ralf Jungadd raw-addr-of variant to mir_raw_fat_ptr
2020-02-02 borsAuto merge of #68774 - RalfJung:miri, r=RalfJung
2020-02-02 Guillaume GomezClean up E0263 explanation
2020-02-02 Ralf Jungbump Miri
2020-02-02 borsAuto merge of #68771 - Centril:rollup-zllcup9, r=Centril
2020-02-02 Mazdak FarrokhzadRollup merge of #68769 - Centril:unwrap, r=petrochenkov
2020-02-02 Mazdak FarrokhzadRollup merge of #68764 - Centril:self-semantic, r=petro...
2020-02-02 Mazdak FarrokhzadRollup merge of #68763 - JohnTitor:do-not-sugg-dup...
2020-02-02 Mazdak FarrokhzadRollup merge of #68760 - Tyg13:compile_fail_ui_test...
2020-02-02 Mazdak FarrokhzadRollup merge of #68733 - cata0309:patch-1, r=Dylan-DPC
2020-02-02 Mazdak Farrokhzadparser: avoid re-wrapping NtItem
2020-02-02 Mazdak Farrokhzadparser: address review comments re. `self`.
2020-02-02 Matthew JasperAvoid exponential behaviour when relating types
2020-02-02 Yuki OkushiDo not suggest duplicate bounds
2020-02-02 Mazdak Farrokhzadparser: move restrictions re. `self` to `ast_validation`.
2020-02-02 borsAuto merge of #68737 - Centril:fix-68710, r=petrochenkov
2020-02-02 Mazdak Farrokhzadpretty: print attrs in struct expr
2020-02-02 Tyler Lanphearcompiletest: error if `compile-fail` header in ui test.
2020-02-02 borsAuto merge of #68754 - JohnTitor:clippy-up, r=JohnTitor
2020-02-02 borsAuto merge of #68672 - jonas-schievink:dedup-witness...
2020-02-02 David RossAdd tests for issue 59191
2020-02-02 David RossFix 59191
2020-02-02 Yuki OkushiFix ICE with save-analysis
2020-02-02 Yuki OkushiCatch more ICEs
2020-02-01 Yuki OkushiUpdate Clippy
2020-02-01 borsAuto merge of #68752 - JohnTitor:rollup-zz3u4xl, r...
2020-02-01 Yuki OkushiRollup merge of #68740 - JohnTitor:do-not-sugg-undersco...
2020-02-01 Yuki OkushiRollup merge of #68736 - TimDiekmann:remove-alloc,...
2020-02-01 Yuki OkushiRollup merge of #68727 - xfix:remove-comment-about...
2020-02-01 Yuki OkushiRollup merge of #68704 - jonas-schievink:ignore-build...
2020-02-01 Yuki OkushiRollup merge of #68688 - jbr:remind-bug-reporters-to...
next