]> git.lizzy.rs Git - rust.git/history - src
Rename in librustc_codegen_utils.
[rust.git] / src /
2019-11-12 Camille GILLOTRename in librustc_codegen_utils.
2019-11-12 Camille GILLOTRename in librustc_mir.
2019-11-12 Camille GILLOTRename in librustc_typecheck.
2019-11-12 Camille GILLOTRename in librustc_traits.
2019-11-12 Camille GILLOTRefactor pretty_print_const.
2019-11-12 Camille GILLOTCreate intermediate enum ty::ConstKind.
2019-11-12 borsAuto merge of #66318 - mati865:llvm-update, r=matthewjasper
2019-11-12 Mateusz MikułaUpdate llvm submodule
2019-11-12 borsAuto merge of #66323 - JohnTitor:rollup-jl8xdk4, r...
2019-11-12 Yuki OkushiRollup merge of #66309 - petrochenkov:annoying, r=Mark...
2019-11-12 Yuki OkushiRollup merge of #66299 - rossmacarthur:fix-41260-avoid...
2019-11-12 Yuki OkushiRollup merge of #66280 - stepancheg:union, r=alexcrichton
2019-11-12 Yuki OkushiRollup merge of #66278 - LukasKalbertodt:fix-proc-macro...
2019-11-12 Yuki OkushiRollup merge of #66276 - Mark-Simulacrum:sess-code...
2019-11-12 Yuki OkushiRollup merge of #66267 - GuillaumeGomez:add-rustdoc...
2019-11-12 Yuki OkushiRollup merge of #66263 - guanqun:make-error-explicit...
2019-11-12 Yuki OkushiRollup merge of #66257 - mati865:long-section-names...
2019-11-12 Yuki OkushiRollup merge of #66241 - lzutao:ssl, r=alexcrichton
2019-11-12 Yuki OkushiRollup merge of #66230 - Axelderan:remove-vestigial...
2019-11-12 Yuki OkushiRollup merge of #65965 - GuillaumeGomez:clean-up-librus...
2019-11-12 borsAuto merge of #66129 - Nadrieril:refactor-slice-pat...
2019-11-11 borsAuto merge of #66310 - Manishearth:clippyup, r=Manishearth
2019-11-11 Manish GoregaokarUpdate clippy
2019-11-11 Vadim PetrochenkovTiny cleanup to size assertions
2019-11-11 borsAuto merge of #65933 - crgl:vec-deque-truncate, r=alexc...
2019-11-11 Ross MacArthursupport issue = "none" in unstable attributes
2019-11-11 borsAuto merge of #66252 - cjgillot:trees, r=oli-obk
2019-11-11 borsAuto merge of #66213 - tmiasko:mandatory-error-warn...
2019-11-11 Lukas KalbertodtFix error message about exported symbols from proc...
2019-11-11 borsAuto merge of #66207 - Manishearth:clippyup, r=Centril
2019-11-11 Manish GoregaokarUpdate clippy
2019-11-11 borsAuto merge of #66250 - oli-obk:no_fields_in_empty_union...
2019-11-10 Stepan KoltsovFix HashSet::union performance
2019-11-10 Guillaume GomezAdd rustdoc doc page for lints
2019-11-10 Guillaume GomezAdd rustdoc doc page on how to write documentation
2019-11-10 borsAuto merge of #66161 - mark-i-m:fix-rustc-guide, r...
2019-11-10 Tomasz MiąskoMake error and warning annotations mandatory in UI...
2019-11-10 Tomasz MiąskoAdd warning annotations to rustdoc-ui tests
2019-11-10 Tomasz MiąskoAdd warning annotations to ignore-stage1 ui-fulldeps...
2019-11-10 Mark RousskovMove lock into CodeStats
2019-11-10 borsAuto merge of #66070 - petrochenkov:regattr, r=matthewj...
2019-11-10 Guillaume GomezClean up librustc_typeck error_codes file
2019-11-10 borsAuto merge of #65324 - Centril:organize-syntax, r=petro...
2019-11-10 Camille GILLOTFix tidy.
2019-11-10 Camille GILLOTMerge hir::ImplPolarity into ast::ImplPolarity.
2019-11-10 Camille GILLOTMerge hir::IsAuto into ast::IsAuto.
2019-11-10 Camille GILLOTMerge hir::CaptureClause into ast::CaptureBy.
2019-11-10 Camille GILLOTMerge hir::GeneratorMovability into ast::Movability.
2019-11-10 Camille GILLOTMerge hir::Unsafety into ast::Unsafety.
2019-11-10 Camille GILLOTMerge hir::Constness into ast::Constness.
2019-11-10 Camille GILLOTMerge hir::Mutability into ast::Mutability.
2019-11-10 Nadrieriltidy
2019-11-10 Oliver SchererUndo an assert causing an ICE until we fix the problem...
2019-11-10 NadrierilInline constructor_sub_pattern_tys
2019-11-10 borsAuto merge of #66072 - Mark-Simulacrum:next-node-id...
2019-11-10 Guanqun Lumake the error message more readable
2019-11-10 Mazdak Farrokhzadmove syntax::parse -> librustc_parse
2019-11-10 borsAuto merge of #66259 - JohnTitor:rollup-x9nk1e2, r...
2019-11-10 Mazdak Farrokhzadmove config.rs to libsyntax_expand
2019-11-10 Yuki OkushiRollup merge of #66235 - eddyb:coff-syrup, r=nagisa
2019-11-10 Yuki OkushiRollup merge of #66217 - RalfJung:diagnostic-items...
2019-11-10 Yuki OkushiRollup merge of #66216 - wesleywiser:const_prop_codegen...
2019-11-10 Yuki OkushiRollup merge of #66058 - mjptree:patch-2, r=kennytm
2019-11-10 Yuki OkushiRollup merge of #66048 - mjptree:patch-1, r=Dylan-DPC
2019-11-10 Yuki OkushiRollup merge of #65831 - matthewjasper:array-ptr-cast...
2019-11-10 Yuki OkushiRollup merge of #65719 - pitdicker:refactor_sync_once...
2019-11-09 borsAuto merge of #65694 - wesleywiser:uninhabited_enum_var...
2019-11-09 Mateusz MikułaDrop long-section-names linker workaround for windows-gnu
2019-11-09 borsAuto merge of #63871 - BatmanAoD:FloatFnMustUse, r...
2019-11-09 Mark RousskovInline reserve_node_ids
2019-11-09 Mark RousskovMove pretty parsing into Session options
2019-11-09 Mark RousskovMove next_node_id to Resolver
2019-11-09 Vadim PetrochenkovAddress review comments
2019-11-09 Vadim Petrochenkovresolve: Factor out some common binding creation functi...
2019-11-09 Vadim Petrochenkovresolve: Remove some bits relevant only to legacy plugins
2019-11-09 Vadim PetrochenkovRemove `#[feature(custom_attribute)]`
2019-11-09 Vadim PetrochenkovSupport registering attributes and attribute tools...
2019-11-09 borsAuto merge of #66243 - RalfJung:miri, r=RalfJung
2019-11-09 mjptreeUpdate src/libstd/net/ip.rs
2019-11-09 Paul DickerRun rustfmt on libstd/sync/once.rs
2019-11-09 Ralf Jungpartially port invalid_value lint to diagnostic items
2019-11-09 borsAuto merge of #66242 - Centril:rollup-h73ztr1, r=Centril
2019-11-09 Ralf Jungupdate miri
2019-11-09 Mazdak FarrokhzadRollup merge of #66226 - lzutao:asm-usage-link, r=Centril
2019-11-09 Mazdak FarrokhzadRollup merge of #66172 - jsgf:stabilize-atfile, r=nikom...
2019-11-09 Mazdak FarrokhzadRollup merge of #66134 - estebank:unknown-formatting...
2019-11-09 Mazdak FarrokhzadRollup merge of #66050 - smaeul:patch/powerpc-abi-2...
2019-11-09 Mazdak FarrokhzadRollup merge of #65994 - estebank:where-bound, r=nikoma...
2019-11-09 Mazdak FarrokhzadRollup merge of #65949 - ecstatic-morse:promote-only...
2019-11-09 borsAuto merge of #65879 - ohadravid:stabilize-re-rebalance...
2019-11-09 Wesley Wiser[mir-opt] Handle aggregates in SimplifyLocals pass
2019-11-09 Wesley Wiser[mir-opt] Handle const-prop for the return place
2019-11-09 Mazdak Farrokhzadmove attr meta grammar to parse::validate_atr + ast_val...
2019-11-09 Eduard-Mihai Burtescurustc_metadata: don't let LLVM confuse rmeta blobs...
2019-11-08 borsAuto merge of #66194 - alexcrichton:update-clang, r...
2019-11-08 Dylan MacKenzieClean up dead code in `qualify_consts`
2019-11-08 Dylan MacKenzieBless tests now that we do promotion if `min_const_fn...
2019-11-08 Dylan MacKenzieUse new `PromoteTemps` for promotion
2019-11-08 Dylan MacKenzieAdd a `PromoteTemps` pass
2019-11-08 Dylan MacKenzieStop returning promotables from `mir_const_qualif`
next