]> git.lizzy.rs Git - rust.git/history - src
pacify the mercilous tidy
[rust.git] / src /
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...
2017-04-29 achernyakadded dep nodes and comment
2017-04-29 borsAuto merge of #41588 - cengizIO:master, r=nikomatsakis
2017-04-29 borsAuto merge of #41623 - alexcrichton:update-sccache...
2017-04-29 Alex Crichtonci: Update sccache build
2017-04-29 borsAuto merge of #41564 - gaurikholkar:master, r=nikomatsakis
2017-04-29 Mark SimulacrumUnignore tests which work fine now.
2017-04-29 borsAuto merge of #41577 - Keruspe:master, r=alexcrichton
2017-04-29 Artem ChernyakMerge branch 'master' into def_span
2017-04-29 achernyakfound the stack overflow culprit
2017-04-29 Eh2406FromIterator and Extend Cow for String
2017-04-28 Amit Aryeh LevyAdded LLVMRustRelocMode
2017-04-28 borsAuto merge of #41542 - petrochenkov:objpars2, r=nikomat...
2017-04-28 alexey zabelinFix error message label
2017-04-28 achernyakreview updateds
2017-04-28 Nathan Froydfmt: use mem::uninitialized for float formatting buffers
2017-04-28 Nathan Froydfmt: use the minimum parts array size
2017-04-28 Nathan Froydfmt: reduce the stack space required by float formatting
2017-04-28 Nathan Froydnum: add minimal benchmarks for full floating-point...
2017-04-28 borsAuto merge of #41368 - nikomatsakis:incr-comp-dep-track...
2017-04-28 Freyskeydrefac Move levenchstein before context dependent check
next