]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #69859 - contrun:fix-62456, r=matthewjasper
[rust.git] / src /
2020-03-11 Mazdak FarrokhzadRollup merge of #69859 - contrun:fix-62456, r=matthewjasper
2020-03-11 Mazdak FarrokhzadRollup merge of #69825 - lcnr:discriminant, r=oli-obk
2020-03-11 Mazdak FarrokhzadRollup merge of #69766 - skade:make-point-copy-in-add...
2020-03-11 Mazdak FarrokhzadRollup merge of #69645 - DutchGhost:const-forget-tests...
2020-03-11 Mazdak FarrokhzadRollup merge of #69625 - Stebalien:feat/iter-copy-speci...
2020-03-11 Mazdak FarrokhzadRollup merge of #69591 - matthewjasper:query-response...
2020-03-11 Mazdak FarrokhzadRollup merge of #69373 - tspiteri:const_int_conversion...
2020-03-11 Mazdak FarrokhzadRollup merge of #66059 - RalfJung:panic-on-non-zero...
2020-03-10 borsAuto merge of #66364 - Centril:cleanup-macro-def, r...
2020-03-10 Florian GilcherMake Point `Copy` in arithmetic documentation
2020-03-10 Bastian Kauschkeexplain the use of a custom identity function
2020-03-10 Mazdak Farrokhzadmacros/unknown-builtin: use hack for musl problems
2020-03-10 Mazdak Farrokhzadspan-api-tests: leave FIXME
2020-03-10 Ana-Maria Mihalacherustc_errors: Use ensure_source_file_source_present...
2020-03-10 Mazdak Farrokhzad--bless some tests
2020-03-10 Mazdak Farrokhzadadjust span-api-tests.rs
2020-03-10 Mazdak Farrokhzadpacify rustdoc by using better url
2020-03-10 Mazdak FarrokhzadStore `TokenStream` in `rmeta::MacroDef`.
2020-03-10 borsAuto merge of #69879 - Centril:rollup-ryea91j, r=Centril
2020-03-10 Mazdak FarrokhzadRollup merge of #69877 - CAD97:patch-1, r=dtolnay
2020-03-10 Mazdak FarrokhzadRollup merge of #69861 - Dylnuge:dylnuge/locale-doc...
2020-03-10 Mazdak FarrokhzadRollup merge of #69847 - GuillaumeGomez:cleanup-e0393...
2020-03-10 Mazdak FarrokhzadRollup merge of #69836 - JohnTitor:immediate-outputs...
2020-03-10 Mazdak FarrokhzadRollup merge of #69817 - thekuom:test/borrow-checking...
2020-03-10 Mazdak FarrokhzadRollup merge of #69799 - TimDiekmann:zst, r=Amanieu
2020-03-10 Mazdak FarrokhzadRollup merge of #69714 - spastorino:place-ref-lifetime...
2020-03-10 Mazdak FarrokhzadRollup merge of #69677 - petrochenkov:spancode, r=eddyb
2020-03-10 Mazdak FarrokhzadRollup merge of #69514 - GuillaumeGomez:remove-spotligh...
2020-03-10 Mazdak FarrokhzadRollup merge of #69475 - Zoxc:no-no-force, r=michaelwoe...
2020-03-10 Christopher DurhamVec::new is const tstable in 1.39 not 1.32
2020-03-10 YIfix test failure due to earlier emitted error
2020-03-10 YIfix #62456
2020-03-09 Dylan NugentAdd note about localization to std::fmt docs
2020-03-09 John Kåre AlsakerAdd a comment to `recover`.
2020-03-09 John Kåre AlsakerRemove the `no_force` query attribute
2020-03-09 John Kåre AlsakerRemove the need for `no_force`
2020-03-09 John Kåre AlsakerMove `analysis` to the query macro
2020-03-09 Matthew Kuotest(patterns): add borrowck tests for combination...
2020-03-09 borsAuto merge of #69851 - Centril:rollup-iivxvah, r=Centril
2020-03-09 Mazdak FarrokhzadRollup merge of #69842 - JohnTitor:more-tests, r=Centril
2020-03-09 Mazdak FarrokhzadRollup merge of #69801 - petrochenkov:nonorm, r=Centril
2020-03-09 Mazdak FarrokhzadRollup merge of #69779 - tmiasko:di-cstr, r=nagisa
2020-03-09 Mazdak FarrokhzadRollup merge of #69762 - RalfJung:validity-errors,...
2020-03-09 Mazdak FarrokhzadRollup merge of #69685 - cuviper:soft-segv, r=sfackler
2020-03-09 Mazdak FarrokhzadRollup merge of #69201 - Aaron1011:feature/permit-if...
2020-03-09 Vadim PetrochenkovAddress review comments
2020-03-09 Vadim PetrochenkovUse `Token::uninterpolate` in couple more places matchi...
2020-03-09 Vadim Petrochenkovrustc_parse: Remove `Parser::normalized(_prev)_token`
2020-03-09 Vadim Petrochenkovrustc_ast: Introduce `Token::uninterpolate`
2020-03-09 Vadim Petrochenkovrustc_ast: Introduce `Token::uninterpolated_span`
2020-03-09 Vadim Petrochenkovrustc_parse: Use `Token::ident` where possible
2020-03-09 Bastian Kauschkediscrimant test must not be inlined!
2020-03-09 Guillaume Gomezclean up E0393 explanation
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 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`
next