]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-07-01 borsAuto merge of #86190 - asquared31415:extern-main-86110...
2021-07-01 Eric HussUpdate cargo
2021-07-01 borsAuto merge of #86617 - joshtriplett:prune-dependencies...
2021-07-01 DeadbeefDo the check even when the feature is not enabled
2021-07-01 fee1-deadUpdate mailmap for me
2021-07-01 borsAuto merge of #86757 - JohnTitor:rollup-acevhz7, r...
2021-06-30 Yuki Okushimailmap: Add my work email address
2021-06-30 borsAuto merge of #86489 - cjgillot:lower, r=petrochenkov
2021-06-30 SmittyAdd suggestions for "undefined reference" link errors
2021-06-30 Yuki OkushiRollup merge of #86755 - ojeda:shrink, r=Mark-Simulacrum
2021-06-30 Yuki OkushiRollup merge of #86750 - fee1-dead:impl-const-test...
2021-06-30 Yuki OkushiRollup merge of #86746 - GuillaumeGomez:query-type...
2021-06-30 Yuki OkushiRollup merge of #86740 - 1000teslas:issue-71519-fix...
2021-06-30 Yuki OkushiRollup merge of #86728 - FabianWolff:issue-86721, r...
2021-06-30 Yuki OkushiRollup merge of #86680 - camsteffen:dbg-opt-error,...
2021-06-30 Yuki OkushiRollup merge of #85520 - FabianWolff:issue-85475, r...
2021-06-30 Yuki OkushiRollup merge of #85504 - liigo:patch-13, r=Mark-Simulacrum
2021-06-30 SmittyDelay ICE on evaluation fail
2021-06-30 Camille GILLOTUpdate comments.
2021-06-30 Camille GILLOTFix AST pretty.
2021-06-30 Camille GILLOTMove AST crate.
2021-06-30 Camille GILLOTArena-allocate Crate during lowering.
2021-06-30 Camille GILLOTMove lowering to create_global_ctxt.
2021-06-30 Camille GILLOTInline lower_to_hir.
2021-06-30 Camille GILLOTSeparate resolver creation from expansion.
2021-06-30 Camille GILLOTSimplify DepGraph creation.
2021-06-30 Cameron SteffenAdd suggestion for missing compile flag group
2021-06-30 borsAuto merge of #7400 - popzxc:restrict-locales, r=Manish...
2021-06-30 Daniel PaolielloImprove debug symbol names to avoid ambiguity and work...
2021-06-30 Miguel Ojedaalloc: `RawVec<T, A>::shrink` can be in `no_global_oom_...
2021-06-30 Simonas KazlauskasAdd support for leaf fn frame pointer elimination
2021-06-30 SmittyvbNote that even ConstProp follows the rules
2021-06-30 SmittyProperly evaluate non-consts in const prop
2021-06-30 Fabian WolffMatch on `hir::TraitFn::Provided` instead of using...
2021-06-30 Igor AleksanovImplement 'disallowed_script_idents' lint
2021-06-30 DeadbeefAdd tests for cross-crate usage of `impl const`
2021-06-30 Deadbeefuse is_const_fn_raw when encoding constness
2021-06-30 SmittySimplify memory failure checking
2021-06-30 borsAuto merge of #7390 - popzxc:issue-7331, r=flip1995
2021-06-30 borsAuto merge of #86695 - sexxi-goose:closure_size, r...
2021-06-30 SmittyRename is_spurious -> is_volatile
2021-06-30 Smittyvbsimplify explanation comment
2021-06-30 Guillaume GomezAdd test to ensure that the typed queries are not inclu...
2021-06-30 Guillaume GomezEnforce search typed queries
2021-06-30 Fabian WolffEmit explanatory note for functions in trait and impl...
2021-06-30 borsAuto merge of #86650 - GuillaumeGomez:fix-boldness...
2021-06-30 borsAuto merge of #86739 - RalfJung:miri, r=RalfJung
2021-06-30 Ralf Jungupdate Miri
2021-06-30 1000teslascopy rust-lld as ld in dist
2021-06-30 borsAuto merge of #86689 - rylev:future-compat-lint-group...
2021-06-30 Joshua NelsonUse a macro for documenting rustdoc
2021-06-30 borsAuto merge of #86724 - cuviper:indexmap-1.7, r=Mark...
2021-06-30 SmittyProperly handle const prop failures
2021-06-30 Aaron HillReturn `EvaluatedToOk` when type in outlives predicate...
2021-06-29 borsAuto merge of #86522 - JohnTitor:move-ui-tests, r=petro...
2021-06-29 Smittyfix sess error
2021-06-29 SmittyAdd comment with reasoning for non-determinism
2021-06-29 SmittyTest memory exhaustion in const evaluation
2021-06-29 SmittyUnwrap allocated Location at creation
2021-06-29 SmittySimplify allocation creation
2021-06-29 SmittyMake memory exhaustion a hard error
2021-06-29 SmittySimplify const_prop logic
2021-06-29 SmittySupport allocation failures when interperting MIR
2021-06-29 Yuki OkushiMove some UI tests to more suitable subdirs
2021-06-29 borsAuto merge of #86725 - JohnTitor:normalizecss-8, r...
2021-06-29 Fabian WolffCheck node kind to avoid ICE in `check_expr_return()`
2021-06-29 Yuki OkushiFix some style regressions due to normalize.css 8
2021-06-29 Yuki OkushiUpgrade normalize.css to v8.0.1
2021-06-29 Josh StoneUpgrade to indexmap 1.7, using hashbrown 0.11
2021-06-29 borsAuto merge of #86603 - Mark-Simulacrum:stage-step,...
2021-06-29 borsAuto merge of #86475 - crlf0710:miri_vtable_refactor...
2021-06-29 Ian WahbeAdd non-mutable methods to `Cursor`
2021-06-29 Ian Wahbeadd head/tail methods to linked list mutable cursor
2021-06-29 borsAuto merge of #7411 - camsteffen:use-self-visitor,...
2021-06-29 Cameron SteffenRemove a visitor from use_self
2021-06-29 Cameron SteffenUse type_of for impl self type
2021-06-29 Cameron SteffenSimplify in impl check
2021-06-29 Cameron SteffenMake ItemKind check dry
2021-06-29 borsAuto merge of #86009 - cjgillot:fwarn, r=davidtwco
2021-06-29 borsAuto merge of #7405 - jyn514:fix-stable, r=camsteffen
2021-06-29 Fabian WolffBless UI tests
2021-06-29 borsAuto merge of #86594 - dns2utf8:move_label_to_symbol...
2021-06-29 borsAuto merge of #7409 - xFrednet:5394-vs-code-tasks,...
2021-06-29 borsAuto merge of #86697 - jackh726:pgo, r=Mark-Simulacrum
2021-06-29 borsAuto merge of #86670 - Aaron1011:copy-variance-diag...
2021-06-29 borsAuto merge of #86446 - Smittyvb:rustc_insignificant_dto...
2021-06-29 Joshua NelsonStabilize `cargo clippy --fix`
2021-06-29 borsAuto merge of #86704 - JohnTitor:rollup-lnrxo4i, r...
2021-06-28 Yuki OkushiRollup merge of #86678 - FabianWolff:issue-86667, r...
2021-06-28 Yuki OkushiRollup merge of #86673 - m-ou-se:disjoint-capture-editi...
2021-06-28 Yuki OkushiRollup merge of #86671 - m-ou-se:non-fmt-panic-future...
2021-06-28 Yuki OkushiRollup merge of #86661 - sexxi-goose:edition_fix, r...
2021-06-28 Yuki OkushiRollup merge of #86657 - jam1garner:future_prelude_fals...
2021-06-28 Yuki OkushiRollup merge of #86529 - cuviper:ssl3, r=Mark-Simulacrum
2021-06-28 Yuki OkushiRollup merge of #86059 - GuillaumeGomez:html-checker2...
2021-06-28 Josh StoneBump the workspace dependency for OpenSSL 3
2021-06-28 Fabian WolffFix typo and improve documentation for E0632
2021-06-28 SmittyPanic on trying to find non-feature incompleteness
2021-06-28 borsAuto merge of #86669 - Smittyvb:satisfy-windows-defende...
2021-06-28 Stefan SchindlerAdd test for item-table with resize to mobile
next