]> git.lizzy.rs Git - rust.git/history - src
Rename BorrowData::location to BorrowData::reserve_location
[rust.git] / src /
2018-03-09 bobtwinklesRename BorrowData::location to BorrowData::reserve_location
2018-03-09 borsAuto merge of #48326 - RalfJung:generic-bounds, r=petro...
2018-03-09 borsAuto merge of #48860 - Manishearth:rollup, r=Manishearth
2018-03-09 Manish GoregaokarRollup merge of #48857 - Songbird0:improve_column_macro...
2018-03-09 Manish GoregaokarRollup merge of #48856 - Songbird0:improve_line_macro_d...
2018-03-09 Manish GoregaokarRollup merge of #48801 - Manishearth:epoch-features...
2018-03-09 Manish GoregaokarRollup merge of #48588 - alexcrichton:termcolor, r...
2018-03-09 Manish GoregaokarRollup merge of #48527 - zackmdavis:and_the_social_cons...
2018-03-09 Manish GoregaokarAdd rust_2018_idioms lint group
2018-03-09 Manish GoregaokarNote the future epoch for epoch lints
2018-03-09 Manish GoregaokarMake bare_trait_object not be an epoch lint
2018-03-09 Manish GoregaokarMake tyvar_behind_raw_pointer an epoch lint
2018-03-09 Manish GoregaokarAdd test
2018-03-09 Manish GoregaokarMake bare_trait_lint allow for now
2018-03-09 Manish GoregaokarMake it possible to ungate features by epoch
2018-03-09 Manish GoregaokarAllow mentioning an optional epoch on features
2018-03-09 Manish GoregaokarMove epochs to libsyntax
2018-03-08 Anthony DefranceschiModify part of `column!` documentation.
2018-03-08 Anthony DefranceschiModify part of `line!` documentation.
2018-03-08 borsAuto merge of #48849 - Manishearth:rollup, r=Manishearth
2018-03-08 Zack M. Davisin which parentheses are suggested for should-have...
2018-03-08 Manish GoregaokarRollup merge of #48808 - Zoxc:reg-diag, r=michaelwoerister
2018-03-08 Manish GoregaokarRollup merge of #48789 - GuillaumeGomez:horizontal...
2018-03-08 Manish GoregaokarRollup merge of #48752 - alexcrichton:fix-target-featur...
2018-03-08 Manish GoregaokarRollup merge of #48738 - Songbird0:parseinterror_potent...
2018-03-08 Manish GoregaokarRollup merge of #48699 - frewsxcv:frewsxcv-impl-trait...
2018-03-08 Manish GoregaokarRollup merge of #48682 - spastorino:make_causal_lazy...
2018-03-08 Manish GoregaokarRollup merge of #48292 - topecongiro:from_str-for-path...
2018-03-08 borsAuto merge of #46882 - oli-obk:miri3, r=eddyb
2018-03-08 Oliver SchneiderDon't derive traits on packed structs
2018-03-08 Oliver SchneiderClean up the binary hex lint
2018-03-08 Oliver Schneidersimplify constant value pair field access
2018-03-08 Oliver SchneiderUnify the const folding errors
2018-03-08 Oliver SchneiderCorrect the shift overflow check in miri
2018-03-08 Oliver SchneiderRegenerate tests
2018-03-08 Oliver SchneiderUse clearer name for integer bit width helper function
2018-03-08 Oliver SchneiderReuse `Integer::from_attr`
2018-03-08 Oliver SchneiderRemove unused error code
2018-03-08 Oliver SchneiderGenerator assertions are unconditionally triggered
2018-03-08 Oliver SchneiderAddress review comments
2018-03-08 Oliver SchneiderAdjust test which differs between 32 bit and 64 bit
2018-03-08 Oliver SchneiderDecide signdedness on the layout instead of the type
2018-03-08 Oliver SchneiderDeduplicate some code
2018-03-08 Oliver SchneiderDon't use the undefined bytes of PrimVal::Bytes
2018-03-08 Oliver SchneiderFix mozjs crater failure
2018-03-08 Oliver SchneiderConst eval will oom together with rustc now
2018-03-08 Oliver SchneiderStep limit is now terminator limit
2018-03-08 Oliver SchneiderAdd regression test
2018-03-08 Oliver SchneiderRebase fallout
2018-03-08 Oliver SchneiderReport tcx errors with the span of the currently evalua...
2018-03-08 Oliver SchneiderReport a best guess span if no stack is available anymore
2018-03-08 Oliver SchneiderUpdate compile-fail tests
2018-03-08 Oliver SchneiderAdd a test for transmuting via unions in constants
2018-03-08 Oliver SchneiderTypo
2018-03-08 Oliver SchneiderUnregress error spans in constant errors
2018-03-08 Oliver SchneiderStage 2 doesn't see suggestion_approximate
2018-03-08 Oliver SchneiderRemove dead code
2018-03-08 Oliver SchneiderAdd some documentation to pattern/const conversions
2018-03-08 Oliver SchneiderReduce code duplication
2018-03-08 Oliver SchneiderTidy fix
2018-03-08 Oliver SchneiderConst eval error refactoring
2018-03-08 Oliver SchneiderAdd stack traces to miri errors
2018-03-08 Oliver SchneiderUpdate tests
2018-03-08 Oliver SchneiderReport all errors other than those about insufficient...
2018-03-08 Oliver SchneiderCompute the ParamEnv only once and use it to call tcx...
2018-03-08 Oliver SchneiderAdd regression test for const prop
2018-03-08 Oliver SchneiderCan only const prop temporaries
2018-03-08 Oliver SchneiderUpdate tests
2018-03-08 Oliver SchneiderSimplify const propagator by removing unused code paths
2018-03-08 Oliver SchneiderRename OptimizationFinder and don't propagate any borrows
2018-03-08 Oliver SchneiderSimplify const prop checks through PlaceContext
2018-03-08 Oliver SchneiderMove the resource limits to the session in preparation...
2018-03-08 Oliver SchneiderFigure out const propgatable locals in a single pass
2018-03-08 Oliver SchneiderRemove unused error E0020
2018-03-08 Oliver SchneiderUpdate tests
2018-03-08 Oliver SchneiderStabilize const_indexing feature
2018-03-08 Oliver SchneiderReport const eval errors at the correct span
2018-03-08 Oliver SchneiderOnly report bitshift lints on bitshift ops
2018-03-08 Oliver Schneiderrustc_passes::consts -> rvalue_promotion
2018-03-08 Oliver SchneiderUse IndexVec instead of FxHashMap
2018-03-08 Oliver SchneiderMerge const linting pass into const prop
2018-03-08 Oliver SchneiderRemove redundant warnings in rustc_trans
2018-03-08 Oliver SchneiderRemove single field struct by just using the field
2018-03-08 Oliver SchneiderAdjust tests to changed const err lints
2018-03-08 Oliver SchneiderRemove the fragile const propagator and just do linting
2018-03-08 Oliver SchneiderDeduplicate code in rustdoc
2018-03-08 Oliver SchneiderAdjust tests to more aggressive const err linting
2018-03-08 Oliver SchneiderFix ICE in const prop
2018-03-08 Oliver SchneiderSimplify const SIMD shuffle in trans
2018-03-08 Oliver SchneiderRevert all changes to the instcombine pass
2018-03-08 Oliver SchneiderSplit const prop into its own pass
2018-03-08 Oliver SchneiderDon't use scary block reorderings
2018-03-08 Oliver SchneiderReport errors in statics during collecting instead...
2018-03-08 Oliver SchneiderAdd regression tests
2018-03-08 Oliver SchneiderSimplify code around reading/writing ConstVals
2018-03-08 Oliver SchneiderAccidental paste
2018-03-08 Oliver SchneiderExplain the existance of `is_binop_lang_item`
2018-03-08 Oliver SchneiderRemove unused error variants and const eval types
2018-03-08 Oliver SchneiderMove the pattern checking code to hair
2018-03-08 Oliver Schneideronly export the two check* functions from check_match
next