]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #85302 - r00ster91:patch-7, r=joshtriplett
[rust.git] / compiler /
2021-05-12 borsAuto merge of #84730 - sexxi-goose:rox-auto-trait,...
2021-05-12 Camille GILLOTUse () for analysis.
2021-05-12 Camille GILLOTUse () for codegen queries.
2021-05-12 Camille GILLOTUse () for all_traits.
2021-05-12 Camille GILLOTUse () for visible_parent_map.
2021-05-12 Camille GILLOTUse () for lang items.
2021-05-12 Camille GILLOTUse () for privacy.
2021-05-12 Camille GILLOTUse () for typeck_item_bodies.
2021-05-12 Camille GILLOTUse () for inherent_impls.
2021-05-12 Camille GILLOTUse () for inferred_outlives_crate.
2021-05-12 Camille GILLOTUse () for crate_variances.
2021-05-12 Camille GILLOTUse () for mir_keys.
2021-05-12 Camille GILLOTUse () for lint_levels.
2021-05-12 Camille GILLOTUse () for proc_macro_decls_static.
2021-05-12 Camille GILLOTUse () for plugin_registrar_fn.
2021-05-12 Camille GILLOTUse () for entry_fn.
2021-05-12 Camille GILLOTUse () for HIR queries.
2021-05-12 Camille GILLOTUse () in reachable_set.
2021-05-12 Camille GILLOTUse () in dependency_formats.
2021-05-12 Giacomo StevanatoFix diagnostics spans for missing lifetimes in edge...
2021-05-12 Giacomo StevanatoFix diagnostics spans for missing generics in edge...
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-12 Giacomo StevanatoAdd more precise span informations to generic types
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-05-12 borsAuto merge of #84278 - Aaron1011:feature/new-proc-macro...
2021-05-12 Aaron HillImplement span quoting for proc-macros
2021-05-12 borsAuto merge of #85206 - ehuss:update-cargo, r=ehuss
2021-05-12 Esteban KüberRecover from invalid `struct` item syntax
2021-05-12 borsAuto merge of #85192 - klensy:bump-deps, r=Mark-Simulacrum
2021-05-12 Dr. ChatAdd initial asm!() support for PowerPC
2021-05-11 Mateusz Mikułaupdate cc crate
2021-05-11 borsAuto merge of #85199 - JohnTitor:rollup-gz5m06c, r...
2021-05-11 Yuki OkushiRollup merge of #85196 - richkadel:reverts-cover-unreac...
2021-05-11 Yuki OkushiRollup merge of #85191 - GuillaumeGomez:improve-rustdoc...
2021-05-11 Yuki OkushiRollup merge of #85187 - FabianWolff:issue-84976, r...
2021-05-11 Yuki OkushiRollup merge of #85162 - LingMan:patch-1, r=varkor
2021-05-11 Yuki OkushiRollup merge of #85136 - shirshak55:master, r=dtolnay
2021-05-11 Yuki OkushiRollup merge of #85124 - jsha:trust-the-bool, r=Guillau...
2021-05-11 Yuki OkushiRollup merge of #85018 - hi-rustin:rustin-patch-84637...
2021-05-11 Yuki OkushiRollup merge of #83501 - camelid:rustdoc-layout, r...
2021-05-11 Rich KadelRevert "Auto merge of #84797 - richkadel:cover-unreacha...
2021-05-11 Mark RousskovStore VariantIdx to distinguish enum variants
2021-05-11 borsAuto merge of #84904 - ssomers:btree_drop_kv_in_place...
2021-05-11 LeSeulArtichautAdd helper for switching safety contexts
2021-05-11 Roxaneuse the correct attributes and add helper function
2021-05-11 borsAuto merge of #82272 - b-naber:gat_diag, r=estebank...
2021-05-11 Fabian WolffUse .name_str() to format primitive types in error...
2021-05-11 borsAuto merge of #85023 - RalfJung:array-to-raw-elem,...
2021-05-11 LeSeulArtichautIntroduce the (WIP) THIR unsafety checker
2021-05-11 LeSeulArtichaut[WIP] Create a `Visitor` for the THIR
2021-05-11 b-naberimprove diagnosts for GATs
2021-05-11 borsAuto merge of #85109 - RalfJung:remove-const_fn, r...
2021-05-11 borsAuto merge of #85100 - HKalbasi:issue-68049-fix, r...
2021-05-11 borsAuto merge of #80300 - LeSeulArtichaut:80275-doc-inline...
2021-05-11 hamidreza kalbasiFix CI problems
2021-05-11 borsAuto merge of #85165 - JohnTitor:rollup-ew1ls7x, r...
2021-05-11 Yuki OkushiRollup merge of #85143 - fee1-dead:master, r=Mark-Simul...
2021-05-11 Yuki OkushiRollup merge of #85114 - jyn514:download-fixme, r=Mark...
2021-05-11 Yuki OkushiRollup merge of #85051 - jyn514:check-miri, r=Mark...
2021-05-11 Yuki OkushiRollup merge of #85002 - jyn514:releases, r=Mark-Simulacrum
2021-05-11 Yuki OkushiRollup merge of #84998 - Aaron1011:pretty-unstable...
2021-05-11 Yuki OkushiRollup merge of #84783 - jyn514:fmt-one, r=Mark-Simulacrum
2021-05-11 Yuki OkushiRollup merge of #84777 - jyn514:rustdoc-parallel, r...
2021-05-11 borsAuto merge of #85012 - FabianWolff:struct-rec, r=davidtwco
2021-05-10 LingManFix typo in variable name
2021-05-10 Andy WangSplit span_to_string into span_to_diagnostic/embeddable...
2021-05-10 Aaron HillShow nicer error when an 'unstable fingerprints' error...
2021-05-10 borsAuto merge of #84677 - CDirkx:pal, r=Mark-Simulacrum
2021-05-10 borsAuto merge of #85156 - GuillaumeGomez:rollup-8u4h34g...
2021-05-10 Guillaume GomezRollup merge of #85152 - nagisa:target-search-rustlib...
2021-05-10 Guillaume GomezRollup merge of #85148 - GuillaumeGomez:source-code...
2021-05-10 Guillaume GomezRollup merge of #85118 - GuillaumeGomez:clipboard-svg...
2021-05-10 Guillaume GomezRollup merge of #84465 - jyn514:primitive, r=GuillaumeGomez
2021-05-10 LeSeulArtichautAdd documentation
2021-05-10 Simonas KazlauskasAdjust target search algorithm for rustlib path
2021-05-10 Fabian WolffImplement changes suggested by tmiasko and davidtwco
2021-05-10 borsAuto merge of #85150 - Dylan-DPC:rollup-q26gbx3, r...
2021-05-10 Dylan DPCRollup merge of #85147 - lnicola:rust-analyzer-2021...
2021-05-10 Dylan DPCRollup merge of #85146 - ijackson:seek-rewind, r=m...
2021-05-10 Dylan DPCRollup merge of #85112 - RalfJung:promoted-errors,...
2021-05-10 Dylan DPCRollup merge of #85096 - clarfonthey:const_unchecked...
2021-05-10 Dylan DPCRollup merge of #85075 - ptrojahn:panic_warning, r...
2021-05-10 Dylan DPCRollup merge of #85050 - FabianWolff:issue-84592, r...
2021-05-10 Fabian WolffMore minor fixes suggested by @jackh726
2021-05-10 borsAuto merge of #85079 - petrochenkov:sessclean, r=davidtwco
2021-05-10 Vadim Petrochenkovrustc_session: Use `Iterator::find` instead of manual...
2021-05-10 Vadim Petrochenkovrustc_session: Move more option building code from...
2021-05-10 borsAuto merge of #85053 - camsteffen:duplicate-lint, r...
2021-05-10 bjorn3Add link to historic note
2021-05-10 bjorn3Better error messages
2021-05-10 borsAuto merge of #85104 - hi-rustin:rustin-patch-typo...
2021-05-10 borsAuto merge of #85074 - GuillaumeGomez:end-toggle-migrat...
2021-05-10 hamidreza kalbasiremove big match
2021-05-10 borsAuto merge of #84507 - crlf0710:codegen_nonlocal_main_w...
2021-05-09 hamidreza kalbasimove logic to a function
2021-05-09 borsAuto merge of #83800 - xobs:impl-16351-nightly, r=nagisa
2021-05-09 Fabian WolffImplement @jackh726's suggestions
2021-05-09 borsAuto merge of #85065 - Mark-Simulacrum:preds-no-alloc...
2021-05-09 borsAuto merge of #83894 - nikic:newpm, r=nagisa
2021-05-09 Paul TrojahnImprove "panic message is not a string literal" warning
next