]> git.lizzy.rs Git - rust.git/history - src
rustc_metadata: Give a constructor to `CratePaths`
[rust.git] / src /
2019-11-17 Vadim Petrochenkovrustc_metadata: Give a constructor to `CratePaths`
2019-11-17 Vadim Petrochenkovrustc_metadata: Minor cleanup
2019-11-17 Vadim Petrochenkovrustc_metadata: Give a constructor to `CrateMetadata`
2019-11-17 Vadim Petrochenkovrustc_metadata: Give a constructor to `CrateLocator`
2019-11-17 Vadim Petrochenkovrustc_metadata: `locator::Context` -> `CrateLocator`
2019-11-17 Vadim Petrochenkovrustc_metadata: Move some structs from `cstore` to...
2019-11-17 borsAuto merge of #66488 - RalfJung:miri, r=RalfJung
2019-11-17 Ralf Jungupdate Miri
2019-11-17 borsAuto merge of #66336 - ehuss:update-cargo-books, r...
2019-11-17 borsAuto merge of #66485 - JohnTitor:rollup-vbwhg6r, r...
2019-11-17 Yuki OkushiRollup merge of #66477 - ALSchwalm:clarify-transmute...
2019-11-17 Yuki OkushiRollup merge of #66471 - Alexendoo:test-issue-63116...
2019-11-17 Yuki OkushiRollup merge of #66469 - CosineP:fix/field-lint, r...
2019-11-17 Yuki OkushiRollup merge of #66466 - RalfJung:seh, r=oli-obk
2019-11-17 Yuki OkushiRollup merge of #66465 - mulimoen:fix_lifetime_elision_...
2019-11-17 Yuki OkushiRollup merge of #66456 - Centril:driver-codes, r=Mark...
2019-11-17 Yuki OkushiRollup merge of #66395 - jplatte:centralize-panic-docs...
2019-11-17 Yuki OkushiRollup merge of #66381 - Centril:66340, r=petrochenkov
2019-11-17 Yuki OkushiRollup merge of #66344 - petrochenkov:noregattr, r...
2019-11-17 Yuki OkushiRollup merge of #66271 - petrochenkov:abism, r=Centril
2019-11-17 Yuki OkushiRollup merge of #65739 - mqudsi:vec_split_off_docs...
2019-11-16 borsAuto merge of #66394 - wesleywiser:fix_oom, r=oli-obk
2019-11-16 Alex MacleodAdd test for issue 63116
2019-11-16 Vadim PetrochenkovAdd some more tests
2019-11-16 Vadim PetrochenkovAddress review comments
2019-11-16 Adam SchwalmClarify transmute_copy documentation example
2019-11-16 Mahmoud Al-QudsiRevise the text of `vec::split_off()` per review in...
2019-11-16 Mahmoud Al-QudsiImprove documentation of `Vec::split_off(...)`
2019-11-16 borsAuto merge of #64694 - petrochenkov:reshelp, r=matthewj...
2019-11-16 Vadim Petrochenkovparse: Use string literal parsing in the `asm` macro
2019-11-16 Vadim Petrochenkovparse: Support parsing optional literals
2019-11-16 Vadim Petrochenkovast: Keep string literals in ABIs precisely
2019-11-16 Vadim Petrochenkovast: Keep `extern` qualifiers in functions more precisely
2019-11-16 Wesley WiserOnly run tests on x86_64
2019-11-16 Vadim Petrochenkovrustc_plugin: Remove `Registry::register_attribute`
2019-11-16 Vadim PetrochenkovAdd some more tests
2019-11-16 Vadim Petrochenkovexpand: Stop marking derive helper attributes as known
2019-11-16 Vadim Petrochenkovresolve: Introduce a new scope for derive helpers
2019-11-16 Vadim Petrochenkovresolve: `Scope::DeriveHelpers` -> `Scope::DeriveHelper...
2019-11-16 borsAuto merge of #66333 - mark-i-m:fix-rustc-guide-1,...
2019-11-16 cosineUse "field is never read" instead of "field is never...
2019-11-16 Ralf Jungavoid linking errors
2019-11-16 Ralf Jungmiri panic_unwind: fix hack for SEH platforms
2019-11-16 Magnus Ulimoenadd missing 'static lifetime in docs
2019-11-16 borsAuto merge of #66255 - ehuss:update-cc, r=alexcrichton
2019-11-16 borsAuto merge of #66453 - Centril:rollup-w1ohzxs, r=Centril
2019-11-16 Mazdak Farrokhzadmove DIAGNOSTICS usage to rustc_driver
2019-11-15 borsAuto merge of #66326 - Nadrieril:refactor-intrange...
2019-11-15 Wesley WiserRespond to review feedback
2019-11-15 Wesley Wiser[ConstProp] Avoid OOM crashes by not evaluating large...
2019-11-15 Wesley WiserFix spurious CI filures due to OOM
2019-11-15 Mazdak FarrokhzadRollup merge of #66441 - RalfJung:seh, r=oli-obk
2019-11-15 Mazdak FarrokhzadRollup merge of #66427 - Mark-Simulacrum:errors-json...
2019-11-15 Mazdak FarrokhzadRollup merge of #66415 - tmandry:force-test-in-process...
2019-11-15 Mazdak FarrokhzadRollup merge of #66407 - JohnTitor:add-ice-tests, r...
2019-11-15 Mazdak FarrokhzadRollup merge of #66350 - hermitcore:hermit, r=rkruppe
2019-11-15 NadrierilApply suggestions from code review
2019-11-15 NadrierilAdd regression test
2019-11-15 NadrierilApply suggestions from code review
2019-11-15 NadrierilFactor out IntRange::is_subrange
2019-11-15 Nadrieril FeneanarApply suggestions from code review
2019-11-15 NadrierilAdd test for failing `try_eval_bits`
2019-11-15 NadrierilRemove fishy condition
2019-11-15 NadrierilMalformed range patterns can't happen thanks to E0030
2019-11-15 NadrierilRemove unnecessary data from ConstantValue/ConstantRange
2019-11-15 NadrierilStore Const directly in ConstantRange
2019-11-15 NadrierilMake should_treat_range_exhaustively a method
2019-11-15 NadrierilInline now-trivial IntRange::from_ctor
2019-11-15 NadrierilFactor out getting the boundaries of an `IntRange`
2019-11-15 NadrierilEagerly convert ranges to IntRange
2019-11-15 NadrierilAdd `IntRange::to_pat` and use it instead of custom...
2019-11-15 Yuki OkushiFix nll test
2019-11-15 Nadrierilformatting
2019-11-15 NadrierilIntroduce IntRange constructor
2019-11-15 Nadrieril`Constructor::display` was only needed for displaying...
2019-11-15 NadrierilAvoid converting through Constructor when subtracting...
2019-11-15 NadrierilSpecial-case subtracting from a range if that range...
2019-11-15 NadrierilPrefer IntRange::into_ctor to range_to_ctor
2019-11-15 NadrierilMove range exhaustiveness check to IntRange::intersection
2019-11-15 NadrierilSpecial-case range inclusion when the range is integral...
2019-11-15 NadrierilCleanup `constructor_covered_by_range`
2019-11-15 NadrierilIntRange::from_pat is redundant with pat_constructors
2019-11-15 Nadrieril`pat_constructor` does not need `pcx` anymore
2019-11-15 NadrierilFactor out range construction in `all_constructors`
2019-11-15 NadrierilClarify conditions for exhaustive integer range matching
2019-11-15 NadrierilNote link between apply/specialize/arity functions
2019-11-15 Ralf Jungmore comment
2019-11-15 Yuki OkushiApply suggestion from Centril
2019-11-15 Yuki OkushiFix test case and issue number
2019-11-15 Yuki OkushiAdd test for issue-58094
2019-11-15 Yuki OkushiAdd test for issue-36122
2019-11-15 Tyler MandryImprove error message for tests with panic=abort
2019-11-15 Tyler MandryAdd --force-run-in-process unstable libtest option
2019-11-15 Mark RousskovMove JSON emitter to rustc_errors
2019-11-15 Mark RousskovRemove SourceMapper trait
2019-11-15 borsAuto merge of #66449 - tmandry:rollup-3p1t0sb, r=tmandry
2019-11-15 Tyler MandryRollup merge of #66443 - GuillaumeGomez:port-erased...
2019-11-15 Tyler MandryRollup merge of #66435 - JohnTitor:fix-spelling, r...
2019-11-15 Tyler MandryRollup merge of #66429 - guanqun:add-unit-test, r=Centril
2019-11-15 Tyler MandryRollup merge of #66197 - Centril:transparent-ast, r...
next