]> git.lizzy.rs Git - rust.git/history - src
Clippy is broken
[rust.git] / src /
2017-11-20 Taylor CramerClippy is broken
2017-11-17 Taylor CramerFix impl Trait Lifetime Handling
2017-11-16 borsAuto merge of #45825 - nikomatsakis:nll-factor-region...
2017-11-16 borsAuto merge of #46029 - GuillaumeGomez:rollup, r=Guillau...
2017-11-16 borsAuto merge of #45528 - alexcrichton:avx512, r=arielb1
2017-11-16 borsAuto merge of #46028 - oli-obk:clippy, r=kennytm
2017-11-16 Niko Matsakisinfer/outlives/obligations.rs: wrap some long lines
2017-11-16 Niko Matsakisobligations.rs: rustfmt
2017-11-16 Niko MatsakisNit: fix typo
2017-11-16 Niko MatsakisNit: reset more state after `take_and_reset_data`
2017-11-16 Niko MatsakisNit: improve comment to explain why we wait until regionck
2017-11-16 Niko MatsakisNit: rework region obligations to a snapshotted vector
2017-11-16 Niko MatsakisNit: fix wording in README
2017-11-16 Niko Matsakisleak the affects of closures on the free-region-map...
2017-11-16 Niko Matsakisfactor out `free_region_binding_scope` helper
2017-11-16 Niko Matsakisfix mir-opt NLL tests -- variable `'_#0r` is now `...
2017-11-16 Niko Matsakisadd FIXME for converting RegionVid to use `newtype_index!`
2017-11-16 Niko Matsakisconvert TODO in traits into a FIXME
2017-11-16 Niko Matsakisinfer/outlives: add license
2017-11-16 Niko Matsakisupdate READMEs to describe the new situation
2017-11-16 Niko Matsakisintegrate NLL with MIR type-checker
2017-11-16 Niko Matsakisregion_infer: improved debug logging
2017-11-16 Niko Matsakisrenumber: debug logs, use `visit_region` rather than...
2017-11-16 Niko Matsakisrenumber: handle ReturnTy better
2017-11-16 Niko MatsakisMIR-dump: print return type from local_decls for `_0`
2017-11-16 Niko Matsakiserase regions in MIR borrowck when checking if type...
2017-11-16 Niko Matsakissimplify lifetime annotations for `MirBorrowckCtxt`
2017-11-16 Niko Matsakisformalize giving ownership of region vars to region...
2017-11-16 Niko Matsakisinfer: extract total number of region variables from...
2017-11-16 Niko Matsakisinfer: give access to region variable origins
2017-11-16 Niko MatsakisIndexVec: add `'_` to make clear where borrowing is...
2017-11-16 Niko Matsakisreplace `RegionIndex` with `RegionVid` (which now impls...
2017-11-16 Niko Matsakisreplace `usize` with `RegionIndex` in indices map
2017-11-16 Niko MatsakisMIR typeck: refactor to track region constraints
2017-11-16 Niko MatsakisMIR typeck: rustfmt
2017-11-16 Niko Matsakisrustfmt `lexical_region_resolve`
2017-11-16 Niko Matsakisadd method `take_and_reset_region_constraints` to ...
2017-11-16 Niko Matsakissplit the `var_origins` from the `RegionConstraintData`
2017-11-16 Niko Matsakisregion_constraints: only push givens into undo-log...
2017-11-16 Niko Matsakismake `RegionVid` implement `Idx` and use `IndexVec`
2017-11-16 Niko Matsakisfix error messages relating to removing lint for E0276
2017-11-16 Niko Matsakisseparate the `Collector` from the `Data` it is collecting
2017-11-16 Niko Matsakismake the `region_constraints` field an `Option`
2017-11-16 Niko Matsakisrename RegionVarBindings to RegionConstraintCollector
2017-11-16 Niko Matsakisinfer: rename `region_vars` field to `region_constraints`
2017-11-16 Niko Matsakisrename `region_inference` module to `region_constraints`
2017-11-16 Niko Matsakismove refcells out from `RegionVarBindings` and up into...
2017-11-16 Niko Matsakisextract the `tcx` out from `RegionVarBindings`
2017-11-16 Niko Matsakisregion_inference: rustfmt
2017-11-16 Niko Matsakisextract storage of region values from `RegionVarBindings`
2017-11-16 Niko Matsakismove `RegionResolutionError` into `lexical_region_resolve`
2017-11-16 Niko Matsakisregion_inference: extract taint into a sub-module
2017-11-16 Niko Matsakisregion_inference: tighten up `pub`, stop re-exporting...
2017-11-16 Niko Matsakisfix rename to block_data in type_check.rs
2017-11-16 Guillaume GomezRollup merge of #46010 - lnicola:escape-root, r=Guillau...
2017-11-16 Guillaume GomezRollup merge of #46005 - GuillaumeGomez:short-unstable...
2017-11-16 Guillaume GomezRollup merge of #45993 - QuietMisdreavus:anti-cow,...
2017-11-16 Guillaume GomezRollup merge of #45984 - ExpHP:attr-error-context,...
2017-11-16 Guillaume GomezRollup merge of #45973 - arielb1:fast-path, r=estebank
2017-11-16 Guillaume GomezRollup merge of #45951 - CrockAgile:master, r=michaelwo...
2017-11-16 Oliver SchneiderReenable Clippy
2017-11-16 borsAuto merge of #45985 - arielb1:unsafe-dedup, r=eddyb
2017-11-16 borsAuto merge of #45920 - sunfishcode:trap-on-unreachable...
2017-11-16 borsAuto merge of #46025 - nrc:rustfmt-fix, r=Mark-Simulacrum
2017-11-16 Nick CameronFix a bug where the rustfmt tarball was not being produced
2017-11-16 borsAuto merge of #45692 - steveklabnik:ship-cargo-book...
2017-11-16 Dan GohmanUpdate the compiler-builtins to latest master.
2017-11-15 borsAuto merge of #45918 - chrisvittal:impl-trait-pr, r...
2017-11-15 Niko Matsakismove region resolution to be a sibling of `region_infer...
2017-11-15 Niko Matsakisextract lexical region resolution into its own sub...
2017-11-15 Niko Matsakismodify MIR type-checker to process obligations as they...
2017-11-15 Niko Matsakisapply rustfmt to `type_check`
2017-11-15 Niko Matsakisthread location info through mir typeck (but do not...
2017-11-15 Niko Matsakismove the `OutlivesEnvironment` into `infer` so that...
2017-11-15 Niko Matsakisrename mod `region_obligations` to `outlives::obligations`
2017-11-15 Niko Matsakisextract out the implied bounds code from `regionck`
2017-11-15 Niko Matsakisregionck: only add implied bounds from root fn to ...
2017-11-15 Niko Matsakisdo not invoke `required_region_bounds` in `region_oblig...
2017-11-15 Niko Matsakisrefactor how we extract outlives bounds from trait...
2017-11-15 Niko Matsakismove the `region_obligations` processing code into...
2017-11-15 Niko Matsakisextract `regionck_outlives` into a separate helper...
2017-11-15 Niko Matsakisassert that we are consuming all of the region obligations
2017-11-15 Niko Matsakisconvert EXTRA_REQUIREMENT_IN_IMPL into a hard error
2017-11-15 Niko Matsakismove region constraints into inference context
2017-11-15 Niko Matsakisfulfill: remove dead code
2017-11-15 Christopher VittalChange clippy to broken after hir::Ty enum change
2017-11-15 Niko Matsakisadd a new test featuring two impl traits to show what...
2017-11-15 Christopher VittalRemove Fn trait + impl Trait rustdoc tests
2017-11-15 Christopher VittalRenumber error to fix tidy
2017-11-15 Christopher VittalAdd cases to where-allowed.rs
2017-11-15 Christopher VittalAdd/Fix stderr references for impl Trait ui tests
2017-11-15 Christopher VittalDisallow all impl Trait within Fn trait sugar
2017-11-15 Christopher VittalIncorporate review feedback
2017-11-15 Chris VittalAdd proper names to impl Trait parameters.
2017-11-15 Niko Matsakissome tests featuring multiple bounds, other errors
2017-11-15 Niko Matsakisadd a UI test showing the current output from an impl...
2017-11-15 Niko Matsakisadd some more positive tests
2017-11-15 Niko Matsakisrename `equality-universal` to a more extensible naming...
2017-11-15 Niko Matsakisextend `where-allowed.rs` with many more cases
2017-11-15 Niko Matsakisrename many-cases to where-allowed
next