]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-02 borsAuto merge of #68672 - jonas-schievink:dedup-witness...
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...
2020-02-01 Yuki OkushiRollup merge of #68681 - bobrippling:fix-matched-angle...
2020-02-01 Yuki OkushiRollup merge of #68460 - sinkuu:emit_mir_buffered,...
2020-02-01 Yuki OkushiDo not suggest things named underscore
2020-02-01 Rob PillingAvoid qualified path recovery when not followed by...
2020-02-01 Rob PillingImprove wording and docs for qualified path recovery
2020-02-01 Rob PillingMove colon-check to recover_colon_before_qpath_proj()
2020-02-01 Rob PillingSimplify span usage and avoid .eat()
2020-02-01 Jonas SchievinkDeduplicate generator interior 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 Tim DiekmannRemove `Alloc` in favor of `AllocRef`
2020-02-01 borsAuto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa
2020-02-01 Konrad BorowskiRemove a comment about pretty printer in formatting...
2020-02-01 borsAuto merge of #68698 - tmiasko:catch-panic, r=Amanieu
2020-02-01 Shotaro YamadaUse BufWriter
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 Jonas SchievinkIgnore `build` dir formatting
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 Jacob Rothstein[docs] remind bug reporters to update nightly
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 Rob PillingSuggest path separator for single-colon typos
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 Alex CrichtonUpdate jobserver crate to 0.1.21
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...
next