]> git.lizzy.rs Git - rust.git/history - src
Add comment to explain why we change the layout for Projection
[rust.git] / src /
2019-05-25 Santiago PastorinoAdd comment to explain why we change the layout for...
2019-05-25 borsAuto merge of #59276 - oli-obk:cleanups, r=eddyb
2019-05-25 Oliver SchererUpdate nll ui tests
2019-05-25 borsAuto merge of #61151 - Centril:rollup-5rpyhfo, r=Centril
2019-05-25 varkorFix missing tcx
2019-05-25 Oliver SchererOnly print integers in symbol path's constants
2019-05-25 Oliver SchererUpdate ui tests
2019-05-25 Oliver SchererPrint types for unevaluated constants
2019-05-25 Oliver SchererFix rebase fallout
2019-05-25 Oliver SchererBreak cycle during array length printing
2019-05-25 Eduard-Mihai Burtescurustc: integrate ty::Const into ty::print as print_const.
2019-05-25 Oliver SchererUpdate ui tests
2019-05-25 Oliver SchererPrint unevaluted constants as `_` or as their source...
2019-05-25 Oliver SchererUse `write_char` to skip the formatting infrastructure
2019-05-25 Oliver SchererFix tidy
2019-05-25 Oliver SchererPrint generic args in function calls in MIR
2019-05-25 Oliver SchererGroup common printing code during constant pretty printing
2019-05-25 Oliver SchererRender unresolved anon consts like closures
2019-05-25 Oliver Scherer`u8` is printed as a number, not a character
2019-05-25 Oliver SchererRender const byte slices in MIR
2019-05-25 Oliver SchererMake `ConstValue::Slice` solely take `[u8]` and `str`
2019-05-25 Oliver SchererRefactor string constant printing to prep for byte...
2019-05-25 Oliver SchererAdd test showing how byte slices are printed in MIR
2019-05-25 Oliver SchererDon't use `ty::Const` without immediately interning
2019-05-25 Oliver SchererPrint const chars escaped with surrounding quotes
2019-05-25 Oliver SchererMerge the string printing paths of ty::Const
2019-05-25 Oliver SchererThere's a tcx in scope, don't use the tls one
2019-05-25 Oliver SchererReuse the pretty printing architecture for printing...
2019-05-25 Oliver SchererRemove unnecessary secondary recursion
2019-05-25 borsAuto merge of #61150 - Centril:rollup-wmm7qga, r=Centril
2019-05-25 Mazdak FarrokhzadRollup merge of #61104 - spastorino:eval-place-to-op...
2019-05-25 Mazdak FarrokhzadRollup merge of #61103 - spastorino:find-iterate, r...
2019-05-25 Mazdak FarrokhzadRollup merge of #61099 - spastorino:ignore-borrow-itera...
2019-05-25 Mazdak FarrokhzadRollup merge of #61094 - spastorino:find-local-iterate...
2019-05-25 Mazdak FarrokhzadRollup merge of #61093 - spastorino:borrow-of-local...
2019-05-25 Mazdak FarrokhzadRollup merge of #61092 - spastorino:sanitize-place...
2019-05-25 Mazdak FarrokhzadRollup merge of #61138 - varkor:async-await-tests,...
2019-05-25 Mazdak FarrokhzadRollup merge of #61134 - nvzqz:reverse_bits-must_use...
2019-05-25 Mazdak FarrokhzadRollup merge of #61125 - XAMPPRocky:master, r=jonas...
2019-05-25 Mazdak FarrokhzadRollup merge of #61121 - RalfJung:miri-value-printing...
2019-05-25 Mazdak FarrokhzadRollup merge of #61118 - pnkfelix:issue-60654-dont...
2019-05-25 Mazdak FarrokhzadRollup merge of #61116 - scottmcm:vcpp-download-link...
2019-05-25 Mazdak FarrokhzadRollup merge of #61113 - SimonSapin:fnbox, r=alexcrichton
2019-05-25 Mazdak FarrokhzadRollup merge of #61111 - Cerberuser:patch-1, r=steveklabnik
2019-05-25 Mazdak FarrokhzadRollup merge of #61110 - ehuss:revert-edition-override...
2019-05-25 Mazdak FarrokhzadRollup merge of #61107 - blkerby:docs_typos, r=Centril
2019-05-25 Mazdak FarrokhzadRollup merge of #61096 - ehuss:tidy-license-short-circu...
2019-05-25 Mazdak FarrokhzadRollup merge of #61095 - ehuss:update-cargo, r=alexcrichton
2019-05-25 Mazdak FarrokhzadRollup merge of #61026 - estebank:macro-eof-spans,...
2019-05-25 borsAuto merge of #60441 - vext01:try-to-kill-projection...
2019-05-24 varkorAdd extra arc_wake
2019-05-24 Esteban KüberRevert changes that belong to separate PR
2019-05-24 Santiago PastorinoMake eval_place_to_op iterate instead of recurse
2019-05-24 Santiago PastorinoMake eval_place_to_mplace take PlaceBase::Static
2019-05-24 varkorDelete stray .stderr
2019-05-24 varkorMove error code tests to error code folder
2019-05-24 varkorAdd issues folder in async-await
2019-05-24 varkorAdd drop-order folder in test/ui/async-await
2019-05-24 varkorAdd auxiliary issue file
2019-05-24 varkorMove some issues into the issues folder
2019-05-24 varkorMove async/await tests to test/ui/async-await
2019-05-24 Nikolai VazquezAnnotate each `reverse_bits` with `#[must_use]`
2019-05-24 borsAuto merge of #60777 - pietroalbini:azure-pipelines...
2019-05-24 Santiago PastorinoAvoid catch-all arm, use Base(PlaceBase::Static(_))
2019-05-24 Esteban KüberMove diagnostic logic out of parser
2019-05-24 Esteban KüberFix rebase
2019-05-24 Esteban Küberreview comments
2019-05-24 Esteban KüberTweak macro parse errors when reaching EOF during macro...
2019-05-24 Santiago PastorinoMake ignore_borrow iterate instead of recurse
2019-05-24 Santiago PastorinoMake borrow_of_local_data iterate instead of recurse
2019-05-24 Santiago PastorinoMake sanitize_place iterate instead of recurse
2019-05-24 Santiago PastorinoMake find iterate instead of recurse
2019-05-24 Ralf Jungthis is for tidy
2019-05-24 Ralf Jungimprove debug-printing of scalars
2019-05-24 Felix S. Klock IIRegression test for issue #60654.
2019-05-24 Edd BarrettMake place projections concrete.
2019-05-24 borsAuto merge of #60568 - petrochenkov:debi, r=Mark-Simulacrum
2019-05-24 Felix S. Klock IIDelay ICE in early_free_scope so feature gate has chanc...
2019-05-24 Felix S. Klock IIDelay ICE in fold_region so feature gate has chance...
2019-05-24 Vadim Petrochenkovrustbuild: Untie `debuginfo-level-tests` from `debuginf...
2019-05-24 borsAuto merge of #60803 - varkor:remove-in-place-syntax...
2019-05-24 Vadim Petrochenkovci: Enable debuginfo for std only if release channel...
2019-05-24 Vadim Petrochenkovrustbuild: Simplify debuginfo configuration
2019-05-24 Simon SapinDeprecate `FnBox`. `Box<dyn FnOnce()>` can be called...
2019-05-24 Simon SapinUse FnOnce instead of FnBox in libtest
2019-05-24 CerberuserFixed type-alias-bounds lint doc
2019-05-24 Eric HussRevert edition-guide toolstate override
2019-05-24 borsAuto merge of #60984 - matthewjasper:borrowck-error...
2019-05-24 Brent KerbyFix typo "spit_paths", add link
2019-05-24 Brent Kerbytypo
2019-05-24 varkorUpdate tests
2019-05-24 varkorRemove `ObsoleteInPlace`
2019-05-24 borsAuto merge of #61105 - Centril:rollup-t9lemjf, r=Centril
2019-05-23 Mazdak FarrokhzadRollup merge of #61098 - varkor:fix-overflowing-literal...
2019-05-23 Mazdak FarrokhzadRollup merge of #61086 - RalfJung:box, r=alexcrichton
2019-05-23 Mazdak FarrokhzadRollup merge of #61082 - RalfJung:vec, r=alexcrichton
2019-05-23 Mazdak FarrokhzadRollup merge of #61056 - euclio:custom-discriminant...
2019-05-23 Mazdak FarrokhzadRollup merge of #61054 - estebank:mut-ref-reassign...
2019-05-23 Mazdak FarrokhzadRollup merge of #59545 - Zoxc:the-arena-3, r=eddyb...
2019-05-23 borsAuto merge of #60970 - MaulingMonkey:pr-compiletest...
next