]> git.lizzy.rs Git - rust.git/history - src
ICH: Handle case of removed FileMaps.
[rust.git] / src /
2017-05-04 Alexis Beingessnerrefactor NonZero, Shared, and Unique APIs
2017-05-04 borsAuto merge of #41739 - TimNN:update-llvm, r=aturon
2017-05-04 Alex Crichtonrustc: Forbid `-Z` flags on stable/beta channels
2017-05-04 Niko Matsakiskill some unused fields in TyCtxt
2017-05-04 Corey FarwellSimplify types in `std::option` doc comment example.
2017-05-04 borsAuto merge of #41268 - mmatyas:test_on_device, r=alexcr...
2017-05-04 Tommy IpRemove use of `Self: Sized` from libsyntax
2017-05-04 Raphaël HuchetUpdate mod.rs
2017-05-04 borsAuto merge of #41687 - rillian:no-elf-tls, r=aturon
2017-05-04 Mátyás MustohaAdd remote device testing support
2017-05-04 Raphaël Huchetcreate link to Result
2017-05-04 borsAuto merge of #41733 - nikomatsakis:incr-comp-remove...
2017-05-04 Raphaël HuchetJoin method returns a thread::Result
2017-05-04 Tim NeumannUpdate llvm to pull in various backports
2017-05-04 Niko Matsakisremove `ast_ty_to_ty_cache` entirely
2017-05-04 Niko Matsakisconvert save-analysis to use `ItemCtxt` and not `ast_ty...
2017-05-04 Niko Matsakisremove use of `ast_ty_to_ty_cache` from librustdoc
2017-05-04 Niko Matsakisexpose a method for converting `hir::Ty` to `Ty<'tcx>`
2017-05-03 borsAuto merge of #41735 - frewsxcv:rollup, r=frewsxcv
2017-05-03 Corey FarwellRollup merge of #41730 - bholley:arc_comment, r=aturon
2017-05-03 Corey FarwellRollup merge of #41721 - mgattozzi:stdin-stdout-update...
2017-05-03 Corey FarwellRollup merge of #41720 - frewsxcv:duration-doc-examples...
2017-05-03 Corey FarwellRollup merge of #41715 - martinhath:master, r=aturon
2017-05-03 Corey FarwellRollup merge of #41600 - ranma42:xz-dist, r=alexcrichton
2017-05-03 Corey FarwellRollup merge of #41543 - z1mvader:master, r=steveklabnik
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 borsAuto merge of #41728 - sirideain:inference-failure...
2017-05-03 Niko Matsakistrack `CurrentItem`, not just `Generics`
2017-05-03 Niko Matsakismake transitive relation use a hash map
2017-05-03 Bobby HolleyDocument the reasoning for the Acquire/Release handshak...
2017-05-03 Charlie SheridanAdd test for an inference failure.
2017-05-03 borsAuto merge of #41711 - sirideain:add-static-methods...
2017-05-03 Andrea CancianiEmit information about XZ packages in manifest
2017-05-03 borsAuto merge of #41713 - cuviper:cmake-sanitizers, r...
2017-05-03 Michael GattozziUpdate ChildStdin/ChildStdout docs to be clearer
2017-05-03 kennytmFix issue #41652.
2017-05-03 Corey FarwellAdd doc example for how to determine total number of...
2017-05-03 Corey FarwellUpdate Duration::as_secs doc example to demonstrate...
2017-05-03 Corey FarwellUpdate Duration::from_millis doc example to show underl...
2017-05-03 Corey FarwellUpdate Duration::from_secs doc example to show underlyi...
2017-05-03 borsAuto merge of #41717 - frewsxcv:rollup, r=frewsxcv
2017-05-03 Corey FarwellRollup merge of #41705 - Mark-Simulacrum:remove-grammar...
2017-05-03 Corey FarwellRollup merge of #41657 - malbarbo:android-armv7-linker...
2017-05-03 Corey FarwellRollup merge of #41656 - malbarbo:android-armeabi,...
2017-05-03 Corey FarwellRollup merge of #41653 - achernyak:master, r=nikomatsakis
2017-05-03 Corey FarwellRollup merge of #41640 - gaurikholkar:master, r=nikomat...
2017-05-03 Corey FarwellRollup merge of #41625 - nikomatsakis:incr-comp-dep...
2017-05-03 Corey FarwellRollup merge of #41217 - topecongiro:docs/atomic-fence...
2017-05-03 borsAuto merge of #41624 - RalfJung:mutexguard-sync, r...
2017-05-02 borsAuto merge of #41605 - tschottdorf:param-env, r=nikomat...
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 Tobias SchottdorfStore interned predicates in ParameterEnvironment
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 est31Fix test
2017-05-02 est31Fix non exhaustive match test
2017-05-02 est31Add illegal_floating_point_literal_pattern compat lint
2017-05-02 Josh Stonerustbuild: Sanity-check cmake for sanitizers too
2017-05-02 borsAuto merge of #41207 - sstewartgallus:spinpause, r...
2017-05-02 Charlie SheridanAdd test for Inherent static methods can be called...
2017-05-02 borsAuto merge of #41702 - frewsxcv:rollup, r=frewsxcv
2017-05-02 Mark SimulacrumRemove ANTLR grammar.
next