]> git.lizzy.rs Git - rust.git/history - src
change various uses of `item_variances` to `variances_of`
[rust.git] / src /
2017-05-05 Niko Matsakischange various uses of `item_variances` to `variances_of`
2017-05-03 Niko Matsakisremove `pub` modifier (and last use thereof)
2017-05-03 Niko Matsakiscorrect the new graphs resulting from various tests
2017-05-03 Niko Matsakisallow dep-graph assertions on fields
2017-05-03 Niko Matsakisallow tests to refer to `ItemVariances`
2017-05-03 Niko Matsakisadd back variance testing mechanism
2017-05-03 Niko Matsakiskill the old `visit_all_item_likes` infrastructure
2017-05-03 Niko Matsakisfactor variances into a proper query
2017-05-03 Niko Matsakistrack `CurrentItem`, not just `Generics`
2017-05-03 Niko Matsakismake transitive relation use a hash map
2017-05-02 Niko Matsakisadd FIXME to `Steal`
2017-05-02 Niko Matsakisremove `mir_passes` from `Session` and add a FIXME
2017-05-02 Niko Matsakisfix librustc_driver
2017-05-02 Niko Matsakishave borrowck fetch MIR, which will perform some errors
2017-05-02 Niko Matsakisremove temporary variable
2017-05-02 Niko Matsakisupdate comment about heuristics
2017-05-02 Niko Matsakismove queries code into transform
2017-05-02 Niko Matsakisrename from `item_mir` to `optimized_mir`
2017-05-02 Niko Matsakisrun MIR borrowck on the validated, not optimized, MIR
2017-05-02 Niko Matsakisdelete dead code
2017-05-02 Niko Matsakispacify the mercilous tidy
2017-05-02 Niko Matsakisremove irrelevant comments
2017-05-02 Niko Matsakissupport inlining by asking for optimizer mir for callees
2017-05-02 Niko Matsakissimplify down to one query per pass suite
2017-05-02 Niko Matsakisrip out everything but `MirPass`, move the logic into...
2017-05-02 Niko Matsakisremove `Pass` and (temporarily) drop `Inline`
2017-05-02 Niko Matsakismove `build_mir` into `build` directory
2017-05-02 Niko Matsakisadjust privacy of various types in `build`
2017-05-02 Niko Matsakisrename `mir_map` to `queries` and remove `build_mir_for...
2017-05-02 Niko Matsakisadd a README describing the whole design
2017-05-02 Niko Matsakisuse `force` to ensure const-qualif has been done, not...
2017-05-02 Niko Matsakisadd comments to `Steal` and use `bug!`
2017-05-02 Niko Matsakisconvert the `inline` pass to use the new multi result
2017-05-02 Niko Matsakisadjust the macro to allow for `multi` modifier
2017-05-02 Niko Matsakisintroduce `IntoKeyValues` trait to prepare for multi...
2017-05-02 Niko Matsakisrework macro to prepare for more modifiers than just...
2017-05-02 Niko Matsakisintroduce idea of "stealable" MIR
2017-05-02 Niko Matsakisrename `MirPassSet` to `MirSuite`
2017-05-02 Niko Matsakisretool MIR passes completely
2017-05-02 Niko Matsakismove to only def-id passes
2017-05-02 Niko Matsakisrewrite `Passes` to have sets of passes
2017-05-02 Niko Matsakisintroduce `DefIdPass` and remove all impls of `Pass...
2017-05-02 Niko Matsakissimplify the MirPass traits and passes dramatically
2017-05-02 Niko Matsakisrework `MirPass` API to be stateless and extract helper fns
2017-05-02 Niko Matsakisintroduce `mir_keys()`
2017-05-02 borsAuto merge of #41702 - frewsxcv:rollup, r=frewsxcv
2017-05-02 Corey FarwellRollup merge of #41693 - est31:anon_params_removal...
2017-05-02 Corey FarwellRollup merge of #41692 - est31:anon_params, r=eddyb
2017-05-02 Corey FarwellRollup merge of #41688 - rust-lang:hex-value-process...
2017-05-02 Corey FarwellRollup merge of #41673 - bitshifter:repr-align-codegen...
2017-05-02 Corey FarwellRollup merge of #41662 - nikomatsakis:on-demandify...
2017-05-02 Corey FarwellRollup merge of #41661 - barik:master, r=alexcrichton
2017-05-02 borsAuto merge of #41547 - alexeyzab:41425-fix-mismatched...
2017-05-02 borsAuto merge of #41488 - estebank:closure-args, r=arielb1
2017-05-02 est31Address review
2017-05-02 est31Removal pass for anonymous parameters
2017-05-02 est31Add a lint to disallow anonymous parameters
2017-05-02 borsAuto merge of #40851 - oli-obk:multisugg, r=jonathandturner
2017-05-02 Corey FarwellFix incorrect hex value in doc comment example.
2017-05-02 Niko Matsakispatch the `librustc_driver` unit tests
2017-05-01 borsAuto merge of #41629 - Mark-Simulacrum:re-enable-tests...
2017-05-01 borsAuto merge of #41611 - cramertj:metadata-queries-1...
2017-05-01 Niko Matsakiskill regr test using ad-hoc lint
2017-05-01 Taylor CramerQueryify is_item_mir_available
2017-05-01 Taylor CramerQueryify const_is_rvalue_promotable_to_static
2017-05-01 Taylor CramerQueryify item_body_nested_bodies
2017-05-01 borsAuto merge of #41560 - alevy:rwpi-ropi, r=eddyb
2017-05-01 Niko Matsakisuse `closure_base_def_id` rather than walking up HIR
2017-05-01 Niko Matsakispacify the mercilous tidy
2017-05-01 Niko Matsakisremove unused `is_fn`
2017-05-01 Cameron HartAdd simple `[repr(align)]` codegen test.
2017-05-01 borsAuto merge of #41632 - Mark-Simulacrum:test-16994,...
2017-05-01 borsAuto merge of #41666 - nagisa:try-poking-bigendian...
2017-05-01 Simonas KazlauskasTry fixing bigendian metadata serialisation
2017-04-30 Niko Matsakismodify `ExprUseVisitor` and friends to take region...
2017-04-30 Taylor Cramerintroduce per-fn RegionMaps
2017-04-30 Niko Matsakisintern CodeExtents
2017-04-30 Niko Matsakisremove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENT
2017-04-30 Taylor CramerRemove RefCells from RegionMaps
2017-04-30 Taylor CramerOn-demandify region mapping
2017-04-30 Titus BarikRename os variable in bootstrap.py to avoid shadowing...
2017-04-30 Mark SimulacrumAdd test for issue #16994.
2017-04-30 borsAuto merge of #41651 - arielb1:missing-adjustment-2...
2017-04-30 Ariel Ben-Yehudarefactor the handling of lvalue ops
2017-04-30 borsAuto merge of #41602 - hsivonen:explainnonnull, r=steve...
2017-04-30 borsAuto merge of #41643 - frewsxcv:rollup, r=frewsxcv
2017-04-30 Corey FarwellRollup merge of #41637 - eddyb:used-not-dead, r=petroch...
2017-04-30 Corey FarwellRollup merge of #41636 - moosingin3space:fix/process...
2017-04-30 Corey FarwellRollup merge of #41613 - cuviper:fix-release-links...
2017-04-30 Corey FarwellRollup merge of #41608 - cuviper:distcheck-rust-src...
2017-04-30 Corey FarwellRollup merge of #41509 - froydnj:float-stack-reduction...
2017-04-30 Corey FarwellRollup merge of #41449 - Eh2406:master, r=aturon
2017-04-30 borsAuto merge of #41593 - achernyak:def_span, r=eddyb
2017-04-29 borsAuto merge of #41544 - alexcrichton:bump-bootstrap...
2017-04-29 Eduard-Mihai BurtescuDon't ever warn about #[used] items being dead code.
2017-04-29 Alex CrichtonUpdate stage0 bootstrap compiler
2017-04-29 Nathan Moosprocess:exit -> process::exit in mem::forget docs
2017-04-29 achernyakremoved custom functions and comment
2017-04-29 achernyakchaned dep nodes impl
2017-04-29 borsAuto merge of #39291 - Freyskeyd:check_context_E0423...
next