| Age | Commit message (Expand) | Author | Lines |
| 2021-01-12 | Auto merge of #80499 - matthiaskrgr:red_clos, r=estebank | bors | -2/+2 |
| 2021-01-11 | Auto merge of #79012 - tgnottingham:span_data_to_lines_and_cols, r=estebank | bors | -55/+214 |
| 2021-01-10 | Auto merge of #80782 - petrochenkov:viscopes, r=matthewjasper | bors | -1/+9 |
| 2021-01-07 | Use correct span for structured suggestion | Esteban Küber | -1/+3 |
| 2021-01-07 | resolve: Scope visiting doesn't need an `Ident` | Vadim Petrochenkov | -1/+9 |
| 2021-01-07 | Auto merge of #80648 - Aaron1011:expn-data-private, r=petrochenkov | bors | -2/+42 |
| 2021-01-03 | Make `ExpnData` fields `krate` and `orig_id` private | Aaron Hill | -2/+42 |
| 2021-01-03 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -2/+2 |
| 2021-01-01 | Allow references to interior mutable data behind a feature gate | oli | -0/+1 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -0/+1 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -2/+18 |
| 2020-12-31 | Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkov | bors | -0/+3 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -6/+6 |
| 2020-12-30 | Implement edition-based macro pat feature | mark | -0/+3 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -6/+6 |
| 2020-12-30 | Rollup merge of #80358 - pierwill:edit_rustc_span, r=lcnr | Yuki Okushi | -46/+71 |
| 2020-12-27 | rustc_span: Remove `Symbol::with` | Vadim Petrochenkov | -9/+3 |
| 2020-12-25 | Edit rustc_span documentation | pierwill | -46/+71 |
| 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-03 | rustc_span: add span_data_to_lines_and_cols to caching source map view | Tyson Nottingham | -39/+195 |
| 2020-12-03 | rustc_span: refactor byte_pos_to_line_and_col | Tyson Nottingham | -28/+31 |
| 2020-12-03 | rustc_span: avoid unnecessary cloning in byte_pos_to_line_and_col | Tyson Nottingham | -2/+2 |
| 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 |