]> git.lizzy.rs Git - rust.git/history - src
Remove inherent `ascii_ctype` methods from `str` and `[u8]`
[rust.git] / src /
2017-11-18 Lukas KalbertodtRemove inherent `ascii_ctype` methods from `str` and...
2017-11-18 borsAuto merge of #46073 - GuillaumeGomez:rollup, r=Guillau...
2017-11-18 Guillaume GomezRollup merge of #46071 - LooMaclin:fix-46001, r=estebank
2017-11-18 Guillaume GomezRollup merge of #46066 - GuillaumeGomez:primitive-searc...
2017-11-18 Guillaume GomezRollup merge of #46044 - collinanderson:py3, r=kennytm
2017-11-18 Guillaume GomezRollup merge of #45767 - QuietMisdreavus:who-docs-the...
2017-11-18 borsAuto merge of #46000 - kennytm:fix-45640-extern-type...
2017-11-18 loomaclinRemove return_ty from Mir
2017-11-18 borsAuto merge of #45999 - jseyfried:def_site_span, r=nrc
2017-11-18 borsAuto merge of #45989 - davidtwco:issue-45360, r=nikomat...
2017-11-18 borsAuto merge of #45899 - eddyb:meta-race, r=alexcrichton
2017-11-17 borsAuto merge of #45853 - nikomatsakis:chalk-simplify...
2017-11-17 Guillaume GomezFix primitive types not showing up
2017-11-17 David WoodFixed bug with the implementation that was suppressing...
2017-11-17 David WoodCorrected error output with many labels.
2017-11-17 Niko Matsakisuse a BTreeMap instead of an FxHasMap for the skol...
2017-11-17 Niko Matsakisstrip old lub-glb tests from `librustc_driver`
2017-11-17 Niko Matsakisissue better error message when LUB/GLB diverge under...
2017-11-17 Niko Matsakismake LUB/GLB of higher-ranked things actually do EQ
2017-11-17 borsAuto merge of #45996 - eddyb:even-mirer-1, r=arielb1
2017-11-17 borsAuto merge of #46004 - michaelwoerister:cached-mir...
2017-11-17 borsAuto merge of #45595 - scottmcm:iter-try-fold, r=dtolnay
2017-11-17 borsAuto merge of #45991 - gnzlbg:fix_i586, r=alexcrichton
2017-11-17 borsAuto merge of #45980 - Keruspe:master, r=alexcrichton
2017-11-17 David WoodModified to output intended error.
2017-11-17 David WoodUpdated test to reflect expected Mir output.
2017-11-16 David WoodDeduplicated borrow checking errors.
2017-11-16 Eduard-Mihai BurtescuMIR: hide .rodata constants vs by-ref ABI clash in...
2017-11-16 borsAuto merge of #45897 - tromey:trait-object-debug, r...
2017-11-16 borsAuto merge of #45825 - nikomatsakis:nll-factor-region...
2017-11-16 Collin Andersonfix some python3 incompatibilities
2017-11-16 borsAuto merge of #46029 - GuillaumeGomez:rollup, r=Guillau...
2017-11-16 Michael WoeristerAdd doc comment for LocalDefId.
2017-11-16 Michael WoeristerFix some tidy errors in ty::codec.
2017-11-16 Michael Woeristerincr.comp.: Remove default serialization implementation...
2017-11-16 borsAuto merge of #45528 - alexcrichton:avx512, r=arielb1
2017-11-16 Michael Woeristerincr.comp.: Remove some code duplication around TyDecod...
2017-11-16 Michael Woeristerincr.comp.: Encode DefIds as DefPathHashes instead...
2017-11-16 Michael WoeristerIntroduce LocalDefId which provides a type-level guaran...
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 Marc-Antoine Perennourustbuild: Install rustfmt as part of extended build
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
next