]> git.lizzy.rs Git - rust.git/history - src
Get rid of literal_alloc_cache
[rust.git] / src /
2018-05-22 John Kåre AlsakerGet rid of literal_alloc_cache
2018-05-21 borsAuto merge of #50801 - eddyb:param-things, r=nikomatsakis
2018-05-21 borsAuto merge of #50265 - japaric:sz, r=alexcrichton
2018-05-21 Eduard-Mihai Burtescurustc: move TypeParamDef's fields into GenericParamDefK...
2018-05-21 Eduard-Mihai Burtescurustc: use AccumulateVec in Substs::for_item.
2018-05-21 Eduard-Mihai Burtescurustc: don't expose Substs::fill_item as public.
2018-05-21 Eduard-Mihai Burtescurustc: use intern_* instead of mk_* where possible.
2018-05-21 Eduard-Mihai Burtescurustc: don't call Kind::from directly, use .into()...
2018-05-21 Eduard-Mihai Burtescurustc: make mk_substs_trait take &[Kind] instead of...
2018-05-21 Eduard-Mihai Burtescurustc: avoid using intern_*(it.collect()) when mk_...
2018-05-21 borsAuto merge of #50898 - shepmaster:typo, r=QuietMisdreavus
2018-05-21 borsAuto merge of #50739 - gnzlbg:vec_reserve, r=sfackler
2018-05-21 borsAuto merge of #50924 - petrochenkov:spanover, r=alexcri...
2018-05-21 borsAuto merge of #50860 - nox:big-niches-for-big-doggos...
2018-05-20 borsAuto merge of #50851 - eddyb:the-only-constant, r=nikom...
2018-05-20 Vadim Petrochenkovlexer: Fix span override for the first token in a string
2018-05-20 borsAuto merge of #50234 - cramertj:extend, r=alexcrichton
2018-05-20 borsAuto merge of #50719 - frewsxcv:frewsxcv-iterator-zip...
2018-05-20 borsAuto merge of #50908 - petrochenkov:usemacself, r=alexc...
2018-05-20 borsAuto merge of #50841 - oli-obk:promote_errors_to_panics...
2018-05-20 borsAuto merge of #50855 - nnethercote:fewer-macro_parser...
2018-05-20 borsAuto merge of #50820 - alexcrichton:no-modules, r=petro...
2018-05-20 borsAuto merge of #50813 - paoloteti:cortex-r, r=alexcrichton
2018-05-20 Jake GouldingUnsafeCell doc typos and minor flow improvements
2018-05-20 borsAuto merge of #50803 - varkor:never-transmute-never...
2018-05-19 Vadim Petrochenkovresolve: Don't add unnecessary import candidates for...
2018-05-19 borsAuto merge of #50893 - kennytm:rollup, r=kennytm
2018-05-19 kennytmRollup merge of #50889 - oli-obk:clippy, r=kennytm
2018-05-19 kennytmRollup merge of #50819 - cjkenn:cjkenn/div-by-zero...
2018-05-19 kennytmRollup merge of #50883 - dlrobertson:fix_warning, r...
2018-05-19 kennytmRollup merge of #50858 - robinkrahl:rustdoc-fix-order...
2018-05-19 kennytmRollup merge of #50854 - zackmdavis:and_the_case_of_the...
2018-05-19 kennytmRollup merge of #50829 - est31:master, r=estebank
2018-05-19 kennytmRollup merge of #50827 - nox:llvmup, r=eddyb
2018-05-19 borsAuto merge of #50782 - matthewjasper:wheres-main, r...
2018-05-19 cjkennremove feature line from test
2018-05-19 Eduard-Mihai Burtescurustc: introduce {ast,hir}::AnonConst to consolidate...
2018-05-19 borsAuto merge of #50690 - oli-obk:mir_stuff, r=eddyb
2018-05-19 cjkennuse if let to avoid potential div by zero
2018-05-19 Eduard-Mihai Burtescurustc: removed unused `DefPathData::Initializer` DefId...
2018-05-19 kennytmRollup merge of #50531 - iancormac84:merge-typeidhasher...
2018-05-19 borsAuto merge of #50763 - KyleStach1678:unused-loop-label...
2018-05-19 Oliver SchneiderUse `Size` instead of `u64` in mir interpretation
2018-05-19 Oliver SchneiderKeep statics' constant as ByRef
2018-05-19 Oliver SchneiderGo through an allocation when accessing fields of constants
2018-05-19 Oliver SchneiderReintroduce some sanity checks
2018-05-19 Oliver SchneiderEnsure that statics are always ByRef
2018-05-19 borsAuto merge of #50760 - petrochenkov:legimp, r=nikomatsakis
2018-05-19 Oliver SchneiderUpdate clippy
2018-05-19 Oliver SchneiderOverflows only panic in debug mode
2018-05-19 Oliver SchneiderAdd a test showing the erroneous promoted bug
2018-05-19 Oliver SchneiderRelease mode overflows should not cause const eval...
2018-05-19 borsAuto merge of #50874 - nikomatsakis:nll-reset-unificati...
2018-05-19 borsAuto merge of #50744 - nikic:mutable-noalias, r=alexcri...
2018-05-19 borsAuto merge of #50709 - alexcrichton:revert-musl, r...
2018-05-19 Dan RobertsonFix warning when building stage0 libcore
2018-05-19 borsAuto merge of #50603 - eddyb:issue-49955, r=nikomatsakis
2018-05-18 Kyle StachowiczDefault `unused_labels` to allow, move to "unused"
2018-05-18 Kyle StachowiczRevert "Remove unused label in mir"
2018-05-18 Kyle StachowiczRevert "Allow `unused_labels` in some compile-fail...
2018-05-18 Kyle StachowiczAllow `unused_labels` in some compile-fail tests
2018-05-18 Kyle StachowiczRemove unused label in mir
2018-05-18 Kyle StachowiczAdd tests for new labeled blocks for `unused_labels`
2018-05-18 Kyle StachowiczReimplement unused_labels lint as a compiler builtin...
2018-05-18 Kyle StachowiczRevert "Add lint checks for unused loop labels"
2018-05-18 Kyle StachowiczFix formatting in unused label linting to make tidy...
2018-05-18 Kyle StachowiczFix ignored unused outer label when inner label shadows...
2018-05-18 Kyle StachowiczAdd test case for shadowed labels, with the inner broke...
2018-05-18 Kyle StachowiczRename `unused_loop_label` to `unused_label` and fix...
2018-05-18 Kyle StachowiczAdd additional test case to unused_label lint
2018-05-18 Kyle StachowiczRename test to `unused_label` and remove empty `stdout...
2018-05-18 Kyle StachowiczAdd lint checks for unused loop labels
2018-05-18 borsAuto merge of #50319 - nagisa:align_to, r=alexcrichton
2018-05-18 Matthew JasperPrevent main and start from having a where clause.
2018-05-18 Alex Crichtonrustc: Disallow modules and macros in expansions
2018-05-18 Niko Matsakisuse `reset_unifications` instead of creating new unific...
2018-05-18 borsAuto merge of #50697 - KiChjang:issue-50461, r=pnkfelix
2018-05-18 Paolo Tetiarmebv7r-none-eabihf: default to ARM mode
2018-05-18 borsAuto merge of #50653 - oli-obk:bad_const, r=cramertj
2018-05-18 borsAuto merge of #50533 - GuillaumeGomez:rustdoc-prim...
2018-05-18 Anthony RamineFind the largest niche when computing layouts
2018-05-18 Nicholas NethercoteMake `Directory::path` a `Cow`.
2018-05-18 Nicholas NethercoteIntroduce `MatcherPosHandle`.
2018-05-18 Robin KrahlReorder description for snippets in rustdoc documentation
2018-05-18 borsAuto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis
2018-05-18 borsAuto merge of #50758 - varkor:stabilise-inclusive_range...
2018-05-18 Zack M. Davisin which the unused shorthand field pattern debacle...
2018-05-18 Anthony RamineUpdate LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97
2018-05-18 borsAuto merge of #50848 - nrc:update, r=alexcrichton
2018-05-18 borsAuto merge of #50847 - Mark-Simulacrum:rollup, r=Mark...
2018-05-18 borsAuto merge of #50566 - nnethercote:bump, r=petrochenkov
2018-05-17 iancormac84Fixed accidental removal of StableHasher declaration.
2018-05-17 borsAuto merge of #50593 - nikomatsakis:nll-no-location...
2018-05-17 iancormac84Removed yet another unused import.
2018-05-17 iancormac84Removed unused import.
2018-05-17 iancormac84Added extra hashing step.
2018-05-17 iancormac84Fix more unused imports errors.
2018-05-17 iancormac84Removed unused imports.
2018-05-17 iancormac84Code structure edits.
2018-05-17 iancormac84Removed TypeIdHasher.
next