| Age | Commit message (Expand) | Author | Lines |
| 2020-11-27 | Remove unused is_doc_keyword function | Guillaume Gomez | -5/+0 |
| 2020-11-26 | Rollup merge of #79000 - sivadeilra:user/ardavis/lev_distance, r=wesleywiser | Jonas Schievink | -0/+161 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -0/+161 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -0/+1 |
| 2020-10-19 | Also apply panic_fmt lint suggestions to debug_assert!(). | Mara Bos | -0/+1 |
| 2020-10-18 | Expand assert!(expr) to panic() function instead of panic!() macro. | Mara Bos | -0/+1 |
| 2020-10-18 | Make panic_fmt lint work properly for assert!(expr, msg) too. | Mara Bos | -0/+1 |
| 2020-10-18 | Specialize panic_fmt lint for the {core,std}::panic!() macros. | Mara Bos | -0/+2 |
| 2020-11-17 | Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis | bors | -0/+2 |
| 2020-11-12 | Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakis | bors | -5/+26 |
| 2020-11-10 | Indroduce feature flag for RFC-2229 | Aman Arora | -0/+2 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+1 |
| 2020-11-09 | Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkov | Dylan DPC | -0/+1 |
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -0/+1 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+1 |
| 2020-11-04 | incr-comp: hash span end line/column | Tyson Nottingham | -5/+26 |
| 2020-11-03 | Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-se | bors | -1/+8 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -1/+8 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -0/+3 |
| 2020-10-30 | Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011 | Yuki Okushi | -4/+4 |
| 2020-10-29 | Rollup merge of #78423 - tgnottingham:caching_source_map_bounds_check, r=oli-obk | Jonas Schievink | -17/+46 |
| 2020-10-29 | Use RwLock instead of Lock for SourceMap::files | Tomasz Miąsko | -4/+4 |
| 2020-10-28 | Auto merge of #78415 - tgnottingham:expn_id_tag_hash, r=Aaron1011 | bors | -2/+1 |
| 2020-10-28 | Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPC | bors | -2/+3 |
| 2020-10-28 | Rollup merge of #78447 - bugadani:typo, r=matthewjasper | Dylan DPC | -2/+2 |
| 2020-10-28 | Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-10-27 | Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obk | bors | -0/+7 |
| 2020-10-27 | rustc_span: represent line bounds with Range | Tyson Nottingham | -30/+24 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -0/+1 |
| 2020-10-27 | Fix typo in comment | Dániel Buga | -2/+2 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -0/+2 |
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -0/+3 |
| 2020-10-27 | Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2020-10-26 | rustc_span: improve bounds checks in byte_pos_to_line_and_col | Tyson Nottingham | -4/+39 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -0/+1 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -0/+6 |
| 2020-10-26 | rustc_span: avoid hashing ExpnId tag when using cached hash | Tyson Nottingham | -2/+1 |
| 2020-10-26 | Add compiler support for LLVM's x86 ERMSB feature | Joe Richey | -0/+1 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -0/+1 |
| 2020-10-22 | Fix const core::panic!(non_literal_str). | Mara Bos | -0/+1 |
| 2020-10-21 | add rustc_allow_const_fn_unstable attribute | Florian Warzecha | -0/+1 |
| 2020-10-16 | Add inline_const feature flag | Santiago Pastorino | -0/+1 |
| 2020-10-15 | Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor | Yuki Okushi | -23/+0 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -1/+8 |
| 2020-10-14 | Remove unused code from rustc_span | est31 | -23/+0 |
| 2020-10-11 | Add hack to keep `actix-web` and `actori-web` compiling | Aaron Hill | -0/+1 |
| 2020-10-09 | Auto merge of #77687 - est31:hash_shorter_path, r=davidtwco | bors | -6/+6 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -0/+5 |
| 2020-10-08 | Use shorter path for std::hash::Hash | est31 | -6/+6 |
| 2020-10-07 | Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk | bors | -0/+1 |