]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-29 Mazdak FarrokhzadRollup merge of #68692 - jyn514:vec-from-array, r=Lukas...
2020-03-29 borsAuto merge of #70370 - petrochenkov:nosmatch, r=Centril
2020-03-29 borsAuto merge of #70518 - Dylan-DPC:rollup-n2gkh3a, r...
2020-03-29 Dylan DPCRollup merge of #70510 - RalfJung:bool-vs-boolean,...
2020-03-29 Dylan DPCRollup merge of #70508 - RalfJung:scalar-from, r=eddyb
2020-03-29 Dylan DPCRollup merge of #70503 - RalfJung:null, r=varkor
2020-03-29 Dylan DPCRollup merge of #70235 - dillona:70182-check-before...
2020-03-29 Dylan DPCRollup merge of #69937 - TyPR124:osstr_ascii, r=dtolnay
2020-03-28 TyPR124add tracking issue
2020-03-28 TyPR124move doc links for consistency
2020-03-28 TyPR124remove unnecessary comments
2020-03-28 TyPR124use make_ascii_uppercase in windows/process.rs
2020-03-28 TyPR124ascii methods on osstr
2020-03-28 borsAuto merge of #66938 - GuillaumeGomez:lint-for-no-crate...
2020-03-28 Ralf Jungfix TryEnterCriticalSection return type
2020-03-28 Ralf Jungrefmt
2020-03-28 Ralf Jungget rid of useless back-and-forth cast
2020-03-28 Ralf Junguse more specialized Scalar::from_ constructors where...
2020-03-28 borsAuto merge of #70499 - Dylan-DPC:rollup-f9je1l8, r...
2020-03-28 Ralf Junguse machine_ prefix for target usize/isize
2020-03-28 Ralf Jungrename Scalar::{ptr_null -> null_ptr}
2020-03-28 Dylan DPCRollup merge of #70495 - bkaestner:master, r=Mark-Simul...
2020-03-28 Dylan DPCRollup merge of #70493 - 0xd4d:rustdoc-tab-size, r...
2020-03-28 Dylan DPCRollup merge of #70486 - Mark-Simulacrum:unicode-shrink...
2020-03-28 Dylan DPCRollup merge of #70448 - TimotheeGerber:rustdoc-create...
2020-03-28 Dylan DPCRollup merge of #70418 - PankajChaudhary5:master, r...
2020-03-28 borsAuto merge of #70485 - matthiaskrgr:submodule_upd,...
2020-03-28 Benjamin KästnerReplace last mention of IRC with Discord
2020-03-28 borsAuto merge of #70261 - Centril:angle-args-partition...
2020-03-28 0xd4dFix rustdoc.css CSS tab-size property
2020-03-28 borsAuto merge of #70095 - jsgf:link-native, r=nagisa
2020-03-28 borsAuto merge of #70483 - Centril:rollup-slli4yf, r=Centril
2020-03-27 Mark RousskovUpdate the documentation comment
2020-03-27 Mark RousskovRemove separate encoding for a single nonzero-mapping...
2020-03-27 Mark RousskovAdd skip list based implementation for smaller encoding
2020-03-27 Matthias Krügersubmodules: update clippy from 1ff81c1b to 70b93aab
2020-03-27 Mazdak FarrokhzadRollup merge of #70480 - lcnr:appayupyup, r=eddyb
2020-03-27 Mazdak FarrokhzadRollup merge of #70478 - lcnr:refactor-type_of, r=varkor
2020-03-27 Mazdak FarrokhzadRollup merge of #70457 - Centril:non-exhaustive-scrutin...
2020-03-27 Mazdak FarrokhzadRollup merge of #70434 - Centril:fix-34421, r=estebank
2020-03-27 Mazdak FarrokhzadRollup merge of #70345 - nnethercote:rm-no_integrated_a...
2020-03-27 borsAuto merge of #70162 - cjgillot:split_query, r=Zoxc
2020-03-27 Mazdak Farrokhzadadd the label back but make it shorter
2020-03-27 Jeremy FitzhardingeImplement -Zlink-native-libraries
2020-03-27 borsAuto merge of #70474 - Dylan-DPC:rollup-0lsxmmk, r...
2020-03-27 Bastian Kauschkerefactor type_of for consts
2020-03-27 Bastian Kauschkeclarify hir_id <-> node_id method names
2020-03-27 PankajChaudhary5Refactor changes
2020-03-27 Dylan DPCRollup merge of #70470 - GuillaumeGomez:cleanup-e0463...
2020-03-27 Dylan DPCRollup merge of #70068 - jclulow:illumos-gcc, r=cramertj
2020-03-27 Dylan DPCRollup merge of #69887 - GuillaumeGomez:cleanup-e0404...
2020-03-27 Dylan DPCRollup merge of #65222 - Lucretiel:fold_self, r=kodrAus
2020-03-27 Guillaume Gomezclean up E0404 explanation
2020-03-27 PankajChaudhary5Refactor changes
2020-03-27 borsAuto merge of #69916 - oli-obk:mir_bless, r=eddyb
2020-03-27 Guillaume GomezClean up E0463 explanation
2020-03-27 borsAuto merge of #70282 - ssomers:btreemap_gdb_pretty_prin...
2020-03-27 Mazdak Farrokhzadaddress some review comments
2020-03-27 Camille GILLOTImplement HashStable directly.
2020-03-27 Camille GILLOTCleanups.
2020-03-27 Camille GILLOTMove QueryContext to the parent module.
2020-03-27 Mazdak Farrokhzadparse: improve recovery for assoc eq constraints.
2020-03-27 Mazdak Farrokhzadextract parse_generic_arg
2020-03-27 Mazdak Farrokhzadparse_angle_arg: parse constraints first
2020-03-27 Mazdak Farrokhzadsplit parse_angle_args into loop / single step
2020-03-27 Mazdak Farrokhzadparse: move constraint/arg restriction to ast_validation.
2020-03-27 Camille GILLOTRemove the QueryGetter trait.
2020-03-27 borsAuto merge of #69470 - mati865:deps, r=Mark-Simulacrum
2020-03-27 Mazdak Farrokhzadsuggest semi on expr mac!() good as stmt mac!().
2020-03-27 Mazdak Farrokhzadnon-exhastive diagnostic: add note re. scrutinee type
2020-03-27 PankajChaudhary5fix suggested changes
2020-03-27 borsAuto merge of #68404 - Amanieu:llvm-asm, r=estebank
2020-03-27 dylan_DPCremove unused import
2020-03-27 dylan_DPCsimplify test
2020-03-27 Nicholas NethercoteRemove `no_integrated_as` mode.
2020-03-27 borsAuto merge of #70451 - Dylan-DPC:rollup-2g9oyht, r...
2020-03-27 Dylan DPCRollup merge of #70435 - Alexendoo:test-66706, r=Centril
2020-03-27 Dylan DPCRollup merge of #70344 - Centril:hir-pretty, r=eddyb
2020-03-27 Dylan DPCRollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnay
2020-03-27 Dylan DPCRollup merge of #69936 - Aaron1011:fix/suggestion-cycle...
2020-03-27 Dylan DPCRollup merge of #69644 - ecstatic-morse:unified-dataflo...
2020-03-26 Dylan MacKenzieMake `framework` a private module
2020-03-26 Dylan MacKenzieUpdate `framework` module docs
2020-03-26 Dylan MacKenzieMove `BottomValue` into `framework/mod.rs`
2020-03-26 Dylan MacKenzieUpdate imports from `dataflow::generic` to `dataflow`
2020-03-26 Dylan MacKenzieUpdate use statements in `dataflow/mod.rs`
2020-03-26 Dylan MacKenzieRename `dataflow::generic` to `dataflow::framework`
2020-03-26 Dylan MacKenzieMove `MoveDataParamEnv` to beginning of module
2020-03-26 Dylan MacKenzieRemove `BitDenotation` framework
2020-03-26 Stein SomersTest and fix gdb pretty printing again
2020-03-26 dylan_DPCfix docs
2020-03-26 Timothée GerberCreate output dir in rustdoc markdown render
2020-03-26 borsAuto merge of #70441 - Dylan-DPC:rollup-qv7h2ph, r...
2020-03-26 Dylan DPCRollup merge of #70437 - RalfJung:miri-saturate, r...
2020-03-26 Dylan DPCRollup merge of #70429 - GuillaumeGomez:cleanup-e0459...
2020-03-26 Dylan DPCRollup merge of #70428 - Centril:move-to-mod, r=petroch...
2020-03-26 Dylan DPCRollup merge of #70413 - AminArria:match-pattern-incorr...
2020-03-26 Dylan DPCRollup merge of #70397 - JOE1994:write_wide_str, r...
2020-03-26 Dylan DPCRollup merge of #70384 - nnethercote:refactor-object...
2020-03-26 Nathan WestAdd fold_self
next