]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-17 Vadim Petrochenkovparser: Set previous and unnormalized tokens in couple...
2020-02-17 Vadim Petrochenkovparser: Do not call `bump` recursively
2020-02-17 borsAuto merge of #69129 - Centril:macro-legacy-errors...
2020-02-17 borsAuto merge of #69226 - JohnTitor:rollup-syn03oj, r...
2020-02-17 Yuki OkushiRollup merge of #69188 - GuillaumeGomez:clean-up-e0309...
2020-02-17 Yuki OkushiRollup merge of #69186 - petrochenkov:kwrules, r=Centril
2020-02-17 Yuki OkushiRollup merge of #69179 - JohnTitor:rename-to-fnretty...
2020-02-17 Yuki OkushiRollup merge of #69158 - ecstatic-morse:graphviz-diff...
2020-02-17 Yuki OkushiRollup merge of #68701 - amosonn:patch-2, r=RalfJung
2020-02-17 Yuki OkushiRollup merge of #68495 - sdegutis:patch-1, r=Mark-Simul...
2020-02-17 borsAuto merge of #68781 - ssomers:btree_miri_relief, r...
2020-02-17 Yuki OkushiRename `FunctionRetTy` to `FnRetTy`
2020-02-16 borsAuto merge of #67953 - cjgillot:split_infer, r=Zoxc
2020-02-16 Stein SomersLighten tests, in particular for Miri, yet test and...
2020-02-16 Stein SomersFix comments outdated during #66648
2020-02-16 borsAuto merge of #67885 - tobithiel:fix_group_lint_allow_o...
2020-02-16 borsAuto merge of #68997 - Zoxc:pure-node-id, r=petrochenkov
2020-02-16 Amos OnnImprove #Safety of core::ptr::drop_in_place
2020-02-16 Camille GILLOTPrune rustc dependencies.
2020-02-16 Camille GILLOTGate macro use.
2020-02-16 Camille GILLOTPrune features.
2020-02-16 Camille GILLOTRemove librustc_infer crate re-exports.
2020-02-16 Camille GILLOTOther crates.
2020-02-16 Camille GILLOTMake librustc_traits compile.
2020-02-16 Camille GILLOTMake librustc_mir compile.
2020-02-16 Camille GILLOTMake librustc_typeck compile.
2020-02-16 Camille GILLOTMake librustc_infer compile.
2020-02-16 Camille GILLOTMake librustc compile.
2020-02-16 Camille GILLOTMove librustc/{traits,infer} to librustc_infer.
2020-02-16 borsAuto merge of #69156 - ecstatic-morse:unified-dataflow...
2020-02-16 borsAuto merge of #68814 - Aaron1011:fix/proc-macro-order...
2020-02-15 borsAuto merge of #68668 - GuillaumeGomez:struct-variant...
2020-02-15 Aaron HillAdd additional comment
2020-02-15 Aaron HillRecord proc macro harness order for use during metadata...
2020-02-15 John Kåre AlsakerPanic when hashing node IDs
2020-02-15 John Kåre AlsakerTreat NodeIs as pure values for incremental compilation
2020-02-15 Guillaume GomezClean up E0309 explanation
2020-02-15 borsAuto merge of #69168 - brainlock:test-textrel-regressio...
2020-02-15 Amos OnnImprove #Safety in various methods in core::ptr
2020-02-15 Amos OnnImprove #Safety of core::ptr::replace
2020-02-15 Amos OnnImprove #Safety in various methods in core::ptr
2020-02-15 Vadim Petrochenkovparser: `macro_rules` is a weak keyword
2020-02-15 borsAuto merge of #69182 - Dylan-DPC:rollup-ifsa9fx, r...
2020-02-15 Dylan DPCRollup merge of #69180 - Aaron1011:feature/comma-struct...
2020-02-15 Dylan DPCRollup merge of #69166 - JohnTitor:ice-const-enum,...
2020-02-15 Dylan DPCRollup merge of #69154 - JohnTitor:fix-macro-ices,...
2020-02-15 Dylan DPCRollup merge of #69106 - RReverser:wasi-fs-copy, r...
2020-02-15 Dylan DPCRollup merge of #66721 - maxbla:exp-format-integers...
2020-02-15 Dylan DPCRollup merge of #64069 - danielhenrymantilla:feature...
2020-02-15 Aaron HillSuggest a comma if a struct initializer field fails...
2020-02-15 Max Blachmanimplement LowerExp and UpperExp for integers
2020-02-15 borsAuto merge of #67681 - matthewjasper:infer-regions...
2020-02-14 borsAuto merge of #69172 - JohnTitor:rollup-6cbmwcw, r...
2020-02-14 Matthew JasperFix tests after rebase
2020-02-14 Matthew JasperSplit `type_of` out of collect.rs
2020-02-14 Matthew JasperAdd fast path to eq_opaque_type_and_type
2020-02-14 Matthew JasperFix and test nested impl Trait
2020-02-14 Matthew JasperUpdate tests
2020-02-14 Matthew JasperUse member constraint for most opaque types in NLL
2020-02-14 Matthew JasperAlways check upper bounds when choosing member regions
2020-02-14 Matthew JasperImprove opaque type lifetime errors
2020-02-14 Matthew JasperHandle equal regions in opaque type inference
2020-02-14 Matthew JasperShow inferred opaque types with `#[rustc_regions]`
2020-02-14 Matthew JasperAddress review comments
2020-02-14 Matthew JasperUpdate tests
2020-02-14 Matthew JasperErase regions in opaque types in typeck
2020-02-14 Matthew JasperEnsure RPIT types get recorded in borrowck
2020-02-14 Matthew JasperAvoid unnecessary opaque type errors in borrowck
2020-02-14 Matthew JasperInfer opaque type regions in borrow checking
2020-02-14 Matthew JasperPrepare to use borrowck to resolve opaque types
2020-02-14 Matthew JasperArena allocate the result of mir_borrowck
2020-02-14 Matthew JasperGenerate more accurate MIR in `construct_error`
2020-02-14 Yuki OkushiAvoid calling `fn_sig` on closures
2020-02-14 Yuki OkushiRollup merge of #69164 - GuillaumeGomez:update-pulldown...
2020-02-14 Yuki OkushiRollup merge of #69150 - nnethercote:68848-follow-up...
2020-02-14 Yuki OkushiRollup merge of #69128 - Centril:fix-69103, r=davidtwco
2020-02-14 Yuki OkushiRollup merge of #69051 - Centril:st-fixes, r=eddyb
2020-02-14 Yuki OkushiRollup merge of #68856 - Centril:or-pat-ref-pat, r...
2020-02-14 Yuki OkushiRollup merge of #68475 - Aaron1011:fix/forest-caching...
2020-02-14 Yuki OkushiRollup merge of #68129 - varkor:infer-binary-operand...
2020-02-14 Guillaume GomezUpdate pulldown-cmark dependency
2020-02-14 Matthew JasperSimplify function signature in opaque_types
2020-02-14 Matthew JasperGive some more queries descriptions
2020-02-14 Matthew JasperDistinguish RPIT from other impl trait
2020-02-14 Matthew JasperCall `is_freeze` less in unsafety-checking
2020-02-14 Matthew JasperCheck associated opaque types don't use unconstrained...
2020-02-14 Matthew JasperExplain a test
2020-02-14 borsAuto merge of #69115 - ehuss:update-books, r=Dylan-DPC
2020-02-14 borsAuto merge of #69100 - cjgillot:resolve_instance, r...
2020-02-14 Alberto Piaiadd regression test for issue #68794
2020-02-14 Yuki OkushiCheck `has_typeck_tables` before calling `typeck_tables_of`
2020-02-14 borsAuto merge of #69162 - RalfJung:miri, r=RalfJung
2020-02-14 Ralf Jungupdate miri
2020-02-14 Dylan MacKenzieDon't print block exit state if unchanged
2020-02-14 Dylan MacKenziePrint flow state in debug messages for `find_dead_unwinds`
2020-02-14 Dylan MacKenzieUse more descriptive name to get `InitializationData...
2020-02-14 Dylan MacKenzieUse `seek_before` instead of `seek_after`
2020-02-14 Dylan MacKenzieUse `ResultsCursor` for `elaborate_drops`
2020-02-14 borsAuto merge of #68693 - Zoxc:query-no-arc, r=michaelwoer...
2020-02-13 Nicholas NethercoteFix a typo in a variable name.
next