]> git.lizzy.rs Git - rust.git/history - src
Use Place::local
[rust.git] / src /
2019-05-27 Santiago PastorinoUse Place::local
2019-05-27 borsAuto merge of #60967 - Zoxc:fix-syntax-sync, r=michaelw...
2019-05-27 John Kåre AlsakerShort circuit Send and Sync impls for TokenTree
2019-05-27 borsAuto merge of #61035 - nnethercote:avoid-more-symbol...
2019-05-27 Nicholas NethercoteUse `Symbol` equality in `may_begin_with` and `parse_nt`.
2019-05-27 Nicholas NethercoteUse `Symbol` equality in `check_ident_token`.
2019-05-27 Nicholas NethercoteUse `Symbol` equality in `is_ident_named`.
2019-05-27 Nicholas NethercoteAvoid some re-interning in `to_lit_token`.
2019-05-27 Nicholas NethercoteAdd `to_symbol` methods.
2019-05-27 borsAuto merge of #61215 - paoloteti:armebv7r, r=alexcrichton
2019-05-27 Nicholas NethercotePre-intern "0", "1", ..., "9", and use where appropriate.
2019-05-27 Nicholas NethercotePass symbols to `ExtCtxt::std_path` instead of strings.
2019-05-27 Nicholas NethercoteAvoid unnecessary internings.
2019-05-27 Nicholas NethercoteAvoid interning in `resolve_place_op`.
2019-05-27 borsAuto merge of #61147 - estebank:suggest-as-ref, r=oli-obk
2019-05-26 borsAuto merge of #61214 - oli-obk:clippy, r=Manishearth
2019-05-26 borsAuto merge of #61213 - pietroalbini:fix-azure-multiple...
2019-05-26 Paolo TetiDocker: remove environment variable `CC_armebv7r_none_eabi`
2019-05-26 Oliver SchererUpdate clippy submodule
2019-05-26 borsAuto merge of #61210 - Centril:rollup-ofr6h5b, r=Centril
2019-05-26 Mazdak FarrokhzadRollup merge of #61205 - airt:docs-fix-typo-#61197...
2019-05-26 Mazdak FarrokhzadRollup merge of #61120 - spastorino:eval-place-iterate...
2019-05-26 Mazdak FarrokhzadRollup merge of #61102 - spastorino:move-path-for-itera...
2019-05-26 Mazdak FarrokhzadRollup merge of #61077 - nnethercote:tweak-prefill...
2019-05-26 borsAuto merge of #61080 - mati865:mingw_pgo, r=sanxiyn
2019-05-26 borsAuto merge of #61201 - Centril:rollup-975knrk, r=Centril
2019-05-26 airtdocs: fix typo #61197
2019-05-26 borsAuto merge of #60852 - alexcrichton:std-backtrace,...
2019-05-26 Mazdak FarrokhzadRollup merge of #61193 - spastorino:add-comment, r...
2019-05-26 Mazdak FarrokhzadRollup merge of #61189 - oli-obk:turbofish_ice, r=varkor
2019-05-26 Mazdak FarrokhzadRollup merge of #61184 - wesleywiser:const_prop_tracing...
2019-05-26 Mazdak FarrokhzadRollup merge of #61173 - fabric-and-ink:minor-cleanup...
2019-05-26 Mazdak FarrokhzadRollup merge of #61161 - RalfJung:maybe-uninit, r=Centril
2019-05-26 Mazdak FarrokhzadRollup merge of #61149 - vishalsodani:master, r=Centril
2019-05-26 Mazdak FarrokhzadRollup merge of #61144 - estebank:issue-61108, r=matthe...
2019-05-26 Mazdak FarrokhzadRollup merge of #61114 - RalfJung:vec, r=Gankro
2019-05-26 Mazdak FarrokhzadRollup merge of #61087 - estebank:parsepalooza, r=Centril
2019-05-26 Alex Crichtonstd: Depend on `backtrace` crate from crates.io
2019-05-25 Santiago PastorinoMake move_path_for iterate instead of recurse
2019-05-25 borsAuto merge of #56595 - ljedrz:x_py_clippy_fix, r=oli-obk
2019-05-25 Santiago PastorinoInline move_path_for_projection inside move_path_for
2019-05-25 Santiago PastorinoMake eval_place iterate instead of recurse
2019-05-25 Santiago PastorinoAdd comment to explain why we change the layout for...
2019-05-25 Oliver SchererTurn ICE on type arguments on variables into an error
2019-05-25 Esteban Küberreview comments: move back some methods and clean up...
2019-05-25 Esteban KüberMove some methods to `diagnostics.rs` away from `parser.rs`
2019-05-25 Esteban KüberTweak `self` arg not as first argument of a method...
2019-05-25 Esteban KüberAdd support for suggesting as_ref to Result accesses
2019-05-25 borsAuto merge of #59276 - oli-obk:cleanups, r=eddyb
2019-05-25 Oliver SchererUpdate nll ui tests
2019-05-25 Wesley WiserAdd additional trace statements to the const propagator
2019-05-25 ljedrzAdd clippy and fix commands to x.py
2019-05-25 Fabian DrinckAuto-derive Encode and Decode implementations
2019-05-25 borsAuto merge of #61151 - Centril:rollup-5rpyhfo, r=Centril
2019-05-25 Ralf Jungshadow as_ptr as as_mut_ptr in Vec to avoid going throu...
2019-05-25 Ralf Jungadd test checking that Vec push/pop does not invalidate...
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 Ralf JungMaybeUninit doctest: remove unnecessary type ascription
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...
next