| Age | Commit message (Expand) | Author | Lines |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -1/+1 |
| 2020-12-23 | Rollup merge of #80297 - jyn514:more-docs, r=bjorn3 | Guillaume Gomez | -1/+1 |
| 2020-12-22 | Add some intra-doc links to compiler docs | Joshua Nelson | -1/+1 |
| 2020-12-21 | rustc_span: Provide a reserved identifier check for a specific edition | Vadim Petrochenkov | -11/+32 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -1/+1 |
| 2020-12-18 | Rollup merge of #80130 - pierwill:patch-7, r=oli-obk | Ralf Jung | -1/+1 |
| 2020-12-17 | Stop using intermediate macros in definition of symbols | Arlie Davis | -8/+8 |
| 2020-12-17 | docs: Edit rustc_span::symbol::Symbol method | pierwill | -1/+1 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -0/+4 |
| 2020-12-10 | Use Symbol for inline asm register class names | Arlie Davis | -0/+23 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -0/+1 |
| 2020-12-04 | Rollup merge of #79678 - jyn514:THE-PAPERCLIP-COMETH, r=varkor | Dylan DPC | -18/+11 |
| 2020-12-03 | Fix some clippy lints | Joshua Nelson | -18/+11 |
| 2020-12-01 | add const_allocate intrisic | Vishnunarayan K I | -0/+1 |
| 2020-11-29 | Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 | Dylan DPC | -5/+0 |
| 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 |