]> git.lizzy.rs Git - rust.git/history - src
Avoid exponential behaviour when relating types
[rust.git] / src /
2020-02-02 Matthew JasperAvoid exponential behaviour when relating types
2020-02-01 borsAuto merge of #68133 - Centril:slimmer-syntax, r=petroc...
2020-02-01 Mazdak Farrokhzadpretty: raise recursion_limit = 256
2020-02-01 Mazdak Farrokhzadfix fallout in tests
2020-02-01 Mazdak Farrokhzadpretty: injected_crate_name -> has_injected_crate
2020-02-01 Mazdak Farrokhzadsyntax: reexport attr globals
2020-02-01 Mazdak Farrokhzadremove rustc_ast_pretty dep from rustc
2020-02-01 Mazdak Farrokhzadpacify the parallel compiler
2020-02-01 Mazdak Farrokhzadsyntax::print -> new crate rustc_ast_pretty
2020-02-01 Mazdak Farrokhzad1. move allow_internal_unstable to rustc_attr
2020-02-01 Mazdak Farrokhzad1. move node_id to syntax
2020-02-01 Mazdak FarrokhzadMove builtin attribute logic to new rustc_attr crate.
2020-02-01 Mazdak Farrokhzadsyntax: simplify HasAttrs code
2020-02-01 Mazdak Farrokhzadpretty: remove ParseSess dependency
2020-02-01 Mazdak Farrokhzadsyntax: move GLOBALS to attr module
2020-02-01 Mazdak Farrokhzad{syntax -> rustc_ast_passes}::node_count
2020-02-01 borsAuto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa
2020-02-01 borsAuto merge of #68698 - tmiasko:catch-panic, r=Amanieu
2020-01-31 borsAuto merge of #68633 - JohnTitor:avoid-ice-in-diagnosti...
2020-01-31 borsAuto merge of #67073 - ssomers:btree_navigation, r...
2020-01-31 Stein SomersBundle and document 6 BTreeMap navigation algorithms
2020-01-31 borsAuto merge of #68080 - varkor:declared-here, r=petrochenkov
2020-01-31 borsAuto merge of #68663 - alexcrichton:update-jobserver...
2020-01-31 borsAuto merge of #67340 - nnethercote:shrink-Nonterminal...
2020-01-31 borsAuto merge of #68685 - Dylan-DPC:rollup-rkbo05z, r...
2020-01-31 Dylan DPCRollup merge of #68680 - ollie27:doc_alloc_playground...
2020-01-31 Dylan DPCRollup merge of #68670 - euclio:invalid-issue, r=estebank
2020-01-31 Dylan DPCRollup merge of #68669 - euclio:doc-comment-stmt, r...
2020-01-31 Dylan DPCRollup merge of #68660 - kubo39:patch-1, r=Dylan-DPC
2020-01-31 Dylan DPCRollup merge of #68638 - GuillaumeGomez:links-cmp-trait...
2020-01-31 Dylan DPCRollup merge of #68588 - Centril:check-unsafety-clean...
2020-01-31 borsAuto merge of #67878 - Others:opt-3, r=Mark-Simulacrum
2020-01-31 Tomasz MiąskoRemove incorrect debug assertions from catch_unwind
2020-01-30 Oliver MiddletonAdd `#![doc(html_playground_url = ...)]` to alloc crate
2020-01-30 borsAuto merge of #66577 - WaffleLapkin:iter_take_while_map...
2020-01-30 Gregor PeachChange opt-level from 2 back to 3
2020-01-30 Andy Russellclarify "incorrect issue" error
2020-01-30 Andy Russellsuggest adding space in accidental doc comments
2020-01-30 Guillaume GomezAdd missing links for cmp traits
2020-01-30 borsAuto merge of #68661 - nnethercote:rm-unused-read_uleb1...
2020-01-30 borsAuto merge of #68325 - faern:move-numeric-consts-to...
2020-01-30 Yuki OkushiChange Applicability to `HasPlaceholders`
2020-01-30 Nicholas NethercoteRemove unused `read_uleb128` parameter.
2020-01-30 borsAuto merge of #68659 - Dylan-DPC:rollup-zo7zi9f, r...
2020-01-30 Hiroki NodaUpdate
2020-01-30 Hiroki NodaFix typo.
2020-01-30 Dylan DPCRollup merge of #68655 - tmiasko:rev, r=Dylan-DPC
2020-01-30 Dylan DPCRollup merge of #68651 - LeSeulArtichaut:doc-from-nonze...
2020-01-30 Dylan DPCRollup merge of #68640 - LeSeulArtichaut:doc-from-ip...
2020-01-30 Dylan DPCRollup merge of #68626 - Zoxc:termize, r=estebank
2020-01-30 Dylan DPCRollup merge of #68468 - ssomers:btreemap_prefer_middle...
2020-01-30 Dylan DPCRollup merge of #66648 - crgl:btree-clone-from, r=Amanieu
2020-01-30 Nicholas NethercoteUse `P` for `NtMeta`.
2020-01-30 Nicholas NethercoteUse `P` for `NtTraitItem`, `NtImplItem`, and `NtForeign...
2020-01-29 borsAuto merge of #67688 - cjgillot:passes, r=Zoxc
2020-01-29 Tomasz MiąskoFix revision annotations in borrowck-feature-nll-overri...
2020-01-29 Camille GILLOTMake Target::from_impl_item a free function.
2020-01-29 Camille GILLOTMove upvars query to librustc_passes.
2020-01-29 Camille GILLOTMove upvars.rs to librustc_passes.
2020-01-29 Camille GILLOTMove check_mod_attr query in librustc_passes.
2020-01-29 Camille GILLOTMove check_attr.rs to librustc_passes.
2020-01-29 LeSeulArtichautDocument `From` implementation for NonZero nums
2020-01-29 LeSeulArtichautDocument remaining undocumented `From` implementations...
2020-01-29 borsAuto merge of #68634 - JohnTitor:clippy-up, r=JohnTitor
2020-01-29 borsAuto merge of #68635 - JohnTitor:rollup-jsc34ac, r...
2020-01-29 Stein SomersBTreeMap: tag and explain unsafe internal functions...
2020-01-29 Yuki OkushiRollup merge of #68627 - joshtriplett:write-all-none...
2020-01-29 Yuki OkushiRollup merge of #68611 - MichaelBurge:master, r=estebank
2020-01-29 Yuki OkushiRollup merge of #68609 - Zoxc:lld-msvc, r=alexcrichton
2020-01-29 Yuki OkushiRollup merge of #68603 - kornelski:patch-1, r=pietroalbini
2020-01-29 Yuki OkushiRollup merge of #68598 - GuillaumeGomez:fix-null-synthe...
2020-01-29 Yuki OkushiRollup merge of #68586 - Centril:repr-deny, r=pnkfelix
2020-01-29 Yuki OkushiRollup merge of #67722 - petertodd:2019-improve-any...
2020-01-29 Yuki OkushiUpdate Clippy
2020-01-29 Yuki OkushiAvoid ICE in macro's diagnostics
2020-01-29 borsAuto merge of #68572 - tmiasko:sanitizer-use-after...
2020-01-29 borsAuto merge of #68512 - spastorino:local-is-copy, r...
2020-01-29 Peter ToddMinor: note why we can rely on Any trait for safety
2020-01-29 borsAuto merge of #68625 - JohnTitor:rollup-20pfcru, r...
2020-01-29 Josh TriplettDocument that write_all will not call write if given...
2020-01-29 Yuki OkushiRollup merge of #68620 - kubkon:patch-1, r=Dylan-DPC
2020-01-29 Yuki OkushiRollup merge of #68619 - gorilskij:master, r=varkor
2020-01-29 Yuki OkushiRollup merge of #68592 - pdbrito:master, r=jonas-schievink
2020-01-29 Yuki OkushiRollup merge of #68582 - LeSeulArtichaut:code-explanati...
2020-01-29 Yuki OkushiRollup merge of #68556 - ollie27:rustdoc_primitive_re...
2020-01-29 Yuki OkushiRollup merge of #68553 - GuillaumeGomez:fix-run-button...
2020-01-29 Yuki OkushiRollup merge of #68378 - billyrieger:btreemap-remove...
2020-01-29 Yuki OkushiRollup merge of #68289 - pnkfelix:issue-62649-dont...
2020-01-29 John Kåre AlsakerUse termize instead of term_size
2020-01-28 Jakub KonkaUpdate links to WASI docs in time.rs module
2020-01-28 Guillaume GomezFix null synthetic_implementors error
2020-01-28 gorilskijFix a few spelling mistakes
2020-01-28 borsAuto merge of #68606 - jonas-schievink:normalize-fastpa...
2020-01-28 LeSeulArtichautAdd E0727 long explanation
2020-01-28 Michael BurgeCorrect ICE caused by macros generating invalid spans.
2020-01-28 WaffleFill tracking issue for `iter_map_while` feature
2020-01-28 WaffleAdd `Iterator::map_while` method and corresponding...
2020-01-28 Charles GleasonReformat truncation section of clone_from
2020-01-28 John Kåre AlsakerSet lld flavor for MSVC to link.exe
2020-01-28 Charles GleasonAdd private is_empty method to RangeMut
next