]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-09 Yuki OkushiAdd FIXMEs
2020-03-09 Josh Stoneunix: Don't override existing SIGSEGV/BUS handlers
2020-03-09 Tomasz MiąskoAvoid unnecessary interning of enum variant part id
2020-03-09 Tomasz MiąskoUse slices in preference to 0-terminated strings
2020-03-09 Yuki OkushiAdd test for issue-67166
2020-03-09 Yuki OkushiAdd test for issue-64620
2020-03-09 Yuki OkushiAdd test for issue-60473
2020-03-09 Yuki OkushiAdd test for issue-57201
2020-03-09 Yuki OkushiAdd test for issue-57200
2020-03-09 Yuki OkushiAdd test for issue-54239
2020-03-08 Yuki OkushiCheck if output is immediate value
2020-03-08 Ralf Junguse static strings instead of tcx
2020-03-08 Ralf JungFix typo
2020-03-08 Ralf Jungfix some cases of unexpected exceptions leaving validation
2020-03-08 Ralf Jungmiri validation: debug-complain about unexpected errors
2020-03-08 Ralf Jungmove error allocation test to error.rs
2020-03-08 borsAuto merge of #69833 - Centril:rollup-mh74yue, r=Centril
2020-03-08 Mazdak FarrokhzadRollup merge of #69820 - GuillaumeGomez:cleanup-e0392...
2020-03-08 Mazdak FarrokhzadRollup merge of #69807 - GuillaumeGomez:cleanup-e0391...
2020-03-08 Mazdak FarrokhzadRollup merge of #69800 - tmiasko:address-g, r=nikic
2020-03-08 Mazdak FarrokhzadRollup merge of #69734 - tmiasko:di-enumerator, r=ecsta...
2020-03-08 Mazdak FarrokhzadRollup merge of #69608 - o01eg:expose-target-libdir...
2020-03-08 Mazdak FarrokhzadRollup merge of #69326 - JOE1994:os_str_widestring...
2020-03-08 Mazdak FarrokhzadRollup merge of #69120 - spunit262:invalid-sugar-sugges...
2020-03-08 Bastian Kauschkeallow dead code in discriminant test
2020-03-08 Bastian Kauschketest discriminant of enum with uninhabited variant
2020-03-08 borsAuto merge of #69829 - Centril:rollup-lm5lzsq, r=Centril
2020-03-08 Mazdak FarrokhzadRollup merge of #69812 - Marwes:refactor, r=petrochenkov
2020-03-08 Mazdak FarrokhzadRollup merge of #69777 - lukas-code:patch-1, r=jonas...
2020-03-08 Mazdak FarrokhzadRollup merge of #69771 - GuillaumeGomez:cleanup-e0390...
2020-03-08 Mazdak FarrokhzadRollup merge of #69668 - ssomers:btreemap_even_more_com...
2020-03-08 Mazdak FarrokhzadRollup merge of #69651 - Mark-Simulacrum:black-box...
2020-03-08 Mazdak FarrokhzadRollup merge of #69646 - RalfJung:layout-visitor, r...
2020-03-08 Mazdak FarrokhzadRollup merge of #69631 - RalfJung:rust-src, r=Mark...
2020-03-08 Ralf Jungfix memory leak when vec::IntoIter panics during drop
2020-03-08 Bastian Kauschkeprevent potential promotion in const_discriminant
2020-03-08 Bastian Kauschkeconstify `mem::discriminant`
2020-03-08 Ralf Jungfix type size mismatch on 32bit
2020-03-08 borsAuto merge of #69822 - Centril:rollup-360ca2j, r=Centril
2020-03-08 Mazdak FarrokhzadRollup merge of #69810 - thekuom:test/67523-dynamic...
2020-03-08 Mazdak FarrokhzadRollup merge of #69805 - petrochenkov:importname, r...
2020-03-08 Mazdak FarrokhzadRollup merge of #69776 - ssomers:fix69769, r=Mark-Simul...
2020-03-08 Mazdak FarrokhzadRollup merge of #69641 - ehuss:update-books, r=ehuss
2020-03-08 Mazdak FarrokhzadRollup merge of #69599 - Centril:typeck-tweak-wording...
2020-03-08 Mazdak FarrokhzadRollup merge of #69561 - JohnTitor:clean-up-unstable...
2020-03-08 Mazdak FarrokhzadRollup merge of #69548 - LeSeulArtichaut:assert-errors...
2020-03-08 Mazdak FarrokhzadRollup merge of #69422 - JohnTitor:remove-unwrap, r...
2020-03-08 Tim DiekmannAllow ZSTs in `AllocRef`
2020-03-08 Guillaume Gomezclean up E0392 explanation
2020-03-08 Guillaume GomezCleanup E0391 explanation
2020-03-08 borsAuto merge of #69804 - Centril:rollup-u86dc1g, r=Centril
2020-03-07 Markus Westerlindrefactor: Move a borrow_mut and unwrap out of a loop
2020-03-07 Markus Westerlindrefactor: Exhaustive matching in method/probe.rs
2020-03-07 Matthew Kuotest(bindings_after_at): add dynamic drop tests for...
2020-03-07 Vadim Petrochenkovresolve: `directive` -> `import`
2020-03-07 Mazdak FarrokhzadRollup merge of #69797 - jongiddy:convert-version,...
2020-03-07 Mazdak FarrokhzadRollup merge of #69794 - TimDiekmann:dangling, r=Amanieu
2020-03-07 Mazdak FarrokhzadRollup merge of #69787 - spastorino:use-local-directly...
2020-03-07 Mazdak FarrokhzadRollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov
2020-03-07 Mazdak FarrokhzadRollup merge of #69765 - RalfJung:miri-test, r=LukasKal...
2020-03-07 Mazdak FarrokhzadRollup merge of #69708 - estebank:tiny, r=petrochenkov
2020-03-07 Mazdak FarrokhzadRollup merge of #69687 - Centril:bm-inconsistent-wordin...
2020-03-07 Mazdak FarrokhzadRollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis
2020-03-07 Vadim Petrochenkovresolve: `ImportDirective` -> `Import`
2020-03-07 borsAuto merge of #69676 - ecstatic-morse:fix-enum-discr...
2020-03-07 Tomasz MiąskoCompile address sanitizer test with debuginfo
2020-03-07 Jonathan GiddyCorrect version that relaxed orphan rules
2020-03-07 borsAuto merge of #69796 - Centril:rollup-xg85jmx, r=Centril
2020-03-07 Mazdak FarrokhzadRollup merge of #69782 - matthiaskrgr:redundant_field_n...
2020-03-07 Mazdak FarrokhzadRollup merge of #69754 - Dylnuge:dylnuge/dep-version...
2020-03-07 Mazdak FarrokhzadRollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebank
2020-03-07 Mazdak FarrokhzadRollup merge of #69706 - cuviper:subslice-methods,...
2020-03-07 Mazdak FarrokhzadRollup merge of #69690 - thekuom:test/67311-extend...
2020-03-07 Mazdak FarrokhzadRollup merge of #69680 - petrochenkov:nont4, r=Centril
2020-03-07 Mazdak FarrokhzadRollup merge of #69656 - matthiaskrgr:iter_nth_zero...
2020-03-07 Mazdak FarrokhzadRollup merge of #68985 - daboross:fix-35813, r=Centril
2020-03-07 Mazdak FarrokhzadRollup merge of #67741 - estebank:point-at-pat-def...
2020-03-07 O01egAdd new option to the documentation.
2020-03-07 Tim DiekmannUpdate alloc.rs
2020-03-07 Tim DiekmannAdd `Layout::dangling()` to return a well-aligned ...
2020-03-07 JOE1994mir-interpret: add method Memory::read wide_string
2020-03-06 Esteban KüberWhen encountering an Item in a pat context, point at...
2020-03-06 Ralf Jungbug on ty::GeneratorWitness
2020-03-06 Ralf Jungrename visit_primitive -> try_visit_primitive, and...
2020-03-06 Ralf Jungplease tidy
2020-03-06 Ralf Jungbetter error messages for invalid boxes (and a few...
2020-03-06 Ralf Jungtest some more kinds of enums with uninhabited variants
2020-03-06 Ralf Jungtest that we validate boxes
2020-03-06 Ralf Jungconst validation ub tests: use transmute instead of...
2020-03-06 Ralf Jungmiri value visitor: detect primitives by type, not...
2020-03-06 Ralf Jung'fieldless enums' is not what I meant -- it's empty...
2020-03-06 Santiago Pastorinomir::Local is Copy we can pass it by value in these...
2020-03-06 LeSeulArtichautTurn trailing tokens in `assert!()` into hard errors
2020-03-06 Yuki OkushiAdd a regression test
2020-03-06 Yuki OkushiAvoid using `unwrap()` in suggestions
2020-03-06 Matthias KrügerDon't redundantly repeat field names (clippy::redundant...
2020-03-06 Matthias Krügerbless tests
2020-03-06 Yuki OkushiRemove `NO_DEBUG` const
2020-03-06 borsAuto merge of #69753 - pnkfelix:issue-69191-ice-on...
2020-03-06 Vadim Petrochenkovrustc_expand: Factor out `Annotatable::into_tokens...
next